Trying to transfer information from a field in Interaction to the field on Incident form.

Hola Ola
Giga Guru

Hello All,

I have a requirement to make anything entered/inputted into my newly-created Description field on the Interactions form to carry over to the Description field on the Incident form, when the 'Create Incident' button on the Interactions is clicked. 

111111.png

Worth to note that the  'description' field on the Interactions form was just created by me. I couldn't find any existing field with such name on the Interactions table. 

333333.png

When I click on the 'Create Incident' UI button on the Interactions form, the incident was created and all the information from the Interactions form was copied into the Incident, EXCEPT for what I entered in the Interactions form Description field.

222222.png

I'm very sure I'm missing a step. Do I need some sort of scripting or relationship created?

 

Thank you

1 ACCEPTED SOLUTION

jMarshal
Mega Sage

Are you using Agent Workspace or Service Operations Workspace for this?

You can configure your workspace actions and this should be pretty simple, but I think the steps are slightly different for AW v SOW...I don't have a lot of experience with SOW, but in Agent Workspace, you just configure the UI action called "Create Incident" on the Interaction table (action name = ws_create_incident) -- see my screenshot below:

jMarshalatuLe_0-1685122930140.png


add this code between lines 11 and 12 = "inc.description = current.u_description;"





View solution in original post

3 REPLIES 3

jMarshal
Mega Sage

Are you using Agent Workspace or Service Operations Workspace for this?

You can configure your workspace actions and this should be pretty simple, but I think the steps are slightly different for AW v SOW...I don't have a lot of experience with SOW, but in Agent Workspace, you just configure the UI action called "Create Incident" on the Interaction table (action name = ws_create_incident) -- see my screenshot below:

jMarshalatuLe_0-1685122930140.png


add this code between lines 11 and 12 = "inc.description = current.u_description;"





It worked like a charm!

 

Thank you sir.

My pleasure, thanks for marking the solution as accepted! 🙂