SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Set which duplicate rules should be active or not

    Input

    type: object properties: parameters: type: object properties: rules: type: array items: description: "Describes one duplicate rule to be used to find similar entries\r\n<para />\r\nCarrier object for DuplicateRule." type: object properties: Name: description: Identifying name for rule type: string DisplayName: description: Short name of rule to display to user type: string DisplayTooltip: description: Description of the rule type: string IsActive: description: >- Indicating if a rule is current active, and should included in the duplicate detection type: boolean TableRight: type: object properties: Mask: enum: - None - Select - Update - Insert - Delete - Filtering - RestrictedUpdate - Unused1 - Uninitialized - FULL - WRITE - URU - UDR - UR - URI - R - RI - RF - F - FI type: string Reason: type: string FieldProperties: type: object additionalProperties: type: object properties: FieldRight: type: object properties: Mask: enum: - None - Read - Write - Update - Unused1 - Unused2 - Unused3 - Unused4 - Nullable - UIHintMandatory - UIHintReadOnly - FULL - UIHints type: string Reason: type: string FieldType: type: string FieldLength: format: int32 type: integer description: Duplicate rules to update active status for SO-AppToken: type: string description: >- The application token that identifies the partner app. Used when calling Online WebAPI from a server. required: - rules title: Parameters