Example:
'custbody_ field' is a custom transaction body field of List/Record type applied to Sales Order
Clearing of 'custbody_field' can be done using two ways:
var recTrans = nalpiLoadRecord ('salesorder', recID);
- User event script
- recTrans.setFieldValue( 'custrecord_association', null);
- recTrans.setFieldValue( 'custrecord_association', '');
- Client side script
- nlapiSetFieldValue('custrecord_association', '');
No comments:
Post a Comment