How to enable read access for Global tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2016 07:12 AM
I am trying to use Task table as extension for other table but failed with below error:
Invalid 'Table' selected on the Module record. The 'Task' table is in application 'Global', but the current application is 'Marketing Events applications'.
Invalid 'Table' selected on the Dictionary Entry record. The 'Task' table is in application 'Global', but the current application is 'Marketing Events applications'. The 'Table' field can only select 'Global' tables with read access enabled.
Can someone guide me towards the right solution?
Thanks in advance,
Hari.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2016 07:17 AM
Hi Hari,
It sounds like you are building a scoped application where one of the tables extends task. Good for you, that's an excellent approach!
Correct me if I'm wrong, now you want to go back and make a change to one of the fields inherited from task (such as the default value, or uncheck read-only). What the system is saying is "Hey, that's not a field on your table and changing it could mess up everyone else on the system, so I'm not going to let you."
Depending on the change you are trying to make, you may be able to get away with a Dictionary Override. Can you provide more specifics of what you were trying to do when you got this message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2016 10:06 AM
Thanks for quick reply I will check and let you know the status
I am working on Exercise 10: Extend a table; below is reference link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 06:39 PM
Were you able to find an answer to this one?
I am running into the same issue with Exercise 10.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 10:39 PM
Did you ever find your answer?