Josh P
09/03/2020, 12:56 PMscottvonduhn
09/03/2020, 1:26 PMrec.setValue({ fieldId: fieldId, value: '' })
and rec.setText({ fieldId: fieldId, text: '' })
to clear a List/Record field in a client script. What happens when your code runs? Do you get an error, or does it just have no effect?Sandii
09/03/2020, 1:30 PMreptar
09/03/2020, 1:35 PMRecord.save()
?Josh P
09/03/2020, 1:41 PMreptar
09/03/2020, 1:56 PMrecord.submitFields()
?battk
09/03/2020, 1:57 PMscottvonduhn
09/03/2020, 2:01 PM