This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
Dynamics AX 2012
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
|
Using the following job you will be able to create a organization in the global address book of Dynamics AX 2012.
Please be aware, that a minimum of fields will be used and the so-called Record type has the value of "Organization".
{
AxDirOrganization axDirOrganization;
axDirOrganization = AxDirOrganization::construct();
axDirOrganization.validateInput(true);
axDirOrganization.continueOnError(true); // Validate fields without stopping error
axDirOrganization.parmName( 'Name of Organization');
axDirOrganization.parmNameAlias( 'Namealias');
axDirOrganization.parmLanguageId( 'de-at');
axDirOrganization.parmPartyNumber( '100000');
axDirOrganization.save();
}
The created record using the above Job, will look like this: