AX7 / D365 Extensions: Extend the Init Method on a Form
Today’s plan? I would like to extend the init() method of a D365fO form. The goal is to get the selected line from the caller after the newly opened form is initialized. Form Init Method Extension Like said before, I would like to get the callers record when opening a new form. In this example I will retrieve...