Get BP Record

Support for SOAP is deprecated starting with Unifier 23.10.

Description

This method gets a specific Business Process record in Unifier based on Integration design that has been defined in uDesigner. For more information, refer to the Unifier uDesigner User Guide. This method works for both company-level and project/shell-level BPs.

Support

This process supports all type of BPs.

Installation

ASP and Self host

Level Yes or No
Company Level Yes
Project/Shell Level Yes

Prototype

public XMLObject getBPRecord(String shortname, String authcode, string projectNumber, String BPName, String recordNumber);

Parameters

Parameter Description
shortname identifier of the company, company's short name
authcode authentication key for the company, in text string
projectNumber Identifier of the project/shell. Pass null for company-level BP
BPName identifier of the business process, for example: Invoice
recordNumber identifier of the business process example: inv-0001

Return Value

See Appendix B: Return Values.

For Text BPs, the contents of the <_comment> tag, which contains the response list (comments), is also returned.

Sample Method

getBPRecord("acme", "acme_authcode", "proj-01", "Invoice","innv-0001") will return the XML Record of the BP.