cancel
Showing results for 
Search instead for 
Did you mean: 

Want to clear value from rule in field level (Agentry Syclo) after every Sync

Former Member
0 Kudos

Hello All , I have added one extra field in Agnetry Transaction with rule for summing up value when i add with rule . But problem is when sync after that also old values are not clearing . so when i do sync 2nd time then its sending value 1st + 2nd time ex : 2+3 = 5 but it shlould only send value 3. so i want to clear field value once sync is over and next time it shlold start with 0 not with 1st value . Can you provide some suggetion ? how can i clear filed value from rule ? i also attached screen shot for extra field in transaction and rule . Thanks & Regards,   Kunal varaiya

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Kunal,

Depending on your requirement there may be two options.

  1. If the transaction property is set to persist the value to the Agentry object, if you do not need the value in Agentry (it's only needed for the transaction being submitted to the backend) you can set the Transaction property -> Object Property to --None--.  This will calculate the value and send it to the backend but not store locally.
  2. Change the Transaction property -> Initial Value setting to be Constant (rather than from what I suspect it is currently at of object property) value as appropriate for the calculation.

--Bill

Former Member
0 Kudos

Hello Bill , I have chosen 2nd option and it started working fine . Thank you ... Thanks & Regards, Kunal Varaiya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello All , in my above post  Agnetry Transaction (its edit Transaction.). Thanks & Regards, Kunal Varaiya