- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2017 12:40 PM
I have extended Idea table and created one in my custom scope. I created extended Demand Table as well. When i accept the idea in my extended table, it creates the demand in the global table instead of creating one in my extended table.
Its due to the BR associated with the base table. And again the BR is in Global scope.. Should i be creating new BR to create demand record in my extended table? And if so, how does it overrides the base BR??
Also, i have so much of Global objects associated with the table? Should i be recreating each one of them?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2017 11:47 AM
If you modify a OOB Global BR, it wont upgrade unless you want it to be upgraded. It remains in the skipped record of Upgrade History. Later you can review and action accordingly.
You can create a custom Global Aplplication, so that you know what all changes to made to your Global Apps to support Scoped App.
If you dont want to create Global App, you can also store it in an update set, but make sure change the Application from Global Support App to the Default App.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2017 11:47 AM
If you modify a OOB Global BR, it wont upgrade unless you want it to be upgraded. It remains in the skipped record of Upgrade History. Later you can review and action accordingly.
You can create a custom Global Aplplication, so that you know what all changes to made to your Global Apps to support Scoped App.
If you dont want to create Global App, you can also store it in an update set, but make sure change the Application from Global Support App to the Default App.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2017 02:32 PM
Thanks sanjivmeher