Details.TextFieldAlphaNumericDetail: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
: <DetailName /> | : <DetailName /> | ||
: <AlphaNumeric> | : <AlphaNumeric> | ||
:: <Value /> | :: <'''Value''' /> | ||
: </AlphaNumeric> | : </AlphaNumeric> | ||
</Detail> | </Detail> |
Revision as of 18:44, 24 October 2013
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <AlphaNumeric>
- <Value />
- </AlphaNumeric>
</Detail>
Description
- The Value (String) element is required. Maximum of 254 characters allowed
Detail Sample
<Detail> <DetailTypeID> 100 </DetailTypeID> <DisplayOrder> 8 </DisplayOrder> <DetailStep> 5 </DetailStep> <DetailSpan> No </DetailSpan> <DetailUIType> TextFieldAlphaNumericDetail </DetailUIType> <DetailName> Example Alpha Numeric Detail </DetailName> <AlphaNumeric> <Value> Example text </Value> </AlphaNumeric> </Detail