HI,
The below code shall help you to create a Ledger Dimension through MainAccountNum in 365 for operations.
The below code shall help you to create a Ledger Dimension through MainAccountNum in 365 for operations.
LedgerDimensionFacade::serviceCreateLedgerDimension(
LedgerDefaultAccountHelper::getDefaultAccountFromMainAccountRecId(
MainAccount::findByMainAccountId(_mainAccountId).RecId),
0);
LedgerDefaultAccountHelper::getDefaultAccountFromMainAccountRecId(
MainAccount::findByMainAccountId(_mainAccountId).RecId),
0);
Regards,
Pradeep
No comments:
Post a Comment