• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"SelectionMemberStatic"

Some tooltip text!
• 1 minute to read
 • 1 minute to read

This provider name is implemented by the class SuperOffice.CRM.ArchiveLists.SelectionMemberStaticProvider inside NetServer's SODatabase assembly.

Provider for the Selection Member table

This provider is intended to be used when working with static selections. It will only return fields from the SelectionMember table.

Supported Entities

Name Description
"selectionMember" [Selection Member]

Supported Columns

Name Restriction Description OrderBy
getAllRows bool GetAll: Get all rows of archive - use with care, you may be fetching the whole database
getNoRows bool GetNone: Do not get any rows from the archive
selectionId int Selection ID: The database ID of the selection
selectionMemberId int Selection member ID: The database ID of the selection member record
rowKind None Icon indicating whether the row comes from a static or a dynamic selection
targetTableNumber int TargetTableNumber: TargetTableNumber x
targetRecordId int TargetRecordId: TargetRecordId x
contactId int Company ID: Database ID of company x
personId int Contact ID: Database ID of the contact row x

Sample

GET /api/v1/archive/SelectionMemberStatic?$select=selectionMemberId,rowKind
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

See also: IArchiveAgent.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top