Document toolboxDocument toolbox

GLA Parameters

GLA_CONCATENATOR

(plain text) The default is " > ".

The parameter defines a short series of characters that is used when displaying GLA Components together. The pieces of the GLA are concatenated together with this text between each GLA Component.

GLA_IMPORT_CONCATENATOR

(plain text) The default is " > ".

The parameter defines a short series of characters that is used to separate GLA Components when importing GLA strings into any import process. This value will usually be set to be the same as the GLA_CONCATENATOR. It is a separate configuration variable to provide extra flexibility that may be needed when importing values from various sources.

GLA_FORM_WIDTH

(pixels CSS Setting) The default is 915.

The parameter defines the pixel width of the GLA form.

GLA_FORM_HEIGHT

(pixels CSS Setting) The default is 260.

The parameter defines the pixel height of the GLA form.

USE_CATALOG_REVENUE_GLA

(Boolean) The default is "True".

If true, Revenue GLA from Service Catalog or Equipment Catalog is used, otherwise, the Revenue GLA from the Billing Group is used.

GLA_FORMAT_DEFAULT

(default GLA format)

Formats cannot  be more than 14 characters in length
The default GLA will be what any picker or grid should default to if a GLA is not explicitly selected
Example: constants.GLA_FORMAT_DEFAULT = "ADMIN"

GLA_PRICING_MODEL

Default value is "none".

Valid Key Words: "billing_group", "gla_component", or "none")

Determines which GLA Pricing model to use. If set, by default the amount of a Charge will be set to the matching GLA Pricing in the model.

GLA_PRICING_COMPONENT

Defines which component to use for GLA Component Pricing when the GLA_PRICING_MODEL is set to GLA Component.

GLA Format(s)

FOAPAL Levels are: Fund, Org., Account, Program, Activity, Location

; Example Admin GLA Format
gla.ADMIN.description = "GLA Format for Admin Billing Group"
gla.ADMIN.numItems = 4
gla.ADMIN.items.1.name = "Fund"
gla.ADMIN.items.1.required = true
gla.ADMIN.items.2.name = "Org"
gla.ADMIN.items.3.name = "Department:
gla.ADMIN.items.4.name = "SubDept:
; Example Resale Account GLA Format
gla.ACCOUNT.description = "GLA Format for Account Billing Group"
gla.ACCOUNT.numItems = 1
gla.ACCOUNT.items.1.name = "Account"
gla.ACCOUNT.items.1.required = true

The GLA segments can be customized with these options: (Where X is the segment number and FORMAT is the format name)

  • gla.FORMAT.numItems (The number of Components in the GLA Format)
  • gla.FORMAT.description (The description of the GLA format)
  • gla.FORMAT.items.X.name (The name of this component)
  • gla.FORMAT.items.X.required (Optional attribute, whether or not this component is required and cannot be null; true or false )
  • gla.FORMAT.items.X.maxLength (Optional attribute, for setting the max character length for this component; example: 4 )
  • gla.FORMAT.items.X.minLength (Optional attribute, for setting the min character length for this component; example: 4 )
  • gla.ACCOUNT.AR = false

Note: The configuration option gla.ACCOUNT.AR controls is the Accounts Receivable functionality is available to the Users or not. The datatype is Boolean. The default value is "false".

GLA_SPLIT_ROUND_METHOD

The default is "roundup".

Valid Key Words: "ceil", "floor", "roundup" or "rounddown"

This parameter specifies the rounding method. Whenever the system needs to calculate the specific changes in a GLA split it sometimes needs to round amounts. When this happens there are 4 (four) types of rounding that can be used:

  • Ceil – (Ceiling) a mathematical form of rounding that always goes up to the nearest whole number.
  • Floor – A mathematical form of rounding that always goes down to the nearest whole number.
  • Roundup – A typical rounding method to round everything above .5 up and everything below .5 down and then round .5 (specifically) up.
  • Rounddown – typical rounding method to round everything above .5 up and everything below .5 down and then round .5 (specifically) down.

Help Desk Portal - Email: help@pcr.com - Phone: 616.259.9242