- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2019 05:32 AM
Dear all,
I am using the following script to initiate a notify call
var notify = new SNC.Notify();
var from = '+41215391714';
var to = '+41786930906';
// set up a conference call
var conferenceCall = new GlideRecord('notify_conference_call');
conferenceCall.active=true;
notify.call(from, to, conferenceCall);
This is working ok if i am in Global scope.
Then if i use this in my scope app, i get error on undefined object SNC.Notify
Any idea how to make it work on scoped app ?
regards
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2019 12:19 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2019 12:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 12:00 PM
That info is documented now, BUT only if you are searching the Madrid APIs. I was looking at the London APIs and could not find anything.