Hello everyone, I am a beginner. I am pretty much clueless. I want to set a field only if the radio button is set to "yes". This is what I did:
If[Property::Inspection="yes"]
Set Field [Property::Repair; Property::RepairCost*1]
End If
Can anyone tell me what I did wrong? Plese help.
P/S: I am trying to have the value in the field(target field in the set field function) changed when the scrip is executed, but only do so if the radio button is set to "yes".
Am I missing something here?