Skip to content

MobileCRM.Application.setAppColors

rescocrm edited this page May 15, 2023 · 3 revisions

[v11.2] Sets the application colors.

Arguments

Argument Type Description
colors object Properties of the object define the colors to set. The values must be int in the AARRGGBB format.
success function(result) A callback function for successful asynchronous result.
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.
Clone this wiki locally