NSArchiveConfiguration
Used to store and fetch the configuration of an archive. The configuration consists of entities and columns; entities correspond to archive provider entities and the checkboxes you see in the bottom of standard archives. Column configuration includes both what columns should be visible, what order they are in (left to right), and whether the archive rows should be sorted by one or more columns.
Used to store and fetch the configuration of an archive. The configuration consists of entities and columns; entities correspond to archive provider entities and the checkboxes you see in the bottom of standard archives. Column configuration includes both what columns should be visible, what order they are in (left to right), and whether the archive rows should be sorted by one or more columns.
Desired columns can be set through the selectable MDO list called archiveColumns:\<perovider name>, and entities can be set through the selectable MDO list archiveEntities:\<provider name>. You can also use the SetChosenEntities and SetChosenColumns method of this service. The selectable MDO list implementation is suitable for data binding using mdo list controls.
Initializes a new instance of the NSArchiveConfiguration class.
Returns: CRMScript.NetServer.NSArchiveColumnInfo[]
Example:
Returns: CRMScript.NetServer.NSSelectableMDOListItem[]
Example:
Returns: CRMScript.NetServer.NSArchiveOrderByInfo[]
Example:
Returns: CRMScript.Global.String - The actual ownership information for the configuration that was retrieved.
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Related topics
NSArchiveAgentNamespace CRMScript.NetServerGet Archive ConfigurationGet Archive Configuration With ContextGet Archive Configuration V2QuoteLineConfiguration