I think i have an easy one.
After I'm done with a customer, I have to prefix the email with disabled_
I wrote
record.submitFields({
type: 'customer',
id: 1233,
values: {email:
'disabled_jack_black@yahoo.com' },
options: {enableSourcing: false,ignoreMandatoryFields : true}
});
I'm getting this error
You must provide a password to give this person access to your account.
Any idea what I'm doing wrong ?