Axaptapedia is now maintained by AgileCadence For more information please click here.

Tutorial Form Dynalink

From Axaptapedia
Jump to: navigation, search

A tutorial about dynamic links between forms in Dynamics AX[edit]

download the project

Preview[edit]

Tutorial Form dynalink.PNG

Description[edit]

Here is a simple tutorial showing, how to get the value of the dynalink fields. It shows 3 possible ways of getting the dynalink field value from the "slave" form. All 3 form methods showing different ways of getting the dynalink value are called from the linkActive method in the second (slave) form. This method is activated by the system every time a record in the parent form is changed, which allows for dynalinks to work. Great method :)