Get Complete BP Record
Description
Methods returns back complete BP record information. This includes any attachments, general comments, and so on.
Support
This service is available at both Company Level and Project and Shell Level BPs
Note: By design, there are no web services available for the Request for Bid (RFB) business process.
Installation
ASP and Self host
Level | Yes or No |
---|---|
Company Level | Yes |
Project and Shell Level | Yes |
Prototype
public XMLObject getCompleteBPRecord(String shortname, String authcode, String projectNumber, String BPName, String record_no);
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 or shell. |
BPName | Identifier of the BP |
record_no | A valid record number. |
Return Value
See Appendix A: Return Values.
Sample Method
getCompleteBPRecord("acme", "acme_authcode", "Proj-0001", "Invoices", "Inv-0001")
Related Topics
Get Complete BP Record (Additional Information)
Last Published Tuesday, July 1, 2025