Skip to content
Main Menu
  • Home
  • About Me
  • SALESFORCE
  • Lightning
  • Lightning Web Component
    • Visual Studio Code Tips
  • Trailhead
  • Certification
  • Video
  • Contact
  • YouTube Channel
  • Linkedin
  • Twitter
  • FaceBook
  • GooglePlus

TheBlogReaders.com

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

  • Home
  • About Me
  • SALESFORCE
  • Lightning
  • Lightning Web Component
    • Visual Studio Code Tips
  • Trailhead
  • Certification
  • Video
  • Contact

Salesforce Customization

  • Home
  • Salesforce Customization
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.com

How to find manager list using apex class in salesforce

February 24, 2018 Sakthivel Madesh0 Comments

How to find manager list using apex class in salesforce Its possible to find out from managerId field in User Object and below is the code to find manager hierarchy for particular user. set<Id> ManagerUserId=new set<Id>(); ManagerUserId.add(‘User id’);// Add user…

Read More
SALESFORCE Salesforce Customization

Update Date values in Salesforce Custom button

April 17, 2017 Sakthivel Madesh0 Comments

Update Date values in Salesforce Custom button to example to update the date custom field called AssignementDate__c field in Lead object then use the below code in the custom button logic var lead = new sforce.SObject(“Lead”); lead.AssignementDate__c = new Date();…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com Trigger

How to get the Contact Id while creating the Task using Apex Trigger

April 17, 2017April 17, 2017 Sakthivel Madesh0 Comments

How to get the Contact Id while creating the Task using Apex Trigger while creating the task to contact, its possible to get the contact information from Task WhoId or WhatId field and below is the example code: Set<id> contactIds…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com Trigger Triggers

update a related record value using Map and Apex class?

April 17, 2017 Sakthivel Madesh0 Comments

update a related record value using Map and Apex class? Example 1: How to create and update existing contact records using map and apex class global void execute(Database.BatchableContext BC, List<sObject> scope) { List<Data_Feeds__c> feeds = (List<Data_Feeds__c>) scope; Set<String> lastNames =…

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
APEX SALESFORCE Salesforce Customization Salesforce.com Visualforce

How to Save a record Without the ValidationRule fire on the Visualforce Page?

October 27, 2016 Sakthivel Madesh0 Comments

How to Save a record Without the ValidationRule fire on the Visualforce Page? normally if we have the validation rules, then the conditions meet true as per the validation rules then the below error occors while saving using visualforce page:…

Read More
APEX SALESFORCE Salesforce Customization Salesforce.com Visualforce

Save the Attachment using Apex Class and Visualforce Page in Salesforce

October 25, 2016October 25, 2016 Sakthivel Madesh0 Comments

Save the Attachment using Apex Class and Visualforce Page in Salesforce Attachment field allows users to be able to attach notes and attachments to custom object records. This allows you to attach external documents to any object record, in much…

Read More

Posts navigation

1 2 3 Next

Salesforce MVP

SALESFORCE MVP 2020

SFDC Learn & Share – YouTube

SFDC Learn & Share - YouTube

Virtual Salesforce Events/Meetup

Virtual Salesforce Events/Meetup

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 2020 – 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