0
Clear relationship field on click
- I have a button coded to clear fields on my form view when clicked
'Field name' := null
- But unsure how to clear relationship fields and the signature field?
- Is this possible?
2 replies
-
Looks like:
signature := null
works to clear out a signature field.
To clear a reference field try:
referencefield := 0
Content aside
- Status Answered
- 11 days agoLast active
- 2Replies
- 32Views
-
2
Following