When a new record is created on the Document Revision screen, I want IFSAPP to automatically be the responsible person of the uploaded document for a certain document class.
I tried to do this as an event but it doesn't seem possible. How can I do this?
Page 1 / 1
@betul.bastan_12 refer to this thread regarding a custom event/action.
Thanks for your answer. The questioner is my teammate :) I can't use the Change Responsible Person function with an event. The event trigger and the table that the event will change are not accepted to be the same. I was trying to find an alternative solution for this.
Hi @betul.bastan_12 ,
You are right that that is not possible in case the event and the action are on the same logical unit.
But maybe you can think of another Logical Unit whet you set the event, like the Document Title (LU DocTitle), the document file LU EdmFile), or document access (LU DocumentIssueAccess).
Hope this will help you,
Robert Kool
Hi @EqeRobertK
First of all thank you for your answer. I tried this with EdmFile LU but I get the error in the attachment.
Thanks for your answer. The questioner is my teammate :) I can't use the Change Responsible Person function with an event. The event trigger and the table that the event will change are not accepted to be the same. I was trying to find an alternative solution for this.
There are ways described around the trigger and mutating table problem here on IFS Community.
Thanks for your answer. The questioner is my teammate :) I can't use the Change Responsible Person function with an event. The event trigger and the table that the event will change are not accepted to be the same. I was trying to find an alternative solution for this.
There are ways described around the trigger and mutating table problem here on IFS Community.
@Mathias Dahl
Yes, when I researched these and tried to adapt them to my own scenario, I was not successful at first, but I found a solution. Thank you.
Thanks for your answer. The questioner is my teammate :) I can't use the Change Responsible Person function with an event. The event trigger and the table that the event will change are not accepted to be the same. I was trying to find an alternative solution for this.
There are ways described around the trigger and mutating table problem here on IFS Community.
@Mathias Dahl
Yes, when I researched these and tried to adapt them to my own scenario, I was not successful at first, but I found a solution. Thank you.