on 2022 Apr 01 1:30 PM
Dear Team,
Based on service ticket status and one kut field(reopen remark) i want to set Reopen counter field and i have tried to put this code in after modify, beforesave and onsave method of service bo. But after saving one time successfully if agent again go in edit mode of ticket and change any other field value still reopen counter getting increase by 1 as per status and reopen remark field value condition getting satisfy. Can i put some code where i can check which field getting change then only this count should get increase.
if(Status == "Z7")
{
if( this.ReopenRemarks == "Z02" )
{
var count = 1;
this.ReopenCounter1 = this.ReopenCounter1 + count;
count.Clear();
}
Thanks and Regards,
MD,
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.