Mass Approval | Approve/Reject Multiple Records at once
Approving multiple record one by one is a painful activity. You have to open each record, click Approve & then
Read moreThis category is used for posts that contains apex code or apex tricks.
Apex is a strongly typed, object-oriented JAVA based programming language used for building software as a service (SaaS) applications on top of Salesforce.com’s customer relationship management (CRM). Salesforce is the leading CRM now. Apex allows developers to access Salesforce.com’s back-end database. It also includes an application program interface (API) that developers can use to access user data on Salesforce.com. This API allows developers to use common SaaS components without the need to develop much of the infrastructure.
Apex is interpreted, executed, and controlled entirely by the Lightning Platform. It uses Salesforce Object Query Language (SOQL) and Salesforce Object Search Language (SOSL) queries that return lists of sObject records. sObject can be seen as a SQL table. Apex also provides built-in support for Data manipulation language (DML) calls, such as INSERT, UPDATE, and DELETE, that include built-in DmlExceptionhandling.
You can save your Apex code against different versions of the API. This enables you to maintain behavior.
Approving multiple record one by one is a painful activity. You have to open each record, click Approve & then
Read moreHey Users, Sometimes it is painful if you have to edit multiple child records and you have to open each
Read moreIsn’t it painful if you have multiple Attachments on a record and you have multiple such records and you need
Read moreCustom Lookup is a very useful component if you are creating a custom form or custom component with editable fields.
Read morePagination is a pretty cool bundle of logic, UI, and Apex to start your assignments with. Server-side Pagination is useful
Read morePagination is the first step to start the LWC Coding (Definitely after the Hello World :D). Pagination is a pretty
Read moreImagine having a single component that allows you to search on any object you want. Multi object lookup lightning component
Read moreHey CF Users, Multi Select lookup lightning component is easy to create and is re-usable. Lightning comes with many pre-built
Read moreHey CafeForce Users, Have you ever tried custom lookup component fetching thousands of records from apex? If so, you are
Read more