PelicanProductions
Technical User
I am trying to create a SetField script step that validates a records status and changes the status to "Renewal" if the record has expired, here is the calculaton:
If (
RunSheet_PP:ate >= RunSheet_PP::Validate; "Renewal";"VARIABLE?"
)
Where I have "VARIABLE?" I am looking for a value that will leave the fields existing value unmodified. Please help.
Using FM Pro 8.5 advanced
Thanks
If (
RunSheet_PP:ate >= RunSheet_PP::Validate; "Renewal";"VARIABLE?"
)
Where I have "VARIABLE?" I am looking for a value that will leave the fields existing value unmodified. Please help.
Using FM Pro 8.5 advanced
Thanks