1)have a scripted filed named called that's has this condition
if (ADRINTeleServiceCode=='0' &;& ADRINTrafficCase=='2')
called=callingPartyNumber;(npt painless format here)
and I have another scripted field name Type that depends on the output of this one in this condition
if ((ADRINTeleServiceCode=='4') && (called =='1020'))
TYPE= "LOTO"
how can I work around this issue and also
2)if I want to like use the same scripted value to edit itself in the field for example if I returned a value to the field called then use a condition after the return to change like called = called + "2"