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
Unlimited UDF field from table in quotes (e.g. "nudfu").
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.