Documentation

Common Dialog Boxes

The common dialog boxes run and show outside the application context. The only way an application may access them is by providing a callback function which is called when a user has confirmed the selection while in a dialog box.

Function Description
BX24.selectUser Shows a single user selection dialog box.
BX24.selectUsers Shows a multiple user selection dialog box.
BX24.selectAccess Shows an access permission selection dialog box.
BX24.selectCRM Shows standard CRM entity selection dialog box.

Examples

Open a random chat in the app

BX24.im.openMessenger(dialogId)

Open chat history from in the app

BX24.im.openHistory(dialogId)

Call to an account user

BX24.im.callTo(userId[, video=true])

Call on the telephone number

BX24.im.phoneTo(phone)


© «Bitrix24», 2001-2024
Up