Unable to change the "Accessible from" to public in script include.

Arun B
Tera Expert

Could anyone give me a clarification of below error.

find_real_file.png

Why I am unable to change the "Accessible from" to All application scope?

6 REPLIES 6

MrMuhammad
Giga Sage

Hi @Arun B,

Have you created this using sutdio? If yest then I think you might not be able to change the scope. Please try creating this using platform in the target scope and it will help you change the accessible from.

Regards,

Muhammad

Regards,
Muhammad

Hi Muhammed,

I created this directly in classic UI. The problem is I am unable to change the accessible from once the script include is created. 

I can create a new one and delete the other but it would be great if there is a valid reason for this restriction.

I read somewhere that the script include created in the scoped app using studio can break the scope application when accessible from changes to public. I don't have that reference handy but will share if i find that.

As your script include is created via platform then it doesn't applicable to you. You can try one thing:

Add a method in you client script as below. Save the form and then change the Accessible from and try update.

isPublic: function(){
return true;
},
Regards,
Muhammad

Kirby R
Kilo Sage

Hi @Arun B ,

 

Encountered the same issue, were you able to solve it?

 

Thanks.