User Element: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|User|User}} ===XML Element=== <FAID /> ===Description=== * The FAID element is required. * If the FAID element value matches an existing…')
 
No edit summary
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|User|User}}
{{Template:XFRACAS.XML.Import.Doc.Class|User|User}}
===XML Element===
===XML Element===
<FAID />
<User>
:  <Credentials>
::    <FirstName />
::    <MiddleName />
::    <LastName />
::    <Login />
:  </Credentials>
:  <Locale>
::    <City />
::    <State />
::    <Country />
:  </Locale>
:  <EmployeeID />
:  <Email />
:  <DefaultEntity>
::    <EnityID />
::    <EntityName />
:  </DefaultEntity>
:  <CreatedDate>
::    <Year />
::  <Month />
::  <Day />
::  <Hour />
::  <Minute />
::  <Second />
::  <FormattedDate />
:  </CreatedDate>
:  <ExpirationDate>
::    <Year />
::    <Month />
::    <Day />
::    <Hour />
::    <Minute />
::    <Second />
::    <FormattedDate />
:  </ExpirationDate>
:  <RevokeDate>
::      <Year />
::    <Month />
::    <Day />
::    <Hour />
::    <Minute />
::    <Second />
::    <FormattedDate />
:  </RevokeDate>
:  <UserEntities>
:    <UserEntity>
::      <Entity>
:::        <EnityID />
:::        <EntityName />
::      </Entity>
::      <AccountExpirationDate>
:::          <Year />
:::        <Month />
:::        <Day />
:::        <Hour />
:::        <Minute />
:::        <Second />
:::        <FormattedDate />
::      </AccountExpirationDate>
::      <CreatedDate>
:::        <Year />
:::        <Month />
:::        <Day />
:::        <Hour />
:::        <Minute />
:::        <Second />
:::        <FormattedDate />
::      </CreatedDate>
::      <RetiredDate>
:::        <Year />
:::        <Month />
:::        <Day />
:::        <Hour />
:::        <Minute />
:::        <Second />
:::        <FormattedDate />
::      </RetiredDate>
::  <ReportingOrg>
:::        <Issue IssueTypeID= > 
::::          <Code  />
::::          <Description  />
:::      </Issue>
::      </ReportingOrg>
::      <ParentUser>
:::        <FirstName  />
:::        <MiddleName  />
:::        <LastName  />
:::        <Login />
::      </ParentUser>
::      <Groups>
:::        <Group>   
::::          <GroupName  />
::::          <GroupDescription  />
:::        </Group>
::      </Groups>
::      <Categories>
:::        <Category>
:::        <UserCategoryID  />
:::        <UserCategoryName />
:::        </Category>
::      </Categories>
::      <UserPermissions>
:::        <UserPermission>
::::          <PermissionID />
:::      <PermissionDescription/>
::::        </UserPermission>
:::      </UserPermissions>
::    </UserEntity>
:  </UserEntities>
</User>
 


===Description===
===Description===

Revision as of 21:37, 26 September 2013

XML Element

<User>
<Credentials>
<FirstName />
<MiddleName />
<LastName />
<Login />
</Credentials>
<Locale>
<City />
<State />
<Country />
</Locale>
<EmployeeID />
<Email />
<DefaultEntity>
<EnityID />
<EntityName />
</DefaultEntity>
<CreatedDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</CreatedDate>
<ExpirationDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</ExpirationDate>
<RevokeDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</RevokeDate>
<UserEntities>
<UserEntity>
<Entity>
<EnityID />
<EntityName />
</Entity>
<AccountExpirationDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</AccountExpirationDate>
<CreatedDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</CreatedDate>
<RetiredDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</RetiredDate>
<ReportingOrg>
<Issue IssueTypeID= >
<Description />
</Issue>
</ReportingOrg>
<ParentUser>
<FirstName />
<MiddleName />
<LastName />
<Login />
</ParentUser>
<Groups>
<Group>
<GroupName />
<GroupDescription />
</Group>
</Groups>
<Categories>
<Category>
<UserCategoryID />
<UserCategoryName />
</Category>
</Categories>
<UserPermissions>
<UserPermission>
<PermissionID />
<PermissionDescription/>
</UserPermission>
</UserPermissions>
</UserEntity>
</UserEntities>
</User>


Description

  • The FAID element is required.
  • If the FAID element value matches an existing failure analysis ID, the failure analysis will not be imported.
  • If the FAID element value is not empty and does not match an existing failure analysis ID, the specified FAID element value will be used.
  • If the FAID element value is empty, the next available failure analysis ID will be used.