IQCM Function
This interface must be implemented for all Communication Methods that supports functions calls.
Object Definition
Object Type | Interface |
Object Name | QWESR IQCM Function |
Procedures
Name | Description |
---|---|
CheckFunctionSettings(): Boolean | This function should check if all settings for Function is valid. |
DirectInvokeFunction(JsonObject; Codeunit "Temp Blob"): Boolean | This function should invoke this Communication Method Function with data from the Function Data blob as parameters. |
FunctionIsSupported(): Boolean | This function responds to if the Function Interface is implemented or not. |
InvokeFunction(Record "QWESR Integration Queue"): Boolean | This function should invoke this Communication Method Function with data from the Function Data blob as parameters (as Json). |
SetCommunicationMethodCode(Code[20]): Boolean | Sets the Communication Method to be used for this instance. |
This documentation is generated from Spider v27.0