Dynamics AX Learning Portal
Tuesday, June 27, 2017
Run code based on configuration key in dynamics AX 2012
Sometimes you need to run code based on your configuration keys
Code:
if (isConfigurationKeyEnabled (configurationkeynum(keyname)))
{
// Code goes here..
}
else
{
// do something else
}
Happing daxing
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment