If have a below 2 new fields
payment ready - type boolean
payment ready date - date time
for a example user update the "payment ready = true" and "ready date = 03/07/2020"
I want to change the "payment ready date" to none if the "payment ready is = false"
I tried this but no luck. Please advice.
payment ready - type boolean
payment ready date - date time
for a example user update the "payment ready = true" and "ready date = 03/07/2020"
I want to change the "payment ready date" to none if the "payment ready is = false"
Code:
string\substring(chequeReady) = 'True', chequeReadyDate = 'None';
I tried this but no luck. Please advice.
Comment