Details.Common Detail Elements: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 30: Line 30:


* The DetailName element is optional.
* The DetailName element is optional.
====Format====
* DisplayOrder- Integer
* DetailStep- Integer
* DetailSpan- Yes/No
* DetailName- String. 32 characters maximum
* DetailTypeID- Integer
* DetailUIType- String. 50 characters maximum
* Value- String. 255 characters maximum
* DetailValue - String

Revision as of 17:45, 13 February 2015

XML Element

<DetailTypeID />
<DisplayOrder />
<DetailStep />
<DetailSpan />
<DetailUIType />
<DetailName />
<Detail>
<DetailTypeID>100</DetailTypeID>
<DisplayOrder>8</DisplayOrder>
<DetailStep>5</DetailStep>
<DetailSpan> No </DetailSpan>
<DetailUIType> TextFieldAlphaNumericDetail </DetailUIType>
<DetailName> Example Alpha Numeric Detail </DetailName>
<!— This is where the Detail Type would be inserted. See XML Elements below.
<Detail>

Description

  • The DetailTypeID element is required and must match an existing detail type.
  • The DisplayOrder element is optional. Export only.
  • The DetailStep element is optional. Export only.
  • The DetailSpan element is optional. Export only.
  • The DetailUIType element is optional. Export only.
  • The DetailName element is optional.

Format

  • DisplayOrder- Integer
  • DetailStep- Integer
  • DetailSpan- Yes/No
  • DetailName- String. 32 characters maximum
  • DetailTypeID- Integer
  • DetailUIType- String. 50 characters maximum
  • Value- String. 255 characters maximum
  • DetailValue - String