GetMemo ​
**This version works in ACEweb.*- This GETMEMO version works in Student Manager.
Retrieve a letter body onto an ACEweb page or in an ACEweb email.
ACEweb Routines/Templates ​
Special Use
Required Parameters ​
- Catalog code of record in quotes (e.g. "R-POLICY") or key field expression of specific table. See Notes below for list of supported expressions.
Optional Parameters ​
- Field Name. Must be included if referencing tables other than Catalog.
Examples ​
##GetMemo("R-POLICY")## retrieves the letter body of the R-POLICYÂ letter body record (e.g. letter body with your refund policy).
##GetMemo(cocatcode,"cadesc2")## pulls cadesc2 from the catalog record associated with the course.
##GetMemo(tWkshop.wmcatcode,[cadesc2])## for use in email templates, retrieves the Secondary Description from the catalog record assigned to the selected workshop.
Notes ​
List of supported tables and corresponding key field expression:
- catalog (cacode)
- course (cocrse)
- crseudfs (cucrse)
- crsroom (crmlocid+crmcrse+DTOS(crmdate))
- fees (upper(fecrse)+feident+str(feorder))
- firm (fmid)
- instruct (instid)
- linkinst (liinstid+licrse)
- location (locid)
- namecode (ncid+nccode+ncident)
- names (nmid)
- nameudfs (nuid)
- pay (pysubid)
- regfees (rfid)
- register (rgcrse+rgid)
- regudfs (rucrse+ruid)
- reports (rptname)
- wkshpind (wicrse+wicode)
- wkshpmst (wmcrse+wmcode)