User bio
404 bio not found
Member since Jul 24, 2019
Posts:
Replies:
The business rule log and message trace are good ways to track the flow of a message within the system.
Is there a business need for you to log these details seperately?
This can be achieved by changing your SQL statement into this:
&sql(SELECT Name, DOB, Gender INTO :Name,:DOB,:Gender FROM osuwmc_RQGPatient.DataTable WHERE MRN=:MRN)
Certifications & Credly badges:
Sridhar has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Sridhar has no followers yet.
Following:
Sridhar has not followed anybody yet.
I see you have a second post regarding validating the data, where a suggestion was made to use BPL for data validation. If you planning on using BPL for data validation, you can use the same BPL to add the data to a custom table.
The other way you can do this is to use the trace statements in the rule and then run a query against Ens_Util.log table.