Sunday, January 31, 2016

RULE TYPE IN BATCH RULE

During configuration of General Ledger in GL parameters form Batch Transfer rules has to be defined. When I was configuring it and clicked new, a line was created with "Document" in Rule type filed, since we need to create a synchronous posting so I had to change it to Company but I was unable to do it. After tying to do it multiple times I googled this issue and found below post and run the below job:

-----------------
static void AST_SubledgerJournalTransferRuleCreate(Args _args)
{
   SubledgerJournalTransferRule::createDefaultRule();
   info( "Created" );
}
-------------

After running this job record was created with rule type company.

Below is the link of Forum post:

https://community.dynamics.com/ax/f/33/t/107262  

No comments:

Post a Comment