Get SOV
![]()
Description
This method will get schedule of values information of a commitment.
Support
Installation: ASP and Self host
| Level | Yes or No |
|---|---|
| Company Level | No |
| Project/Shell Level | Yes |
Prototype
public XMLObject getSOV(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 a project/shell. |
| BPName | Identifier of the base commits business process, for example: Contracts. This is case-sensitive and should be the name as given in uDesigner. |
| RecordNumber | The record number is base commit record number that the SOV is associated to. |
Return Value
Sample Method
getSOV("acme", "acme_authcode", "PRJ-0001", "Contracts", "CON-0001")
Additional Information
getSOV can be used to get the SOV for General Spends and Payment Applications.
Tags under <SOV_header> parent tag will change if the SOV is group by commit codes or individual line items.