Insert Details: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:
::{{Template:XFRACAS.Blue|<DetailUIType>}}{{Template:XFRACAS.Black|TextFieldAlphaNumericDetail}}{{Template:XFRACAS.Blue|</DetailUIType>}}
::{{Template:XFRACAS.Blue|<DetailUIType>}}{{Template:XFRACAS.Black|TextFieldAlphaNumericDetail}}{{Template:XFRACAS.Blue|</DetailUIType>}}
::{{Template:XFRACAS.Blue|<DetailName>}}{{Template:XFRACAS.Black|Example Alpha Numeric Detail}}{{Template:XFRACAS.Blue|</DetailName>}}
::{{Template:XFRACAS.Blue|<DetailName>}}{{Template:XFRACAS.Black|Example Alpha Numeric Detail}}{{Template:XFRACAS.Blue|</DetailName>}}
:::{{Template:XFRACAS.Blue|<!—}}{{APIComment|This is where the Detail Type would be inserted. See XML Elements below.}}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|This is where the Detail Type would be inserted. See XML Elements below.}}
:{{Template:XFRACAS.Blue|<Detail>}}
:{{Template:XFRACAS.Blue|<Detail>}}



Revision as of 17:42, 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.

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