- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 08:33 AM
We have a form that users will likely add several (up to 10) attachments. I've added the Attachments related list to the form and don't want to also clutter the form with multiple attachments. I'm NOT talking about the attachment paperclip icon, but the attachments themselves. thx
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2019 07:04 AM
On your client script, you need to set Isolate script field to false. This field is not found on form layout, you will need to add it. Once this field is unchecked, your script will work and this is a new change since London.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 11:45 AM
That did not work.
My table is u_project as I'm using a custom project management application and not the s/n OOB solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 11:55 AM
I don't see any issue with the code.
Is it your personal instance ? If yes can you share your instance details so that I will take a look at it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2019 07:04 AM
On your client script, you need to set Isolate script field to false. This field is not found on form layout, you will need to add it. Once this field is unchecked, your script will work and this is a new change since London.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2019 11:46 AM
That worked! Awesome and thank you VERY much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2019 12:26 AM
Hello Randy,
Can you please mark the correct answer response and close this thread? Thanks!