Dynamics AX Blog - Posts from September 2016

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

Caching display methods

The fact that display methods should be cached, when they are used in forms, is well-known. For this, a corresponding call should always be integrated into the init() method of a form datasource:

public void init()
{
    super();
    this.cacheAddMethod(tableMethodStr(DirPartyPostalAddressView,locationRoles));
}

 

The fact that you can save this call in Dynamics AX 2012, if you set a corresponding attribute in the display method itself, was new to me:


 
 
 

 

 
 
 
Posts of the actual month
September 2016
MoTuWeThFrSaSu
 1234
567891011
12131415161718
19202122232425
2627282930 
 
© 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.