Constructors
NSArchiveAgent()
Methods
CreateDefaultArchiveListResult()
Sets default values into a new NSArchiveListResult.NetServer calculates default values (for example, Country) on the entity, which is required when creating/storing a new instance.
ExportArchive(String,String,String[],String[],String,String[],Integer)
Exports the target archive to a downloadable format.GetActivityFilter()
Gets activity filter for the specified list.GetArchiveConfiguration(String,String)
Gets the configuration for one archive. The configuration is keyed by a combination of archive provider name and gui name.GetArchiveConfigurationV2(String,String,String,String)
Gets the configuration for one archive. The configuration is keyed by a combination of archive provider name (plus optional context), gui name, and optional table binding.GetArchiveConfigurationWithContext(String,String,String)
Gets the configuration for one archive, with context parameter. The configuration is keyed by a combination of archive provider name and gui name.GetArchiveList(String,String,String[],Integer,Integer)
Gets a page of data for an archive.GetArchiveList2(String,String,String,String,String,Integer,Integer)
Gets a page of data for an archive using a restriction string.GetArchiveListByColumns(String,String[],String[],Integer,Integer)
Gets a page of results for an archive list, explicitly specifying the restrictions, orderby and chosen columns.GetArchiveListByColumns2(String,String,String,String,String,Integer,Integer)
Gets a page of results for an archive list, explicitly specifying the restrictions as a string, orderby and chosen columns.GetArchiveListByColumnsWithContext(String,String[],String[],Integer,Integer,String)
Gets a page of results for an archive list with context parameter, explicitly specifying the restrictions, orderby and chosen columns.GetArchiveListByColumnsWithContext2(String,String,String,String,String,Integer,Integer,String)
Gets a page of results for an archive list with context parameter, explicitly specifying the restrictions as a string, orderby and chosen columns.GetArchiveListByColumnsWithHeader(String,String[],String[],Integer,Integer,String)
Gets a page of results for an archive list, explicitly specifying the restrictions, orderby and chosen columns; as well as a name/value string formatted set of options. The return value includes a header that has various extra information, in addition to the actual rows.GetArchiveListByColumnsWithHeader2(String,String,String,String,String,Integer,Integer,String)
Gets a page of results for an archive list, explicitly specifying the restrictions as strings, orderby and chosen columns; as well as a name/value string formatted set of options.GetArchiveListByColumnsWithHeaderWithContext(String,String[],String[],Integer,Integer,String,String)
Gets a page of results for an archive list, with context parameter, explicitly specifying the restrictions, orderby and chosen columns; as well as a name/value string formatted set of options.GetArchiveListByColumnsWithHeaderWithContext2(String,String,String,String,String,Integer,Integer,String,String)
Gets a page of results for an archive list, with context parameter, explicitly specifying the restrictions as strings, orderby and chosen columns; as well as a name/value string formatted set of options.GetArchiveListWithContext(String,String,String[],Integer,Integer,String)
Gets a page of data for an archive, with context parameter. The columns returned will be those set as chosen columns, using either the SetChosenColumns service or the corresponding SelectableMDOList.SetSelected.GetArchiveListWithContext2(String,String,String,String,String,Integer,Integer,String)
Gets a page of data for an archive using restrictions as strings, with context parameter.GetAvailableColumns(String,String)
Returns list of all columns supported by an archive provider. See also <xref href=“CRMScript.NetServer.NSArchiveAgent.GetArchiveConfiguration(String,String)” data-throw-if-not-resolved=“false”></xref>.GetAvailableEntities(String,String)
Returns list of all entities supported by an archive provider. See also <xref href=“CRMScript.NetServer.NSArchiveAgent.GetArchiveConfiguration(String,String)” data-throw-if-not-resolved=“false”></xref>.GetGroupAssociateIds(Integer[])
Returns the associate IDs that belongs to the given groups.GetProviderNames()
Returns list of all archive provider names.SetActivityFilter(NSActivityFilter)
Sets activity filter for the specified list.SetChosenColumns(String,String,String[])
Sets the currently chosen columns for the given gui name/provider name combination.This service corresponds to the SetSelected method of the SelectableMDOList service, for a list called archiveColumns: plus the archive provider name and gui name as its additionalInfo.
SetChosenColumnsV2(String,String,String,String,String[])
Sets the currently chosen columns for the given gui name/provider name combination.This service corresponds to the SetSelected method of the SelectableMDOList service, for a list called archiveColumns: plus the archive provider name and gui name as its additionalInfo.
SetChosenEntities(String,String,String[])
Sets the currently chosen entities for the given gui name/provider name combination.This service corresponds to the SetSelected method of the SelectableMDOList service, for a list called archiveEntities: plus the archive provider name and gui name as its additionalInfo.
SetChosenEntitiesV2(String,String,String,String,String[])
Sets the currently chosen entities for the given gui name/provider name combination.This service corresponds to the SetSelected method of the SelectableMDOList service, for a list called archiveEntities: plus the archive provider name and gui name as its additionalInfo.