I didn't find how can I create a Dynamic Folder in LOOKUPS to include my own lookups, from a specific package or with some specific prefix in the name or whatever.
Somebody have this need?
we want to bind my lookups and the folder to deploy to a production instance, but just ca...MoreLess
There is a bug in the system regarding the 'Contact in Folder' object, because apparently uses InsertQuery directly into the database, instead of the InsertQuery class.This object doesn't throw signals. How can we capture the event of an added record in such a scenario ?
Besides the option that Oleg provided, another variant is to create a trigger in the DB because normal events like OnInserted won't work with INSERT INTO.