web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

How to generate voucher number based on balance in data entity

(0) ShareShare
ReportReport
Posted on by 97
Hi  Everyone,

I have created a new custom entity to import records for all legal entity leder details (Global ledger import).

I am facing issue in voucher number generation. Now voucher number is generating for each line, but it should generate based on balance.

I have written code in copyCustomStagingToTarget method. I saw some blog in that they have used  LedgerJournalEngine class. But i dont know how to use this class while updating created data.
 
public static container copyCustomStagingToTarget(DMFDefinitionGroupExecution _dmfDefinitionGroupExecution)  
  {
 LedgerJournalEntityStagingCrossCompany staging, stagingUpd;    
    DataAreaId      curCompany = curExt();     
   LedgerJournalName  ledgerjournalname;     
   LedgerJournalTable  ledgerJournalTable;    
    LedgerJournalTrans   _ledgerJournalTrans;   
     LedgerJournalEngine engine = new LedgerJournalEngine();     
   while select  staging             
     where staging.DefinitionGroup   == _dmfDefinitionGroupExecution.DefinitionGroup  
          && staging.ExecutionId          == _dmfDefinitionGroupExecution.ExecutionId   
         && staging.TransferStatus       == DMFTransferStatus::NotStarted             
     {           
 changecompany (staging.Company)        
    {              
  ttsbegin;                               
 while select forupdate stagingUpd                
    where stagingUpd.DefinitionGroup   == _dmfDefinitionGroupExecution.DefinitionGroup      
              && stagingUpd.ExecutionId          == _dmfDefinitionGroupExecution.ExecutionId  
                  && stagingUpd.TransferStatus       == DMFTransferStatus::NotStarted    
                && stagingUpd.Company           == staging.Company        
        {                   
 changecompany (stagingUpd.Company)             
       {                
select crosscompany ledgerjournalname                    
where ledgerjournalname.JournalName == stagingUpd.JournalName    
               && ledgerjournalname.DataAreaId == stagingUpd.Company;   
                     NumberSeq numberSeq = NumberSeq::newGetVoucherFromId((ledgerjournalname.NumberSequenceTable));  
              stagingUpd.Voucher = numberSeq.voucher();      
          stagingUpd.update();             
       }             
   }               
 ttscommit;           
 }        
}
}

Can anyone please suggest me how to write code to generate voucher based on balance and where i need to write code in data entity.


Thanks in advance
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 449 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 422 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans