Enable Edit Button on Relationships
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2010 10:25 AM
I've created a relationship and it shows the records only if matches certain field within the parent , the relationship is working perfectly but it is not showing the "Edit" button on the top of the related list.I personalize--->List control and Enable the edit button.But still it is not showing up the button.
Is it possible to enable the edit button if i created the related list via the relationship?
- Labels:
-
Orchestration (ITOM)
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2010 10:57 PM
MAKE SURE YOU LEAVE THE "Display" CHECKBOX ON THE FIELD DICTIONARY FORM UNCHECKED.
That field should NOT be shown on the Dictionary entry form by default--it is WAYY too confusing, even if you know what it does. Instead of "displaying" the field on a form, etc., that property means "make this field the display value any time an object on this table is referenced."
if you have created a field on the "ticket" table that is a reference type and referrs to the "problem" table, personalize the "Related lists" on the Problem form. You will see in the list something like "Ticket -> Problem ID" in the list. This is the one you need to show.
The "Edit" button should show on the list when it's added to the form. You can confirm you're showing the list you want by confirming that the title of the list is "Tickets" and the list filter shows "Problem ID = PRB00100XX".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2010 01:48 PM
Thank you.
I tried your metho. I uncheck the display check box in personalized dictionary for number (incident number) and created a reference field on problem to display the incident number.
The refrenece field on the problem form not showing anything, but the problem ID field on incident from show the system long id number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 11:37 PM
Hi Poornima,
I am also facing same issue, please let me know if you found any solution.
Thanks,
Bindu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2019 06:24 PM
Hi Bindu,
I was able to get an edit button on many-many relationship table by writing a create ACL on the table and also enabling the edit roles on list control..
Please let me know if you require anything further.
Regards,
Zabee.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2019 04:13 AM
I have added 4 ACLs(create and delete records, read records and records fields) on M2M table and editing functionality appeared for a user with such role. Also, my List Control has no edit roles.