

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello , We have CIT scenario Email Fetching in our environment and we wanted to figure out if there is any way we could be able to modify Category, Area,Subarea details of Interactions which are registred through Email fetching Scenario -with open_idle status. Looks like its OOB behaviour in 9.30 that after a Interaction registered or escalated regardless of status ie. open-linked or open-idle, Category ,Area,Subarea fields goes greayed out.
Regards
Shailendra
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Shailendra,
In OOB system, when escalating an interaction to incident, the fields: Category, Area and Sub Area are read only with the read only condition that is defined in Form Designer. So if you want to make these fields editable, you should change in Form Designer, uncheck at the Read Only and remove the Read Only condition:
Regards,
If you are satisfied with anyone’s response please remember to give them a KUDOS by clicking on the STAR at the bottom left of the post and show your appreciation.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Shailendra,
In OOB system, when escalating an interaction to incident, the fields: Category, Area and Sub Area are read only with the read only condition that is defined in Form Designer. So if you want to make these fields editable, you should change in Form Designer, uncheck at the Read Only and remove the Read Only condition:
Regards,
If you are satisfied with anyone’s response please remember to give them a KUDOS by clicking on the STAR at the bottom left of the post and show your appreciation.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The out of box read only controls on the SD.update.interaction format use variables set in the cc.edit.incident displayscreen. Those controls allow for an ESS-submitted ticket to be reviewed and updated before most fields are set to read only.
The challenge is that you need to provide similar capablities for a ticket submitted via email. You can do this by:
- trying to extend the existing controls for edit to allow editing of tickets submitted by email (assuming you have some way to identify them, or can add a field to do so).
- add an additional condition to the existing read-only expression on the form to enable editing of a email-submitted interaction.
Kudos - what, where, how, and why
Want Good Answers? Ask Good Questions...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
You can always set a custom flag to true in the CIT scenario for the interactions which are logged through email.
After that you can write a condition in incidents format control to check if the flag is true and set the read only/editable conditions accordingly.
Assign Kudos by clicking on Star on your left ,if this post helped you in any manner...Thanks...
Gaurav


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
removing readonly condition from SD.update.interaction has helped. Thanks everyone for your help.
-regards