Hello,
I want to put the job title of a contact in a new field.
I've created a job field (text) in contact.
I put a formula :
job=string\upperCase(title);
I try also
job=string\upperCase(contactRole);
But my field is empty.
Nobody has any idea ?
Thank you
I want to put the job title of a contact in a new field.
I've created a job field (text) in contact.
I put a formula :
job=string\upperCase(title);
I try also
job=string\upperCase(contactRole);
But my field is empty.
Nobody has any idea ?
Thank you
Comment