Set Dynamic Selection Criteria3
Update the criteria for this dynamic selection.
Use criteria as either restriction objects or OData string format. Criteria are parsed from the OData filter form: ”name startswith ‘foo’ and category in (1,2,3)”
Headers
Convert string references and multi-language values into a specified language (iso2) code.
Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.
Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.
Specify the timezone code that you would like date/time responses converted to.
The application token that identifies the partner app. Used when calling Online WebAPI from a server.
Path Parameters
The id of the selection to add members
Query Parameters
Criteria defining the selection result in OData filter form: category in (1,2,3) and name = 'foo'. Pass NULL or empty string '' if using the criteria objects.
Body
Criteria defining the selection result. Pass NULL if using the filter string instead.
The programmatic column name, including any required prefixes
The operator, such as =, etc
Value(s) to test against
Display representation of value(s) - list ID's are decoded to display texts, other values are represented in a format suitable for decoding and display through the {SuperOffice.CRM.Globalization.CultureDataFormatter}.
This class carries information about the definition and properties of an archive display column. It is used by the archive MDO providers to construct column lists for the configuration dialogs, and by the archive control to know what type (and other properties) each column has. The class is serializable and used on both the application and Web server sides.
Is this restriction active? Inactive restrictions will not influence the generated query
Optional collection of sub criteria, usually null but set for Saint counter fields
Get or set the parenthesis (if any) associated with this restriction. Positive values indicate a number of opening parentheses (deepening nesting level), while negative numbers indicate closing parentheses. Zero means no change in nesting level (no parentheses).
Get or set the inter-restriction operator that describes how this restriction is related to the next one in an array. Default for new ArchiveRestrictionInfo objects is And
None, And, Or Response
OK
The programmatic column name, including any required prefixes
The operator, such as =, etc
Value(s) to test against
Display representation of value(s) - list ID's are decoded to display texts, other values are represented in a format suitable for decoding and display through the {SuperOffice.CRM.Globalization.CultureDataFormatter}.
This class carries information about the definition and properties of an archive display column. It is used by the archive MDO providers to construct column lists for the configuration dialogs, and by the archive control to know what type (and other properties) each column has. The class is serializable and used on both the application and Web server sides.
Is this restriction active? Inactive restrictions will not influence the generated query
Optional collection of sub criteria, usually null but set for Saint counter fields
Get or set the parenthesis (if any) associated with this restriction. Positive values indicate a number of opening parentheses (deepening nesting level), while negative numbers indicate closing parentheses. Zero means no change in nesting level (no parentheses).
Get or set the inter-restriction operator that describes how this restriction is related to the next one in an array. Default for new ArchiveRestrictionInfo objects is And
None, And, Or Related topics
Set Dynamic Selection Criteria3NSSelectionAgentSet Dynamic Selection CriteriaSet Dynamic Selection Criteria2Set Dynamic Selection Criteria Groups