Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New contexts can be added after service registration.

Code Block
languagejs
// Add context to a specific service.
send2crm.services.addContext('customContext'myAlias', , 'myAlias');

// Omit the alias to add to the default service.
send2crm.services.addContext('customContext');

Check if a Service has Context

...