Scoped application related list issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 11:39 AM
Ok pardon me if this is a silly question but i don't do to much with scoped apps...
I am working on the policy and compliance module within the issue record.. and the users would like to create a related issues list so if they have issues that are related they can see from each record the other records...
Non scoped no problem... create a glide list field on the sn_grc_issues table and let them add issues to their hearts content... then create a related list that shows any record where the current issue is in the field... NOW comes the problem...
OOB the issue form is in the AUDIT application... the issue TABLE is on the GRC Profiles table... so to ADD the related list to the form i have to be in the audit application.. but it won't let me add it because the ISSUE is in the grc proviles application....so i get the error
Invalid 'Table' selected on the Related List record. The 'Issue' table is in application 'GRC Profiles', but the current application is 'Audit'.
is the correct solution in this case to create a view in the grc profile... or to create a relationship between the two or what?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 11:43 AM
You will also need to extend The issue table to Audit. So you need to extend issue table and create your own table and use it instead of using table from another scoped app.
Please mark this response as correct or helpful if it assisted you with your question.