You need to sign in to do that
Don't have an account?
panduranga123
how to copy the billing address to shipping address in visualforce
i want copy the billing address to shipping address if billing address is same as shipping address in visualforce
ShippingStreet = BillingStreet ;
ShippingState = BillingState ;
ShippingCountry = BillingCountry;
ShippingState= BillingSta e;
ShippingStreet = BillingStreet ;
ShippingPostalCode = BilliingPostalCode
i have both billing address fields and shipping fields in visualforce page,here some times billing address and shipping address are same
once we have enter billing address then click one link then automatically copy to the shipping address in visualforce like example we can see standard Account page ,same thing i need to do in visualforce ,plz give me suggestion
can you please send me code if you have any example, it will help me a lot
i tried it i had somemistake please provide me code