Boris Yasen
10/04/2023, 4:05 PMform.setValue({
fieldId: 'custpage_amount',
value: null,
ignoreFieldChange: true
});
How can I clear that field?alien4u
10/04/2023, 4:06 PMalien4u
10/04/2023, 4:17 PMconst oClearMethods = {
currency: '',
select: '',
date: null,
datetime: null,
checkbox: false,
text: null,
datetimetz: null
};
Boris Yasen
10/04/2023, 4:18 PMraghav
10/04/2023, 4:25 PMShawn Talbert
10/04/2023, 4:26 PMnull
- for serverside scripts. for the custpage_xxx
you're using the values are strings, so empty string should work.Shawn Talbert
10/04/2023, 4:26 PMBoris Yasen
10/04/2023, 4:27 PM