Skip to content

ADDUUDFS

NEW function requires Student Manager version 8.0.253.24 or newer

For use with the new Exporting Unlimited UDFs feature.

Used in a Justdoit() to add Unlimited UDFs from the selected UDF table to the report cursor for exporting purposes.

Notes

  • The Unlimited UDF field must be available in the cursor (nudfu, cudfu, rudfu).
  • Currently only Name and Course UUDFs are supported. Register UUDFs will be supported in a future build.

Reporting Area(s)

Mailing Labels, CEU Reporting

Required Parameters

  1. Unlimited UDF field from table in quotes (e.g. "nudfu").

  2. Filetostr() function that calls the .txt file in Extend folder (e.g. filetostr("nameuudfs.txt")).

Optional Parameters

None

Example(s)

justdoit([adduudfs("nudfu",filetostr("nameuudfs.txt"))]) exports Name Unlimited UDFs set up in the nameuudfs.txt file.

justdoit([adduudfs("cudfu",filetostr("courseuudfs.txt"))]) exports Course Unlimited UDFs set up in the courseuudfs.txt file.

Can't find a topic? Email us and we'll help you find what you need.