Problem.Review: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Problem|Problem}} ===XML Element=== : <Review> : <Reviewer> :: <FirstName /> :: <LastName /> :: <Login /> : </Reviewer> : …')
 
Line 53: Line 53:
* The Reviewer element is optional, and the Login element value must match an existing user.
* 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 SignOffDate element is optional and if present, must contain a valid date.


* The ClosureRejectComment (String) element is optional.
* 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)
* 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 Types:
Line 69: Line 69:
   8   8      D8 FRB Approval
   8   8      D8 FRB Approval


* The SentEmailNoticeDate element is optional and if present must contain a valid date.
* 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 RetiredDate element is optional and if present, must contain a valid date.  


* The DeleteComment (String) element is optional.
* The DeleteComment (String) element is optional.

Revision as of 21:32, 22 October 2013

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.