Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.79 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.79 KB

TIA: The Invocable App

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.

What does TIA offer / what is the content of TIA?

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

What is this repository about?

This repository will serve as a hub for documentation, showcasing examples, reporting issues, requesting new features, and providing a roadmap.