Problem.Review: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 41: Line 41:
::  <DeleteComment />
::  <DeleteComment />
::  <SignOffOrder />   
::  <SignOffOrder />   
::  <UserCategory>
::  <'''UserCategory'''>
:::    <UserCategoryID>
:::    <UserCategoryID>
:::    <UserCategoryName>
:::    <UserCategoryName>
::  </UserCategory>
::  </'''UserCategory'''>
:</Review>
:</Review>


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

Revision as of 21:17, 23 October 2014

XML Element

<Review>
<Reviewer>
<FirstName />
<LastName />
<Login />
</Reviewer>
<SignOffDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</SignOffDate>
<ClosureRejectComment />
<ReviewType>
<ReviewTypeID />
<ReviewTypeName />
</ReviewType>
<SentEmailNoticeDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</SentEmailNoticeDate>
<RetiredDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</RetiredDate>
<DeleteComment />
<SignOffOrder />
<UserCategory>
<UserCategoryID>
<UserCategoryName>
</UserCategory>
</Review>

Description

  • The Reviewer element is optional, and the Login element value must match an existing user.
  • The SignOffDate element is optional and if present, must contain a valid date.
  • The ClosureRejectComment (String) element is optional.
  • The ReviewType element is required and the ReviewTypeName and ReviewTypeID element values must match an existing review type(FRB Step) or a user-created review type.
Review Types:
Review Type Id    Review Type  Name
  2	   2       D2 FRB Approval
  3	   3       D3 FRB Approval
  4	   4       D4 FRB Approval
  5	   5       D5 FRB Approval
  6	   6       D6 FRB Approval
  7	   7       D7 FRB Approval
  8	   8       D8 FRB Approval
  • The SentEmailNoticeDate element is optional and if present, must contain a valid date.
  • The RetiredDate element is optional and if present, must contain a valid date.
  • The DeleteComment (String) element is optional.
  • The SignOffOrder (Integer) element is optional.
  • The UserCategory element is required and the UserCategoryName element value must match an existing user category.