Business rule is not working when image content type is inserting or updating in Attachment table
Hi All,I have written a BR (before Insert/ Update ) on sys_attachment table to update image. But sometimes it is wprking sometimes not. var kb = new GlideRecord('kb_knowledge'); kb.addQuery('sys_id', current.table_sys_id); kb.query(); ...
