Hi Experts,
We recently refactored the scripts of CRM 2016 and implemented the require.js. After this, we found inconsistency during function call on OnLoad of entity forms. We found that during OnLoad event sometimes controls were not filled with data though function was executed and it skipped the code if control is null.
So to overcome this issue we used setTimeOut function. However it works but we would like to know if any other way to get know that is the control filled or not, or any other way so that we execute our scripts for OnLoad event only after data loading for fields.
Any kind of help is welcome from all of you.
*This post is locked for comments
I have the same question (0)