Validation Log
In this screen, developer can view the logs for the NF validation that was got executed from “Compile and Publish” à “Validate” menu.
To get the validation logs written to the log table, in that Validate menu, need to check the “Debug/Write Log” option and then click the “Recompute” button. If the “Debug/Write Log” checkbox is not checked, log will not be get created.
In this validation log, developer can view how the entity methods that are in that application get executed for validation, how much time (in milli-seconds) it took for the execution of that entity method.
Also, can view the various steps of the NF validation.
Error Table List
Field's Description
Log Id Internal primary key field.
Method Will show the entity method name that is get executed for validation. Also, will show as “Entity Validation” for the internal validation steps.
Step Will show the step details of that entity validation.
UserName Show the name of the user who executed that entity validation cycle.
SPID SQL server process (connection) ID that was got used for that entity validation cycle.
Message When the validation step is execution of the entity method’s target method source, it will show how the query formed to execute that entity method.
Start Time Will show the date and time of the execution of that entity validation step.
Step time taken in ms
Will show the time taken (in mill-seconds) to execute that particular step of NF validation.
In the case of executing the entity method, developer can check for methods that take longer time for the execution, and try to get it fixed.
Request Filter
Field's Description
ApplicationDb Will show the application (target) database for that application.