function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OmerOmer 

Business Logic

Hi,

I want to know that how can I implement business logic/business rules in our applications. By business logic I mean e.g. how can I incorporate custom validation and verification on data entered by the user? Also, is there any way that I could apply some custom computations (aggregates/avarages etc.) on user data.

Can we use JavaScript here with AppExchange? How can we do that?

Thanks a lot.
DevAngelDevAngel
Hi Omer,

Business logic in terms of validation is not possible today, but is on our roadmap with no estimate of when, if ever, it will be available.

For the custom computations, take a look at the Formula type custom fields.