GetFee

This version works in ACEweb. This GetFee version works in Student Manager reports.

Returns the dollar amount for a specific main registration fee set up in the Master Course record (Course | Fees).

ACEweb Area(s):

Course

Required Parameters:

  1. Course #, (i.e: cocrse, rgcrse, pycrse)
  2. Main Registration Fee Description (i.e: "Registration Fee", "Staff Fee")

OR "feident:feorder", in the format: "F"+CHR(58)+"1" would return the first fee with the identity "F"

Optional Parameters:

  1. Data Path (not used)
  2. Fee order flag (if set to .t., returns the fee order instead of the amount)
  3. Format Pattern (i.e: "$9999.99")

Example(s):

GETFEE(cocrse,"Staff Fee") returns amount of Staff fee (i.e. $125.00)

GETFEE(cocrse,"F"+CHR(58)+"1") returns amount of the first Registration fee of the course

GETFEE(cocrse,"",,.t.) returns the fee order instead of the amount

GETFEE(cocrse,"F"+CHR(58)+"1",,,"$9999") returns the fee amount of the first main fee, formatted with no decimals

Notes:

This function works only with Primary Fees (Main Registration Fees), not additional/optional fees.

This function can be used in the ScheduleFields INI setting in ACEweb.

 

 

Related Topics Link IconRelated Topics