I'm trying to write to some custom fields on the customer. I have confirmed that the values and customer email is coming in correctly, but it's not working. Am I misunderstanding something about how this function is supposed to work?
<mvt:item name="customfields" param="Write_Customer_Login( g.customer:login, 'customer:business_website', g.business_website; )" />
<mvt:item name="customfields" param="Write_Customer_Login( g.customer:login, 'customer:business_website', g.business_website; )" />
Comment