Insert Details: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
''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.
''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
* DisplayOrder- Integer
DetailStep- Integer
* DetailStep- Integer
DetailSpan- Yes/No
* DetailSpan- Yes/No
DetailName- String. 32 characters maximum
* DetailName- String. 32 characters maximum
DetailTypeID- Integer
* DetailTypeID- Integer
DetailUIType- String. 50 characters maximum
* DetailUIType- String. 50 characters maximum
Value- String. 255 characters maximum
* Value- String. 255 characters maximum
DetailValue - String
* DetailValue - String





Revision as of 17:53, 13 February 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.

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