Show / Hide Table of Contents

    DirectInvokeFunction Procedure

    Interface IQCM Function

    This function should invoke this Communication Method Function with data from the Function Data blob as parameters.

    This function is called directly from a custom call and is expected to return the results in the provided "Temp Blob" instance.

    Signature

    DirectInvokeFunction(Parameters: JsonObject; var Result: Codeunit "Temp Blob") Handled: Boolean
    

    Parameters

    Parameters JsonObject

    A JsonObject with all expected parameters.

    var Result Codeunit "Temp Blob"

    The result of this Function.

    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