- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2014 06:02 AM
So we have a Problem that has a few Incidents have been manually attached to it from the related list on the Problem record
The way I believe it should work is that if I go into one of those Incidents (ex INC0025026) I should see this Problem in its Related list under "Problems", but I'm not seeing it
It does this the other way too, if I add a Problem to an Incident using the related list on the Incident record that Incident doesn't show up in the related list in the Problem record. Am I doing something wrong? It seems like they should be connected, but they don't seem to be...or I'm doing something wrong, which is possible.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2014 12:14 PM
m2m can be confusing at first, but it's a key concept.
You should already see a new related list available when personalizing related lists on the problem form as well. It should appear by the name you gave it above ("Incidents").
You won't see anything in the related list until you relate the incidents to the problems (thus populating your new m2m table). If you select Edit on the related list on the problem form, you can select the incidents to relate to the problems, or vice-versa on the incident form.
If you have some kind of meeting maker and want to call me to discuss sometime, we can schedule something.
Cheers,
Geoff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 08:23 AM
I can understand you but create the following rules and it will work:
Type: read Name: <1st field> u_m2m_incidents_problems <2nd field> -- None — Role: itil === Type: write Name: <1st field> u_m2m_incidents_problems <2nd field> -- None — Role: itil === Type: read Name: <1st field> u_m2m_incidents_problems <2nd field> * Role: itil === Type: write Name: <1st field> u_m2m_incidents_problems <2nd field> * Role: itil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 10:36 AM
No, that should be fine without a specific read rule as the ".*" is catching that.
Did you also add the role to each of the rules? (related list on the ACL)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 12:18 PM
Yes, the "Requires Role" lists for all of them have itil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 12:21 PM
That makes it really tricky. Did you already try the security debugger and impersonated one of your users?