Populate value of sc_req_item item from Catalog variable

Edwin25
Kilo Contributor

Is there a script where I can take  the value that user enters in Requested Item variable and populate that value in a sc_req_item field

 

Thanks

12 REPLIES 12

Community Alums
Not applicable

Please make it helpful/correct answer for one of the replies which solved your issue.

Edwin25
Kilo Contributor

Question - does the script still work if it is a reference field?  The field I need to populate as well as the variable that the user is selecting is 'assignment groups' which is a reference field to the sys_user_group table

Yes it should still work. You are copying the value of the reference variable to the reference field. If they both point to the same table [sys_user_group] then it will work.