Hi bryantwu,
Do you have a lot of onFormPopulated/OnLoad events on your form? Or do you have OnBeforeGet/OnAfterGet events on the itemtype or the item's relationships that make multiple queries to the database? These are just a couple factors that can influence the amount of time it takes to open a form.
Eli
Eli Donahue
Aras Labs Software Engineer
Hi Eli,
Yes, I have to check the required file on onFormPopulated.
Because the each activity have different check required rule.
I check the required field and change the label color to red.
How do I prevent this problem?
Thanks.