on 2018 Jul 13 10:14 AM
Hello Experts,
I wants to make “notes” filed mandatory on the ticket, when ever ticket status changed any of the statuses.
I was trying to achieve this with Rule Editor but I am unsuccessful.
Please any one can advice or assist on this requirement.
Thanks and Regards
Santosh
Request clarification before answering.
Hi Santosh,
You can set the note field to mandatory using the below rule
IF(Root.Status == X ,true,false)
where X represent the status code
eg: X= 1, when the status is open
X= 2, when the status is In Process, working on it
and so on..
Hope this helps!
Best Regards,
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Arun said it will work , another approach is via SDK with a transient field on status change , which will be then bound to the property of note field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Santosh,
Sorry i thought i replied yoy 😛 anyways the thing is i would try two things.
1. I would try and check if I am able to write Validation-OnSave event for the same, i think a technical person would be able to check that , I can check that but my system we dont have this interaction area , Can you tell me how did u have this , if yes I can also check and send you the code.
2. This particular area is not maintained for maitaing notes like the name suggests its an interaction between customer and service agent as per my understaning ( i could be wrong ) but i think a new field can be created just to maintain notes instead of this.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.