Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2018 09:55 PM
Hi Muktha,
You can hide attachment from incident table by adding attribute in dictionary as mention below.
- Open a record in the table.
- Right-click in the header bar and select Personalize > Dictionary.
- In the list of dictionary entries, select the first record in the list (the record with no Column name entry).
- Add no_attachment to the Attributes field, separated by commas from any existing attributes.
You can manage related list condition by using OnLoad client script by using following methods.
g_form.hideRelatedList()
g_form.showRelatedList()
By using above methods and using scripting, related list requirement can be achieved.
Warm Regards,
Devyani
Engineer