If we create a new aos server, we need set up some configurations to run workflow.
1. Open System administration -> Setup -> System -> Server configuration. Check is batch server on active server
2. Open System administration -> Setup -> Batch Group. Assign server to group
Related Posts
How To Edit Design of Existing SSRS Report In AX 2012To edit design existing report in ax 2012, you must open AOT then open Visual Studio Project -> Dynamics AX Model Project, then select existing report that you will edit. For example we will edit ... readmore
Get Company InformationTo get company information in AX 2012 is soo easy. I will show in a job with script below :
static void CompanyInformation(Args _args)
{
CompanyInfo Compan ... readmore
How to Create Primary Key Table in AX 2012
This step below is to create primary key in a table in AX 2012. It can consist of single field.
1) Create the Table and add required fields to the table as you all knows.
2) Create an Index b ... readmore
Show Company Name In SSRS ReportAdd an expression to a TextBox that view Company name and write it :
=Microsoft.Dynamics.Framework.Reports.DataMethodUtility.
GetFullCompanyNameForUser(
Parameters!AX_CompanyName.Value ... readmore
"TypeId" in Microsoft Dynamics AX 2012Now in Microsoft Dynamics AX 2012, "TypeId" function has been replaced by ExtendedTypeStr or EnumStr.
ExtendedTypeStr(EDT _EDT) : for Extendet Data Type (EDT) with non Enum Type.
EnumStr(Enum& ... readmore
0 comments:
Post a Comment