GETFEE ​
This version works in Student Manager
Returns the dollar amount for a specific main registration fee set up in the Master Course record (Course | Fees).
Reporting Area(s) ​
Courses
Required Parameters ​
- Course #, (i.e: cocrse, rgcrse, pycrse)
- Main Registration Fee Description (i.e: "Registration Fee", "Staff Fee", "Member Fee")
Optional Parameters ​
- Logical .t. returns fee in character format with a $ and no decimals (if the fee is a whole dollar amount)
Example(s) ​
GETFEE(cocrse,"Staff Fee") returns amount of Staff fee (i.e. $125.00)
GETFEE(cocrse,"Registration Fee") returns amount of Registration fee (i.e. $199.00)
GETFEE(cocrse,"Registration Fee",.t. ) returns amount of Registration fee with $ sign (i.e. $199)
Notes ​
This function works only with Primary Fees (Main Registration Fees), not additional/optional fees.