Attached image
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 07:34 AM
I present to you the following.
when attaching an image in a request, i see a record is created in the attachments table, and it also creates a thumb record, i need that thumb record to have the height and width, how can i do it? any guide?
Labels:
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 08:45 AM
You can configure a business rule on sys_attachment table and add conditions so that it doesn't trigger for all insert,updates to attachment records.
This business rule can update image height, width based on condition.
Regards,
Sachin