Attached image

users00024520
Tera Contributor

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?

 

find_real_file.png

1 REPLY 1

sachin_namjoshi
Kilo Patron
Kilo Patron

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