Dynamics AX Blog - Posts from Dezember 2016

These posts are machine-translated.
Currently, only posts from »Dezember 2016« are displayed Filter entfernen

SysOperation-Framework: Asynchronous processing

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:

  • The function was integrated as a service
  • This service has been added to the AxClient service group
  • The user has activated the Run Business Operations into CIL option

 
 
 

CreateNavigationPropertyMethods

Ever 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.

Via the property NavigationPropertyMethodNameOverride of the relation you can also change the name of the created method, if needed.

Screenshot AOT


 
 
 

 

 
 
 
Posts of the actual month
Dezember 2016
MoTuWeThFrSaSu
 1234
567891011
12131415161718
19202122232425
262728293031 
 
© 2006-2025 Heinz Schweda | Imprint | Contact | German version | Mobile version
In order to provide you with better service, this site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.