Dynamics AX Blog - Posts from Dezember 2016
These posts are machine-translated.
CreateNavigationPropertyMethodsEver seen in the code the call of the method product() of an InventTable instance and wondered where this method comes from and why you can not see it? inventTable.product() This method is created by using the property CreateNavigationPropertyMethods of a (foreign key) relation. |
|
|
|
|
|
|
The SysOperation framework can also be used to execute functions asynchronously. For this, the ExecutionMode is set to SysOperationExecutionMode::Asynchronous.
This makes sense, for example, when a time-intensive action is to be started, but the user does not have to wait for the end of this action and has to be able to continue working on other topics.
However, such asynchronous processing only works if the following criteria are met: