Question

Editing Document connection approval

  • 8 February 2022
  • 1 reply
  • 55 views

Userlevel 5
Badge +10
  • Sidekick (Customer)
  • 107 replies

Is there a way to restrict the user from editing the document approvals. i think  there is a limitation in IFS to do so. As one user who has the permission set alloted to him can bypass the original approver. is there a way to write a custom even on this. Similarly need to put a control that only the last approver can bypass the lower approvers.

objection connection document approvals.


This topic has been closed for comments

1 reply

Userlevel 7
Badge +30

Hi,

Yes, it should be possible to create custom events with custom event actions to do both of those things. The first requirement is the easiest one since you only need to raise an exception when the wrong user tries to do a certain change to an approval step. The second requirement will be a bit harder since it will force you to avoid the mutating table problem (discussed previously here in Community), because you will be querying against the same table the custom event trigger is triggering on.

If you cannot pull this off yourself I suggest you contact your contact person at IFS to get the ball rolling.

Good luck!

/Mathias