CLOUD VERSION: Want to know the best way, Formula or Workflow to show the address when the Account is selected.
Except for State and Zip fields which didn't show, these statements below worked once (and works in the Sandbox) but doesn't update the address when a user saves then opens and selects a different Account.
Except for State and Zip fields which didn't show, these statements below worked once (and works in the Sandbox) but doesn't update the address when a user saves then opens and selects a different Account.
- entity\setAttribute('sessionAddressStreet', account.billingAddressStreet);
- entity\setAttribute('sessionAddressCity', account.billingAddressCity);
Comment