MobileCRM.Application.getLastSignificantTimeChange - Resconet/JSBridge GitHub Wiki
[v13.3.1] Gets the last detected time change.
Argument | Type | Description |
---|---|---|
success | function() | A callback function which is called in case of success. Callback will receive an object with "lastChange" date and "delta" time in sceonds. |
failed | function(error) | A callback function for command failure. The error argument will carry the error message. |
scope | A scope for calling the callbacks; set "null" to call the callbacks in global scope. |