Hi All,
I have a requirement to capture user comments before / after the submit processes.
The requirement is to display a popup with a user comment field and a Save button. When the user clicks the Save button, it should execute the DML process. Afterward, the comment popup should be displayed again for the selected record, but only when the status is “Review.” Save button in POP will execute procedure to save user comments
Does anyone have suggestions on how this can be implemented?