function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pavanpavan 

how to displaay the Account Shpping Address in another tab

hello ,

  how can i display the Account shipping address in another App.i mean tab. I am trying to display the Accounting tab fields in a custom developed App.
thanks in advance

best regards
Pavan Kumar
CJagannathCJagannath

For this you can adopt following steps:

 

- create SControl which will contain code for capturing Account shipping address (use SOQL)

- associate the SControl with a custom link

- put that custom link in the page layout of the object which is associated with the tab where you want to get the account shipping address.

 

Thanks and regards,

Jagannath