I'm trying to make the approval comment field mandatory for a DCM. The idea is that the approval cannot be approved or rejected if a comment hasn't been added to the section. That is, all approvals need to have a comment added to them.
I try to marked the comment as obligatory in the object "Basevisa" but it didnt work.
In classic UI there are two approaches: either one provided here (but don't forget to disable the AcceptApprovalWithoutComment system setting) or creating a replacing view module for the PreconfiguredApprovalPage and add this code:
As for the Freedom UI - as was mentioned here and here - this is not avialable in Freedom UI as for now. I will notify our R&D team about your question to prioritize the task to develop the logic for them.
Hi, When the "AcceptApprovalWithoutComment" system setting is set to false, a popup for confirmation appears when clicking on the approval element's decision.
Is it possible to override this popup to make it a lookup field instead of a text field(approval comment)? If so, what is the schema name for that?