Skip to content

MobileCRM.Bridge.log

rescocrm edited this page May 15, 2023 · 8 revisions

[v8.0] Appends a message into the JSBridge log.

Arguments

Argument Type Description
text String A text to be written into the log.

This example demonstrates how to append a text to the JSBridge log which is included in About/SendLog reporting.

/// This method can be used to add specific information into the JSBridge log.
MobileCRM.bridge.log("This will be added to end of JSBridge log.");
Clone this wiki locally