After RITM Creation how to create Standard change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi All,
I have two catalog forms, each with its own template. Once the RITM is submitted, a Standard Change should be created based on the corresponding catalog item.
I tried to store the form and template sys_id in system property and used business rule. but it's not worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
This should be fairly easy done by configuring a Flow that does all the steps.
What have you done so far?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I created 2 system properties. 1 to store catalog sys_id and 1 for template.
Catalog_id:
{"access" : "catalog sys_id"
"info" : "catalog sye_id"
}
Template id:
{
"access" : "template sys_id",
"info" : "template sys_id"
}
I created business as if catalog access then in template it need to pick access template id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Okay, I understood the first part, that you've created two system properties.
The second part does not make sense to me. Please elaborate.
Some pictures could also help in understanding what you're facing.
Have you created a Flow that triggers when submitting the Catalog item? If so, what does it do?
Please provide more context.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi below script i developed
