Parses the last name into the specified field to be updated. Option to include an existing suffix in the last name field or remove the suffix when returning the last name.
ParseNameReturnLastName(FullName, IncludeSuffix)
- true: includes the suffix in the last name field
- false: strips the suffix and returns ONLY the last name
- To retain the suffix in a separate field, the user will need to create a custom suffix field and then use the ParseNameReturnSuffix to parse the suffix to that field
Example: ParseNameReturnLastName( {name} , true)
- Input: Full Name = James Smith Jr.
- Result: Smith Jr.
Example: ParseNameReturnLastName( {name} , false)
- Input: Full Name = James Smith Jr.
- Result: Smith
Click HERE to return to the full list of MassImpact Formulas.