I trying to update a record with Business rule but not working

srinivasrao
Tera Contributor

Team,

Using rest api explored I am posting a record in Incident form. After that I am running a business rule to update priority(updating impact and urgency) , assignment group fields etc.. But they are not updating. Please check below screenshots. Kindly let me know where i am faltering. There are no mandatory fields in the incident in my Dev env.

{
"caller_id":"1609",
"short_description":"Test on Dev instance",
"description":"Test on Dev instance",
"category":"iphone",
"subcategory":"Charging",
"u_store_id":"ABC"
}

Status code. - 201 Created
Below is the business rule pic.
srinivasrao_0-1723040822154.png

 

srinivasrao_2-1723041097920.png

 

But priority,assignment group (Not in pic), company, channel are not populating in incident form . 

Note : i have created a new view and updating them in that view.  

 

 

1 ACCEPTED SOLUTION

Josh Pirozzi
Kilo Sage

Hi @srinivasrao,

Have you explored Flow Designer and/or using a Webhook to trigger and set fields on the Incident Record?

 

We have steps in a Flow for our integration with Jira, and found it easier to set/update fields via Flow or Subflow.

 

Hope this helps,

Josh Pirozzi

View solution in original post

8 REPLIES 8

Sandeep Rajput
Tera Patron
Tera Patron

@srinivasrao Could you please change the business rule from after to before and see if the fields get updated.

 

srinivasrao_0-1723040822154.png

I tried, but not working

Najmuddin Mohd
Mega Sage

Hi @srinivasrao,

Is the business rule working when you are manually inserting an incident matching the trigger conditions ?
Is there any other business rule with similar trigger conditions ?

Regards,
Najmuddin.

Yes, manually its taking those values