cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get change history in SAP C4C in SDK coding

former_member690694
Participant
0 Kudos
2,589

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,

Accepted Solutions (0)

Answers (0)