- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 03:15 PM
I need to change the state to a request when this has been created, for example when this is created the state is new
if I wanna the change the state to another, How can I do it?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 08:13 AM
So you are not using out of the box states? Anyway this is as simple as a before insert business rule on the sc_req_item table as I mentioned previously.
- When In a list of RITM right click on the list header and choose Configure business rule
- Click new next to business rules
- Click advanced checkbox so you can choose before and check the box for insert
- If this is going to happen on all RITMs then leave the conditions blank.
- Go to the actions tab and set the state to what ever you want it to be.
- Save the business rule and you are all set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 10:16 AM
Hi @Harold Hoyos ,
If you want this to be applied to all the request globally you can set Default value to the state .
Go to state->right click->configure dictionary->in default value -set to the value of state you want
Please mark this comment as Correct Answer/Helpful if it helped you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 08:13 AM
So you are not using out of the box states? Anyway this is as simple as a before insert business rule on the sc_req_item table as I mentioned previously.
- When In a list of RITM right click on the list header and choose Configure business rule
- Click new next to business rules
- Click advanced checkbox so you can choose before and check the box for insert
- If this is going to happen on all RITMs then leave the conditions blank.
- Go to the actions tab and set the state to what ever you want it to be.
- Save the business rule and you are all set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 08:02 AM
Yes, I tried this and it works fine, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 10:16 AM
Hi @Harold Hoyos ,
If you want this to be applied to all the request globally you can set Default value to the state .
Go to state->right click->configure dictionary->in default value -set to the value of state you want
Please mark this comment as Correct Answer/Helpful if it helped you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 12:54 PM
Yes defiantly another good option.