how to change the scope of an application

kalluri
Kilo Contributor

Hello Team,

Can someone suggest me how to change the scope of an application to global..

I tried elevating the previlages but it dint work.

Thanks & Regards,

Shankar Kalluri.

10 REPLIES 10

Chuck Tomasi
Tera Patron

Hi Kalluri,



Short answer - you don't. You need to recreate the files (records) again in the global scope.


Hi Chuck,



Do u mean import and export the things back into the recreated one..


How about my data if i recreate. Wont that be affected,.?



Thanks & Regards,


Shankar Kalluri.


Hi Kalluri,



You cannot simply export a business rule, for example because the XML contains application's scope, the scoped table, and everything else in it.



If you are VERY good at XML, you can export the data, update the table names, the scope names, sys_ids, etc. and import it back in. It's a bit of a chore and prone to issues so I don't recommend it often.



The easier approach is to recreate the tables, fields, ACLs, etc. and then salvage what ever script you have done, updating that accordingly (e.g. table names, field names, etc.)



Can I ask why you are going from scoped to global?


we started using scoped apps but I want to edit access controls on a table in the global application.   How do I switch back to the global application because these changes are not related to the new scoped apps.