SNC.Notify not defined in scope app

wakespirit
Kilo Guru

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

 

1 ACCEPTED SOLUTION

I am one of the developers of this product, who is leading this currently. Sorry that this info was missing from docs. We are getting this fixed.

View solution in original post

6 REPLIES 6

I am one of the developers of this product, who is leading this currently. Sorry that this info was missing from docs. We are getting this fixed.

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.