Adhoc
AdHoc class
Specifies additional ad hoc files available for selection on the DocGen Package run page.
Tip: Sample available on GitHub. For more information, see AddHoc sample.
Namespace: LOOP
Package: Nintex DocGen for Salesforce
Syntax
global class AdHoc
The AdHoc class exposes the following members:
Constructors
Member name | Description |
---|---|
Adhoc | Creates an instance of the AdHoc class. |
Interfaces
Class name | Description |
---|---|
IAttachmentManager | Represents an ad hoc file to be included as an attachment for a DocGen Package. |
Inner classes
Class name | Description |
---|---|
Attachment | Represents an ad hoc file to be included as an attachment for a DocGen Package. |
VeevaVault | Represents a Veeva Vault article as an ad hoc file that can be included as an attachment to a DocGen Package. |
Remarks
This class is used to specify ad hoc files in addition to the standard list of ad hoc files available for selection on the DocGen Package run page. This class is the only way to make Veeva Vault articles available for the user to select. Your class name is specified in the AdHoc Apex Class field on the DocGen Package.
AdHoc constructor
Creates an instance of the Adhoc class.
Namespace: LOOP
Package: Nintex DocGen for Salesforce
Syntax
AdHoc()