ModuleAvailable - MaxBasic Function
ModuleAvailable(ModuleCode: String): Boolean
Module Available function returns True if the module specified by ModuleCode is installed in the Company, or returns False.
ModuleAvailable function syntax has these named arguments:
Parameter
|
Description
|
Module Code
|
Required. The module code to be evaluated.
|
Modules codes available are:
- AR - Accounts Receivable
- IC - Inventory Control
- IN - Invoicing System
- OE - Order Entry
- AP - Accounts Payable
- PO - Purchase Orders
- CB - Cash Book
- FA - Fixed Assets
- GL - General Ledger
- GST - Goods and Service Tax
- JC - Job Costing
- SP - Special Pricing
- SA - Sales Analysis
- PA - Purchase Analysis
- JA - Job Analysis
- DI / EDI - Data Interchanges
- RD - Report Designer
- FD - Form Designer
- TD - Table Designer
- FX - Foreign Exchange
- CO - Company
See also the Web Services ModuleAvailable function.