Load the logged in User name into a Variable Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 11:48 AM - edited 04-25-2024 05:18 AM
Hey guys!
Has anyone done any development with the following requirement:
This POST was edited:
I have 2 RECORD PRODUCERS. In the first RP, the user will answer some questions and submit. The information as we know it will be saved in the destination table that we previously defined.
In the second RECORD PRODUCER, I have some unique fields from it. However, I also have a variable of type reference, which takes the numbers of the records created in the first RP. In other words, I have information about the fields of each record. And according to the number selected by the user, I can populate the fields according to some responses from the first RP.
As an example, if in RP1 I fill in a choice field as "Yes", a certain field in RP2 will be filled in with that value and display another field. (This already works through a Script Include - Client Callable and a Client Script that makes the GLIDEAJAX call, when the field changes).
The current requirement, in some way, meets what was previously described. In this second RECORD PRODUCER, I have an MRVS created, with a reference type variable for sys_user.
When a certain checkbox type field (in RP1) is marked, I need to fill in this MRVS with the logged in user record. My question is: Can I accomplish this with the same Script Include + Client Script process? Even though it is MRVS, because I did the other cases with variables only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 05:40 AM
@Luis Henrique1
Maybe you have to DOM and write code for MRVS as IO: and yes this could work SI + Client script
Please accept the solution /mark this response as correct or helpful if it assisted you with your question.
Regards,
Animesh