GetNRXmlDoc
Mon 01 January 2018Syntax
GetNRXmlDoc(NRID, EntityName)
Description
Use the GetNRXmlDoc function in any of the messaging PeopleCode events. It retrieves an XML message, categorized as non-repudiation, from the message queue for the specified non-repudiation ID. An XML message is a message that is unstructured, that is, isn't based on a record hierarchy. It creates and loads a data tree for the default message version, and returns Null if not successful.
Parameters
Field or Control |
Definition |
---|---|
NRID |
Specify the non-repudiation ID for the XML message that you want to retrieve. This parameter takes a numeric value. |
EntityName |
Specify the name of the entity that signed the data, as a string. For Peoplesoft, this is the node name. |
Returns
A reference to an XmlDoc object if successful, Null if not successful.