- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 08:15 AM
How to make Type field editable after copying a change using Copy Change UI button for ITIL users?
by default it copies all the details as from the source one. and the type field remains read-only from the beginning only.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 09:15 AM
The Client Script you're looking for is "Mark standard change fields readonly"
You're going to need to do a lot more work than just modifying that script though. Typically an Interceptor will help a user decide the Type of Change prior to form rendering, so only the appropriate fields display for the given type. You might have a bunch of back engineering to do there.
You may also need to factor for changes that still have certain fields populated despite not being useful for the given type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 09:15 AM
The Client Script you're looking for is "Mark standard change fields readonly"
You're going to need to do a lot more work than just modifying that script though. Typically an Interceptor will help a user decide the Type of Change prior to form rendering, so only the appropriate fields display for the given type. You might have a bunch of back engineering to do there.
You may also need to factor for changes that still have certain fields populated despite not being useful for the given type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 03:21 AM
Actually the type of change is decided through an interceptor, and for all change request the Type field has been made read only. The requirement in my case is, that an ITIL user should have the ability to modify the 'Type' of a change request after he has copied a change from an existing change request by using the 'Copy Change' UI action. All the details get copied in a new Change Request form along with the Type also. I need to provide the ability to change its Type after it has been copied to a new one and after submitting that copied one, the Type field should be again set to read-only. Can you help me how to achieve this functionality?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 08:53 AM
I told you as much as I can without a significant look under the hood. Type is read only for a reason. Mainly, tons of stuff happens *immediately* as a consequence of the Type. You're basically throwing a gigantic interrupt in your current change process because now you need a separate manual event to mark when the Type is certain. At that point, and only that point, can workflows launch and/or continue properly.
Are there legitimate and frequent enough examples of a copied change being of a different type to justify that level of investment in development?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2016 09:25 AM
Once you change the field, you'll want to look at the business rule: SNC Approval - Reset conditions - to help trigger a reset of approvals, and workflows.