10-14-2022 06:37 AM
Hi,
As we know we can use the "Action String" in a Dynamic Attribute to control other attributes on the form (SHOW/HIDE or REQ/NREQ).
Do you know if there is a way to control "Editable On Create /Editable On Update" from the Action String?
And the second question, is there a way to define what is the form opened - "Create user" or "Update User"? I was trying with something like ${requestType}, but was not succeed.
Thanks!
Solved! Go to Solution.
10-14-2022 07:14 AM
Hello @Olesia,
I do not think you can control the "Editable" option dynamically.
Technically, the form is known as Register User Form but I have seen it been used colloquially as Create User form and Update User Form depending on the usage of the form. If you have a request generated for both of these types of action, then under the ars_requests table, the Comments and RequestType can help you determine the operation.
Create User Operation - RequestType=18, Comments = Create User
Update User Operation - RequestType=19, Comments = Update User
10-18-2022 12:24 AM
Hi, thanks for your response!
I have created an idea to add this control into Action String, here it is: https://ideas.saviynt.com/ideas/EIC-I-3745
I would like to have the possibility to define whether it is a RequestType=18 or RequestType=19 in an open form and to use SQL requests/Action String accordingly.
10-18-2022 12:30 AM
Please, vote for the idea if you have the same requirement.
11-23-2022 08:43 PM
Actually, you can somehow achieve this by putting EDIT### or NEDIT### in the action string, not in the documentation though, just found out ourselves. 😂