Skip to content

Instantly share code, notes, and snippets.

@aclips
Created August 21, 2023 09:35
Show Gist options
  • Save aclips/f4e77bb0d05f4c2bf5537f805d845c54 to your computer and use it in GitHub Desktop.
Save aclips/f4e77bb0d05f4c2bf5537f805d845c54 to your computer and use it in GitHub Desktop.
Получение значений полей элементов CRM Bitrix24
(function () {
BX.addCustomEvent('bx.crm.entityeditor:oninit', (event, context) => {
let fields = context.model.getData()
console.log(fields)
})
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment