Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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
Mega 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