Insert Details: Difference between revisions

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




Insert Details contains many different XML Elements that contain specific details within other elements. These details can be used for graphical control elements like list boxes, check boxes and radio buttons. Details also include currency type, additional details on a company, status details, and failure mode details among many other types of details. Details can also be configured within the XFRACAS user interface as an administrator.
Insert Details contains many different XML Elements that contain specific details within other elements. These details can be used for graphical control elements like list boxes, check boxes and radio buttons. Details also include currency type, additional details on a company, status details, and failure mode details among many other types of details. Details can also be configured within the XFRACAS user interface as an administrator. Details may be updated though [[Update Details]].


===[[Details.Common Detail Elements|Common Detail Elements]]===
===[[Details.Common Detail Elements|Common Detail Elements]]===

Revision as of 23:19, 21 April 2015


Insert Details contains many different XML Elements that contain specific details within other elements. These details can be used for graphical control elements like list boxes, check boxes and radio buttons. Details also include currency type, additional details on a company, status details, and failure mode details among many other types of details. Details can also be configured within the XFRACAS user interface as an administrator. Details may be updated though Update Details.

Common Detail Elements

Note: All DisplayOrder, DetailStep, DetailSpan and DetailName elements within Details are optional and only given during an Export. They are not required for importing data into XFRACAS. Detail Name is also optional for all details.

  • 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


<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>

XML Elements