Display a custom message in the Process Step Screen
Hi there, I'm adding some external validation on the FDMEE process prior to exporting the data to PeopleSoft Financials, confirming that the accounts and deptids are open that have budget assigned. This is accomplished via a Jython code in the AftValidate event. If it encounters a closed chart field, the script throws an error and stops. ( raise RuntimeError, "Data Export contains closed metadata" )
Using the fdmAPI.logDebug function, a message can be written to the Log.
This is good except it requires the user to understand / know that what to look for in the log message.
Doing some research the