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.
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1