Dear All,
I read in blog but i not understand difference between Active and Delay
Active
Active link type update the child data sources without any delay when you select the parent table record. When you deal with more records it will be affect application performance.
Delay
Delay form data source link type is also same as active method the different is delay method won't update immediately when you select the parent record.
It will update the child data source when you select the parent table, Ax use pause statement before update the child data source.
For example, if we are dealing with lot of records so, when the user click or scroll the order, order details will update without any delay if we use active method.
So, We can use delay method because of performance improvement.
Can you please explain why link type ACTIVE will effect application performance issue and link type DELAY is NOT?
Please give me more shed on this.
Thanks!
Arpan
*This post is locked for comments
I have the same question (0)