Show / Hide Table of Contents

    GetCommunicationMethodSnapshot Procedure

    Interface IQCM

    This function should create a snapshot of the settings for this Communication Method Type. This snapshot will be saved on History records for later reference.

    If the settings has changed since last snapshot a new snapshot is created and returned, otherwise an existing snapshot is returned.

    A snapshot is a copy of the existing settings that are currently being used, this is saved in the Integration Queue History for tracking and auditing purposes.

    Look into the samples code for a suggested implementation of the Snapshot table.

    Signature

    GetCommunicationMethodSnapshot(var Snapshot: RecordRef) Handled: Boolean
    

    Parameters

    var Snapshot RecordRef

    A RecordRef to the Snapshot record.

    Returns

    Boolean

    true if this method is implemented, otherwise false and an error will be thrown.

    This documentation is generated from Spider v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX