Skip to content
Main Menu
  • Home
  • About Me
    • Contact
  • SALESFORCE
    • Certification
    • Trailhead
    • Salesforce Flow
    • Lightning
  • Trailblazer Talks
  • LWC
  • VS Code Tips
  • Video
  • YouTube Channel
  • Linkedin
  • Twitter
  • FaceBook
  • GooglePlus

TheBlogReaders.com

Salesforce.com Lightning and Lightning Web Component – Learn & Share

  • Home
  • About Me
    • Contact
  • SALESFORCE
    • Certification
    • Trailhead
    • Salesforce Flow
    • Lightning
  • Trailblazer Talks
  • LWC
  • VS Code Tips
  • Video

Apex

  • Home
  • Apex
APEX Lightning SALESFORCE Salesforce Customization

Create Salesforce Task with Reminder using Apex Class

February 26, 2020 Sakthivel Madesh0 Comments

Create Salesforce Task with Reminder using Apex Class For this post describes about the create Salesforce Task with Reminder option using Apex Class: While perform the DML option, to pass IsReminderSet as TRUE and pass the ReminderDateTime value and below are the…

Read More
APEX Lightning Lightning Web Component SALESFORCE

How to Capture Salesforce Base URL Without using Apex in Aura Component or Lightning Web Component?

December 9, 2019 Sakthivel Madesh0 Comments

How to Capture Salesforce Base URL Without using Apex in Aura Component or Lightning Web Component? This blog post describes about to get the Salesforce Base URL without using URL Apex Class. As we know its possible to capture the…

Read More
APEX SALESFORCE

Get Record Type ID Using Object Name

June 7, 2019 Sakthivel Madesh0 Comments

Get Record Type ID Using Object Name We can get the Object Record Type Id values in multiple ways like using SOQL, getDescribSObject and below are some examples: Example 1: //Replace Object Name (API Name) and Record Type Name (Record…

Read More
APEX SALESFORCE

How to use the Conditional / Ternary operator in Salesforce Apex Class

March 5, 2019March 5, 2019 Sakthivel Madesh0 Comments

How to use the Conditional / Ternary operator in Salesforce Apex Class ? : x ? y : z Ternary operator (Right associative). This operator acts as a short-hand for if-then-else statements. If x, a Boolean, is true, y is the result. Otherwise z is the…

Read More
APEX SALESFORCE

How To get Day, Month and Year values using Apex Class in Salesforce

February 22, 2019 Sakthivel Madesh0 Comments

How To get Day, Month and Year values using Apex Class in Salesforce Use the Following code to get the Day, Month and Year values using Apex Class Integer d = Date.Today().Day(); Integer m = Date.Today().Month(); Integer y = Date.Today().Year();…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com

Differences between web service and HTTP callouts from Apex

February 26, 2018February 26, 2018 Sakthivel Madesh0 Comments

Differences between web service and HTTP callouts from Apex An Apex callout enables you to tightly integrate your Apex code with an external service. The callout makes a call to an external web service or sends an HTTP request from…

Read More
Deployment Force.com SALESFORCE Salesforce Customization Salesforce.com

How to Delete the Apex Triggers and Apex Classes from Production Salesforce Org?

January 10, 2017 Sakthivel Madesh0 Comments

How to Delete the Apex Triggers and Apex Classes from Production Salesforce Org? Follow the below steps to delete the Apex Triggers and Apex Classes to Production Salesforce Org Step1: Use Force.com IDE to create a new project and download…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com SOQL Visualforce

How to get the logged in User Profile Name using Apex Class

November 3, 2016 Sakthivel Madesh0 Comments

How to get the logged in User Profile Name using Apex Class? We can able to get the profile details using the Profile Standard Object SOQL Query: Select Id, Name from Profile Apex Class: Id profileId = UserInfo.getProfileId(); String profileName…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com SOQL Visualforce

How to get the Role name and Profile Name from User Object using SOQL

November 1, 2016November 3, 2016 Sakthivel Madesh0 Comments

How to get the Role name and Profile Name from User Object using SOQL We can able to get the Role Name and Profile Name details from User Standard Object SOQL Query: SELECT Profile.Name, UserRole.Name FROM User below is the…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com Visualforce

How to get the apex:inputText fields values into the apex controller class from visualforce page?

October 27, 2016 Sakthivel Madesh0 Comments

How to get the apex:inputText fields values into the apex controller class from visualforce page? VF page having some apex:inputText fields and one custom button and on clicking of the button, the values in the apex:inputText field should be passed…

Read More

Posts navigation

1 2 Next

Salesforce Cert Prep!

Techforce Services

Salesforce MVP

SALESFORCE MVP 2021

SFDC Learn & Share – YouTube

SFDC Learn & Share - YouTube

SALESFORCE CONSULTING & IMPLEMENTATION

Techforce Services

Salesforce MVP 2020 – Success Journey

Salesforce MVP 2020 – Success Journey Blog Series

TRAILHEAD PROFILE

https://trailblazer.me/id?uid=sakthivel

Answer Leader @ Salesforce Community

Sakthivel Madesh Answer Leader Trailblazer Community

Top Salesforce Blog 2021 – SFBEN

Top Salesforce Blog 2020 - SFBEN

Top Salesforce Expert – masonfrank

Sakthivel Madesh

Best Salesforce Blogs for Developers – inspire planner

Best Salesforce Blogs for Developers - inspire planner

Salesforce Developer Blog

 Salesforce Developer Blogs

Advertisement




Salesforce Success Cloud – Tweet

Meet, @msakthivel83 A Sr. Salesforce Developer at Techforce Services, 15x Salesforce Certified, and 5x Trailhead Ranger!

We are grateful for all that this #SalesforceAnswersLeader brings to the #TrailblazerCommunity.

See how he tackles this question about Activites: https://t.co/f1RerAHPaC pic.twitter.com/qFIWdZNklB

— Salesforce Success Cloud (@asksalesforce) March 19, 2019

SFDC Hero of the Month – July 2019

Hey Guys, Its time to announce the results of #SFDC hero of the month July and he is none other than the most reputed and highly dedicated Mr. Shakthivel. Congrats @msakthivel83 #SalesforceOhana #saasnic #sfdc #Congratulations pic.twitter.com/cc5xizcH3n

— SFDC Hero of the Month (@SFDC_HERO) July 31, 2019

#Congratulations @msakthivel83 #Hero ofthe month #july2019

LinkedIn - https://t.co/HaFEWEiGHm
Twitter - https://t.co/0qfxfr0Neq
Facebook Group - https://t.co/wACNc9HX2N
Blogger https://t.co/IduJi7Uwcq
YouTube - https://t.co/szGuHZaXXg pic.twitter.com/aQv1rH4GdF

— SFDC Hero of the Month (@SFDC_HERO) July 31, 2019
  • About Me
  • Contact

Copyright © All rights reserved.

Blorigan by Axle Themes