Table of Contents | ||||
---|---|---|---|---|
|
Capability
The GLA Charges Import allows a This Import will allow the User to add or update Charges to any existing GLAon GLAs for Billing.
By default this import will always Add new charges, not Update existing charges. Care should be taken, as this can create duplicate charges.
There is an optional UPDATE Flag that can be set to force the import to do Updates instead of Adds.
The import cannot delete existing charges, but it can set an existing MRC charge Stop Date to end the charge.
Matches On
This Import looks up GLAs based on the GLA Full Codes.
...
For adds and updates, the import will need the 'GLA Full Codes' to find the GLA record to apply the charge to.
For updates, the import needs to find the charges to update.
At minimum, you must provide the GLA, Charge Catalog and Charge Type. You can also optionally provide the Start Date, Override Amount, and Quantity.
If the values you provide match more than one charge, then all of those that match will be updated.
Alternatively, you can provide the GLA Charge RECID, and this will override all other key values to find the exact GLA Charge to update.
Fields
GLA Full Codes
Required
...
This is a full sequence of GLA Components separated by the GLA_CONCATENATOR .
Multiple levels of a hierarchy "path" (like Locations) are connected by the HIERARCHYPATH_SEPARATOR string.
The default value for this string is right angle-brace (>) with a space on either side: " > ".
When importing nested LocationsGLA's, the separator you use for each level of the hierarchy must match the concatenator string.
For example, Site A > Building B > Room C.
Charge Catalog Name
Required
...
- Any GLA Charge MUST have a valid Owner, either a Contact or a Department Hierarchy.
- By default the GLA Charges import always adds new charges. It never updates or removes charges. This can create duplicates.To find an existing charge for UPDATE, the following fields are required: GLA, Charge Catalog, and Charge Type. The following additional fields are used if provided: Start Date, Override Amount, and Quantity. Alternatively, the Service Charge RECID can be provided which overrides all other provided key values.
- If an NRC has been billed, it cannot be updated in any way.
- If an existing MRC has been billed, it can be updated. Changing the GLA, Amount, Quantity, or Prorate Flag, the new Charge stops the previous Charge and a new Charge record begins with the appropriate changes. The Stop Date becomes the day before the import was run. The Start Date becomes the day the import was run.
...