- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 12:44 AM
Hi,
In record producer we have a field which is of attachment type, so where we want to allow only email type of attachment and restrict other type of attachments or files or documents(eg: excel). How to achieve this. provide any solution?
Thanks & Regards,
Sirisha.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 12:58 AM
Hi
In Variable attributes you can restrict the attachment type by extensions.
For example:
You can use allowed_extensions=pdf;txt etc
For email type it should ideally be allowed_extensions=msg
Mark the answer as correct if it works
Regards,
Sumanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 12:58 AM
Hi
In Variable attributes you can restrict the attachment type by extensions.
For example:
You can use allowed_extensions=pdf;txt etc
For email type it should ideally be allowed_extensions=msg
Mark the answer as correct if it works
Regards,
Sumanth