How can i read scripted field values from another

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"

It is not possible to use the scripted filed value in another scripted field

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.