The Invocable App, TIA, is a Salesforce managed package for Salesforce developed by Benjamin Lörincz. The main goal of TIA is to provide admins, architects, consultants, developers and any persona that customizes or develops solutions on the Salesforce platform a huge set of standard Apex methods in a bulkified manner that can be used in Flows, Lightning Components and Apex. These bulkified methods are also exposed as custom Apex web services, i.e. REST and SOAP, so the methods can be used in integrations as well.
As of today TIA has a set of 227 Apex classes that expose methods of the classes Blob, Boolean, Date, Datetime, Decimal, Double, Id, Integer, Long, String and Time of the System namespace. Additionally, TIA has another 227 Apex classes being Apex test classes.
The Apex classes expose standard Apex methods as
- bulkified SOAP methods,
- bulkified REST methods (if applicable),
- bulkified Invocable methods (and automatically as Apex Actions as well),
- bulkified Aura Enabled and Aura Enabled (cacheable) methods.
This repository will serve as a hub for documentation, showcasing examples, reporting issues, requesting new features, and providing a roadmap.