Skip to content
CafeForce

CafeForce

The Code Cafe

  • Lightning
  • LWC
  • Lookup
  • Tips & Tricks
  • Contact

Apex

This 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.

Mass record approval salesforce
Apex Lightning 

Mass Approval | Approve/Reject Multiple Records at once

December 5, 2020February 28, 2021 Suyash Nolkha 0 Comments mass approval, multi approval

Approving multiple record one by one is a painful activity. You have to open each record, click Approve & then

Read more
related list with inline edit lightning-salesforce
Apex Lightning 

Related List with Inline Edit | Lightning Component Salesforce

October 19, 2020March 28, 2021 Suyash Nolkha 19 Comments Related List with Inline Edit

Hey Users, Sometimes it is painful if you have to edit multiple child records and you have to open each

Read more
Mass Bulk Attachment Download LWC
Apex LWC 

Mass Attachments/Documents Download in Salesforce LWC

September 28, 2020September 29, 2020 Suyash Nolkha 8 Comments lwc, mass attachments download, mass documents download

Isn’t it painful if you have multiple Attachments on a record and you have multiple such records and you need

Read more
custom lookup lwc salesforce
Apex Lookup LWC 

Custom Lookup Component in Salesforce LWC

September 28, 2020January 5, 2021 Suyash Nolkha 0 Comments custom lookup, generic lookup, lwc

Custom Lookup is a very useful component if you are creating a custom form or custom component with editable fields.

Read more
server side pagination lwc salesforce
Apex LWC 

Server Side Pagination (JavaScript) in LWC Salesforce

September 27, 2020September 27, 2020 Suyash Nolkha 0 Comments apex pagination, lwc pagination, server side pagination

Pagination is a pretty cool bundle of logic, UI, and Apex to start your assignments with. Server-side Pagination is useful

Read more
Client Side Pagination LWC Salesforce
Apex LWC 

Client Side Pagination (JavaScript) in LWC Salesforce

September 25, 2020September 27, 2020 Suyash Nolkha 0 Comments client side pagination, javascript pagination, lwc, pagination

Pagination is the first step to start the LWC Coding (Definitely after the Hello World :D). Pagination is a pretty

Read more
Apex Lightning Lookup 

Multi Object Lookup Component in Lightning Salesforce

October 8, 2019September 25, 2020 Suyash Nolkha 13 Comments custom lookup, Lookup, multi object lookup

Imagine having a single component that allows you to search on any object you want. Multi object lookup lightning component

Read more
multi select lookup lightning salesforce
Apex Lightning Lookup 

Multi Select Lookup Component in Salesforce Lightning

October 2, 2019September 28, 2020 Suyash Nolkha 4 Comments Lightning, Lookup, Multi Select Lookup

Hey CF Users, Multi Select lookup lightning component is easy to create and is re-usable. Lightning comes with many pre-built

Read more
Apex Lightning Lookup 

Lookup Lite component in salesforce lightning

October 21, 2018September 28, 2020 Suyash Nolkha 4 Comments aura custom lookup, lookup lite

Hey CafeForce Users, Have you ever tried custom lookup component fetching thousands of records from apex? If so, you are

Read more
Page 1 of 212»
salesforce top 50 blogs winner

Popular Posts

Custom Lookup component in Salesforce Lightning

October 20, 2018 26 Comments on Custom Lookup component in Salesforce Lightning
related list with inline edit lightning-salesforce

Related List with Inline Edit | Lightning Component Salesforce

October 19, 2020 19 Comments on Related List with Inline Edit | Lightning Component Salesforce
Multi Select Combobox Picklist Lightning

Create Multi Select Combobox / picklist in Lightning Salesforce

October 6, 2019 14 Comments on Create Multi Select Combobox / picklist in Lightning Salesforce

Multi Object Lookup Component in Lightning Salesforce

October 8, 2019 13 Comments on Multi Object Lookup Component in Lightning Salesforce

Posts

Lookup Lite component in salesforce lightning

October 21, 2018 4 Comments on Lookup Lite component in salesforce lightning

Create Lightning Modal/Popup | Dynamic component creation

October 22, 2018 2 Comments on Create Lightning Modal/Popup | Dynamic component creation
days, hours, minutes between 2 datetime fields

Difference between 2 datetimes in Salesforce

November 28, 2020 No Comments on Difference between 2 datetimes in Salesforce
Copyright © 2021 CafeForce. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.