As per the requirement ON LOAD of contact form I have written javascript, Inside Javascript function I am calling action through one more javascript. In Action I have a custom workflow code to update contact fields based upon some scenario. Fields in the form is getting updated from custom workflow but I can see the changes only after manual web page refresh. My requirement is to make change visible to user without manual refresh. So I added Xrm.Page.data.refresh(false) in the end of script, but on every refresh of page my ON LOAD javascript is triggering which calls custom worflow and ended up with infinite times page refresh, Please help me with solution.
*This post is locked for comments
I have the same question (0)