ADDNUDFS

Returns a specific field from the Name user defined fields 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:

  1. Name ID (i.e. nmid, rgid, pyid)
  2. Field from Name UDF table to return (i.e. "nudfc1", "nudfl2", "nudfn3")

Optional Parameters:

None

Example(s):

ADDNUDFS(nmid,"nudfd1") returns value of Names User Defined date field 1

ADDNUDFS(nmid,"nudfc3") returns value of Names User Defined character field 3

ACEweb Examples:

##addnudfs(tPerson.nmid,"nudfc1")##

##addnudfs(oName.oData.nmid,"nudfc1")##

 

Related Topics Link IconRelated Topics