Yearly Archives: 2021

Trigger Challenge #1 : SalesforceCody

Welcome Back with new Challenge Series, Yes Triggers. Let's...

System.TypeException: Invalid date/time: 2021-12-28T09:20:46-05:00

To parse DateTimes in this ISO format, you need...

Salesforce Certification Coupon/Voucher Codes

SELLING Voucher codes is punishable offense 140$ off on any...

SharePoint File Storage Solution

XportFiles connects your SharePoint easily with Salesforce. Some Features........ ✅ Manage every...

How to get Object Name using RecordId

<aura:component controller="UtilityController" implements="flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,force:lightningQuickAction" access="global" > <!--...

ADVERTISMENT

Trigger Challenge #1 : SalesforceCody

Welcome Back with new Challenge Series, Yes Triggers. Let's do Live Use Case Trigger Hello Salesforce Cody's, Let's get started Firstly, Create a Custom SObject...

System.TypeException: Invalid date/time: 2021-12-28T09:20:46-05:00

To parse DateTimes in this ISO format, you need to use JSON deserialization. String dateStr = '2021-12-28T09:20:46-05:00'; Datetime dateTime = (DateTime)JSON.deserialize('"' + dateStr+'"', DateTime.class); The JSON parser...

Salesforce Certification Coupon/Voucher Codes

SELLING Voucher codes is punishable offense 140$ off on any 200$:- SFCDWSUCCESS903330 expiry: DEC 31, 2022 140$ off on any 200$:- SFCDWSUCCESS902122 expiry: DEC 31, 2022 40$...

SharePoint File Storage Solution

XportFiles connects your SharePoint easily with Salesforce. Some Features........ ✅ Manage every file on any Standard object & Custom object. ✅ offers the same file and folder actions...

How to get Object Name using RecordId

<aura:component controller="UtilityController" implements="flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,force:lightningQuickAction" access="global" > <!-- Attributes --> <aura:attribute name="sObjectName" type="String" /> <!-- Handlers --> ...

Don't miss