Hello Everyone,
How to validate a field while opening a page.
For example: System must call Validate of "Direct Unit Cost" field while opening Requisition Worksheet page. I tried Validate function in OnAfterGetRecord and OnAfterGetCurrRecord. it didn't work out.
Dileepa B,
Microsoft Dynamics NAV Techno-Functional Consultant.
0
Answers
ArcherPoint, Inc http://www.archerpoint.com
Blog: http://www.navisionworld.com
skkulla
Microsoft Dynamics NAV Techno-Functional Consultant.
Microsoft Dynamics NAV Techno-Functional Consultant.
A transaction must be started before changes can be made to the database.
Page Edit - Req. Worksheet must close.
Microsoft Dynamics NAV Techno-Functional Consultant.
Are you sure you have put the code in OnPageOpen() and not in OnInit() for example?
Microsoft Dynamics NAV Techno-Functional Consultant.
Microsoft Dynamics NAV Techno-Functional Consultant.