Assembly Order Starting Date Is earlier than Current Date

HayanHayan Member Posts: 110
Dear All,

When i am creating an assembly Order, The Starting and Ending Date that is being Suggested is automatically generated as one day before current date.
I don't want this to happen as i want the Current Date to be same as the Starting and Ending Date.

Please Advise.

Best
HAYAN

Answers

  • Sachin_Sachin_ Member Posts: 67
    Create a Process Only report wherein include Assembly order as a data item go to properties and select Process Only Report Property to Yes in c/al code OnAfterGetRecord() write code as Starting Date:=TODAY;
    and Ending Date:=TODAY; then create a job queue to run the report.
Sign In or Register to comment.