fiogf49gjkf0d Here are more details... I added the Address control and bound its properties to the fields in Opportunity.
The Address fields were added to Opportunity directly (no child table) so the Save business rule works fine.
When I go into an Opportunity from All Opportunies, the control shows the address correctly.
If I click the Left or Right arrow to move to the next record, all the controls update their content except my Address control. It stays on the value it had when the page loaded.
Since the URL does not change when you click Left/Right is seems clear that the new records loading are not loaded via the top page but rather the ListView control via a callback.
Pressing F5 reloads the original Opportunity that is identified in the URL.
So.... How can I get the Address control to update when the rest of the fields on the page update?
Thanks!
W
|