Details.ContactDetail: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) |
John Leavitt (talk | contribs) |
||
Line 46: | Line 46: | ||
:::{{Template:XFRACAS.Blue|<'''Contact'''>}} | :::{{Template:XFRACAS.Blue|<'''Contact'''>}} | ||
::{{Template:XFRACAS.Blue|<DetailContact>}} | ::{{Template:XFRACAS.Blue|<DetailContact>}} | ||
:{{Template:XFRACAS.Blue|</Detail}} | :{{Template:XFRACAS.Blue|</Detail>}} |
Revision as of 21:03, 13 February 2015
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <DetailContact>
- <Contact>
- <FirstName/>
- <MiddleName/>
- <LastName/>
- <Contact/>
- <Contact>
- <DetailContact>
</Detail>
Description
- System Contacts Detail
- DetailUIType: ContactDetail
- The Contact element is required. The combination of FirstName and LastName must match an existing contact.
Detail Sample
- <Detail>
- <DetailTypeID>1012</DetailTypeID>
- <DisplayOrder>16</DisplayOrder>
- <DetailStep>5</DetailStep>
- <DetailSpan> No </DetailSpan>
- <DetailUIType> UserInfoDetail </DetailUIType>
- <DetailName> Example User Detail </DetailName>
- <DetailContact>
- <Contact>
- <FirstName>Pam</FirstName>
- <MiddleName>Isa</MiddleName>
- <LastName>User</LastName>
- <Contact>
- <Contact>
- <DetailContact>
- </Detail>