Download page Publishing the Document to Files and Attachments.
Publishing the Document to Files and Attachments
This publishes the agreement document for the activated agreement to Files and Attachments for the Salesforce object the agreement is associated with.
Prerequisite
Ensure that the APTS_ContentRepositoryType admin object value is set to Document. For more information, see Admin Entries.
API
Signature
publishToDocumentRepository
webService static Boolean publishToDocumentRepository(Id agreementId, Id attachmentId)
Request Parameters
Name
Type
Description
agreementId
ID
The id of the agreement
attachmentId
ID
The id of the document that is to be published and uploaded to Files and Attachments.
Response Parameter
Name
Type
Description
result
Boolean
Indicates whether the document was published to Files and Attachments successfully.
Code Sample
Id agreementId = agreement.Id;
Id attachmentId = attachment.Id;
Boolean response = Apttus.AgreementWebService.publishToDocumentRepository(Id agreementId, Id attachmentId);
CODE
Integration Details
Use the following information in your integrations with Apttus Contract Management Web Services API. For information on how to get started, refer to Integrating Conga CLM with External Systems.