<< Click to Display Table of Contents >> Navigation: Available Functions > Org…() |
Syntax
OrgName()
Purpose
The OrgName(), OrgAddress(), OrgCity(), OrgState(), OrgZip(), and OrgPhone() series of functions return the name, address, city, state, zip, and telephone number for your organization.
Parameters
None.
Returns
The name, address, city, state, zip code, and phone number for your organization.
Usage
These functions are intended primarily to be used in reports. They provide a convenient way to create generic reports which contain organization-specific information, but which can be imported and used by any organization. The "invoicing from pledges" series of reports provide examples of how these functions are used. In order for these functions to return the correct information for your organization, you must have set your organization's information. To setup your organization's information in DonorQuest, or to simply confirm the information which has been entered, select Your Organization's Information off the System Configuration menu.
Example
The following examples illustrate the Org() series of functions:
CALL |
RESULT |
---|---|
OrgName() |
Intrepid Systems, Inc. |
OrgAddress() |
701 Galer Street, Suite 504 |
OrgCity() |
Seattle |
OrgState() |
WA |
OrgZip() |
98109 |
OrgPhone() |
800 952-8228 |