POST_QUERY procedure

POST_QUERY procedure gets invoked for each row after data fetched from the database and before it is displayed to the user. You can use this procedure to populate any lookup meaning fields based on the lookup code/id values. If required, you can manipulate the data as per the business logic. All the parameters are of type IN OUT.

Last updated