I need to update an Insight record after a Service Desk Issue has been approved. I am looking for ideas - other than purchasing an add-on.
Thank you!
Hi @Crystal Rouse ,
is the Insight record connected with the Service Desk issue somehow? If so, how?
Which attribute do you need to update? Is it text, select, ...?
Thank you.
I need to update multiple attributes, most of which are text from fields on the Service Desk Issue. Some of these fields are date fields.
1) I need to look at an Insight Object to see if a field value exists in the Name field of the Object. If the Object already exists, I need to update several fields from the SD ticket.
2) If the Object does not already exist, I need to insert a new record and populate the values from the SD ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, @Crystal Rouse
There are some special Insight post functions available, but since Insight object is not stored in the issue and you need to search for it, you won't be able to use them.
So, I think, the only possible way is to create your own groovy script post function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you do not want to write groovy post function scripts, you should be able to use a combination of the Insight post functions like this:
Haven't tried it, but should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This will require writing a groovy script in a workflow post-function step. 🥴
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.