Sunday, October 26, 2014

Implement the lookup on Runbase class in ax 2012

// Implement the lookup on Runbase class

DialogRunbase dialogform = Dialog::newFormnameRunbase(formstr(custTableLookup),this);

No comments:

Post a Comment

Dynamically setting entire Form security access through Extension in D365FO

/// <summary> /// To check if user can get access to the Parameter form /// </summary> class SAN_ParamFormsAccessCtrl {     prot...