```record.submitFields({ 'type': 'customer', ...
# suitescript
n
Copy code
record.submitFields({
					'type': 'customer',
					'id': values.internalid.value,
					'values': {
						'custentity_kes_dso' : format.format({value:dso, type: format.Type.CURRENCY})
					},
					'options':{
						'ignoreMandatoryFields': true
					}
				});