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 A: 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.

Related Topics

Business Process (BP) Methods

Get BP Record (Additional Information)

Create BP Record

Create Complete BP Record

Add BP Line Item

Add Complete BP Line Item

Update BP Record

Update Complete BP Record

Update BP Record V2

Get BP List

Get Complete BP Record



Last Published Wednesday, April 9, 2025