Mark is an employee of an organization. He has a requirement that as soon as the Contact form for an existing contact is loaded, the address field on the Contact form should get populated with the Parent Account address. Additionally, he wants a progress bar to pop up on the form so as to relay to the user that the Account address is being loaded.
Scenario 2
Resolving the scenario
We can use a progress indicator function to show a progress indicator as soon as the Contact form is loaded. We can then set the timeout for the progress indicator so that we can see the progress bar for some time, before loading the function to perform the web API operations.
In Dynamics 365, there is a function called showProgressIndicator, which...