ADDNMUNL
Returns a specific field from the Names Unlimited User Defined Field table.
Reporting Area(s)
Names, Registrations
Required Parameters:
- Name ID (i.e. nmid, rgid, pyid)
- defined Unlimited UDF field name to return (i.e. whatever you created when defining your UUDFS)
Optional Parameters:
None
Example(s):
addnmunl(nmid,"emergency_contact") returns the value of the emergency_contact UUDF field
Notes:
- Symbols except for the underscore are removed from UUDF names. For example, if you entered Contact Person as the UUDF name, it is saved as ContactPerson.
- Field names are case-sensitive. For example, if you named your UUDF Contact_Person, you must use the same case in parameter 2.