XML message formatting - HxGN EAM - Version 11.07.01 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
11.7.1

HxGN EAM uses these OAGIS segments (or compounds) for representing types of values such as date/time, quantity, and monetary amount, which are common to various business applications

  • DATETIME: for specifying a time with date information or a date without time information

  • TIME: for specifying a time value (with no date information)

  • QUANTITY: a quantity value involved in a business transaction or document

  • AMOUNT: a monetary amount involved in a business transaction or document

These OAGIS segments are defined by OAGIS version 7.2.1, in namespace http://www.openapplications.org/oagis_segments.

Please note the following restrictions and clarifications regarding these OAGIS resources used in HxGN EAM:

  • The TIMEZONE field in the DATETIME segment has no business significance in HxGN EAM. The time zone of a date/time value is implied by HxGN EAM organizational configuration. It will not be explicitly expressed in a DATETIME segment. A DATETIME element in input messages to HxGN EAM Web Services should contain a syntactically valid TIMEZONE element based on OAGIS 7.2.1, but its actual value will not be interpreted by HxGN EAM.

  • The CURRENCY field in the AMOUNT segment will generally not be interpreted by HxGN EAM, as the currency of a business transaction or document in HxGN EAM is expressed following its convention and context. An exception exists for functions pertaining to purchasing, where the currency in the AMOUNT segment will be used unless it is overridden by internal business processing logic. The currency code value of XXX, defined in ISO 4217, should be used in all CURRENCY elements of any AMOUNT type of any HxGN EAM Web Services message outside the purchasing module. Within the purchasing module, the AMOUNT segment should contain the correct currency information.

  • The DRCR field in the AMOUNT segment has no business significance in HxGN EAM. This element should contain a syntactically correct value based on OAGIS 7.2.1, but its actual value will not be interpreted by HxGN EAM. It is recommended that the value "D" be used.

  • The UOM field in the QUANTITY segment has no business significance in HxGN EAM. This element should contain a syntactically correct value based on OAGIS 7.2.1, but its actual value will not be interpreted by HxGN EAM.

  • The qualifier attribute of the DATETIME, AMOUNT, or QUANTITY segment has no business significance in HxGN EAM. It is recommended that the value "OTHER" be used by an input message to HxGN EAM Web Services.

  • The type attribute for the AMOUNT segment has no business significance in HxGN EAM. It is recommended that this attribute be absent in an input message to HxGN EAM Web Services.