Dear Experts.
How to flow creation date from G/L register to GL entries page. Please help me to resolve it.
Dear Experts.
How to flow creation date from G/L register to GL entries page. Please help me to resolve it.
Verify the answer that help solved you query.
Thank You.
resolved
First you need to set the Entry no. to be sorted in ascending order, then find the first & last entry no. and then write your code.
GLregister.SETRANGE("From Entry No.",FirstGLEntryNo.");
GLregister.SETRANGE("To Entry No.",LastGLEntryNo.);
I want to show creation date of voucher in GL/Entries page. I have added a button on GL/Entries page. But unable to find my exact entry no from GL Register. Please give me suggestion.
my code is below
View Creation Date - OnAction()
//GLEntry1.SETRANGE("Entry No.","From Entry No.","To Entry No.");
PAGE.RUN(PAGE::"G/L Registers",GLEntry1);
You need to find Entry No. from GL entry (i.e. From Entry No. & To Entry No.) in the G/L Register.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,558 Super User 2024 Season 2
Martin Dráb 228,647 Most Valuable Professional
nmaenpaa 101,148