Hi!
Is there a way to show and consult the "last row" of a smartobject?
We have a smartobject that has a request ID and an entity number. When a task is transfered the request ID is the same but the entity number is increased.
For example, request ID: 123456789 and entity number: 1; request ID: 123456789 and entity number: 2.... The user that has the task is also stored in the smartobject.
What we want to do is to consult only the last row when the form is initializing so that we can add another rule. If in the last row the user that I transfered the task is not the same that is opening the form, the form must be read-only. This is to prevent the edition of the form from persons that mustn't have access, as the task is not delegated to them.
Thanks in advance.