Retrieving Add Comment Page URL
This API gets the URL of the Add Comments page for the given approval request. This API accepts the approval request object as input parameter.
|
API |
Signature |
|---|---|
| getAddCommentPageUrl |
webService static String getAddCommentPageUrl(Apttus_Approval__Approval_Request__c requestSO) |
|
Request Parameters | |||
|---|---|---|---|
|
Name |
Type |
Required? |
Description |
| Approval_Request__c requestSO | Object |
Yes |
The approval request object. |
|
Response Parameter | ||
|---|---|---|
|
Name |
Type |
Description |
| addCommentPageURL | String |
The URL of the add comment page. |
