It would be great to be able to specify the name of a Lead. Currently, the name field of a Lead is populated automatically with the firstName/lastName if specified. Otherwise it gets the accountName value. The formula below doesn't work because the Lead immediately gets renamed after the formula runs.
name = string\concatenate(accountName, " - ", firstName, " ", lastName);
Thanks
Leon
name = string\concatenate(accountName, " - ", firstName, " ", lastName);
Thanks
Leon

Comment