DirPersonName::addNewNameToPerson Method
Adds a new name to the passed person record.
Syntax
client server public static DirPersonName addNewNameToPerson(
DirPersonRecId personRecId,
FirstName _firstName,
MiddleName _middleName,
LastName _lastName)
Run On
Called
Parameters
- personRecId
Type: DirPersonRecId Extended Data Type
The record ID of the person having their name changed.
- _firstName
Type: FirstName Extended Data Type
The new first name of the person.
- _middleName
Type: MiddleName Extended Data Type
The new middle name of the person.
- _lastName
Type: LastName Extended Data Type
The new last name of the person.
Return Value
Type: DirPersonName Table
The update DirPersonName record.