ADDNAME ​
Returns a specific field from the Names table.
Reporting Area(s) ​
Names, Registrations
This function can also be used on ACEweb templates where the name ID is available. Contact your ACEware technician for more information.
Required Parameters ​
- Name ID (i.e. nmid, rgid, pyid)
- Field from Name table to return (i.e. "nmaddr1", nmocc", "nmemail")
Optional Parameters ​
None
Example(s) ​
ADDNAME(nmid,"nmdphone") returns the day phone number value for the individual
ADDNAME(rgid, "nmemail") returns the email value for the individual
ACEweb Examples ​
##addname(tPerson.nmid,"nmchar1")##
##addname(oName.oData.nmid,"nmchar1")##