Skip to content

M Hamza Siddiqui

14x Certified | Salesforce App Architect

  • Home
  • Blog
  • Corona Tracker
  • Travel
  • Contact

Tag: apex

Salesforce

Flow: Create/Update CustomMetadata

338 ViewsAs of now, you can GET custom metadata records in flows but you cannot create or update them. Using this invocable class you can create/update custom metadata records in Flows. You can access the repository here: https://github.com/mhamzas/Flow-Create-Update-Custom-Metadata The code is self
Read More

January 22, 2021January 22, 2021hamzaapex, flowsLeave a comment
Salesforce

Build Invocable Actions That Work for Multiple Objects

42 ViewsAfter Spring 20, you can now create reusable Apex actions that use the generic sObject and List<sObject> data types. Build one action that works for multiple objects, rather than one for each individual object. Developers can build a filter or sort
Read More

June 18, 2020June 18, 2020hamzaapex, invocableLeave a comment
Salesforce

Insert Records in multiple Objects in single DML

37 ViewsThere could be many cases where you need to insert records in multiple objects in a single method but you might end up with TOO MANY DMLs Error. Here we’ll discuss how you can insert records in multiple objects in a
Read More

April 6, 2020April 6, 2020hamzaapex, sfdcLeave a comment
Salesforce

Check The Validity/Checksum of The Canadian SIN in Apex

52 ViewsIn general, following is the method to check the validity and Checksum of Canadian SIN. Given an example Number: 123 456 782 Remove the check digit (the last digit): 123456782 Extract the even digits (2,4,6,8th digit): 12345678 Double them: 2 4 6
Read More

March 27, 2020March 27, 2020hamzaapex, DevelopmentLeave a comment
Salesforce

Use Salesforce files (image file) on LWC, Aura or VF page as img tag

779 ViewsSalesforce Files had been introduced with replacement of Attachment/Document object and with some great features like version controlling, sharing, preview and what not. We used to use Attachment/Document object for file hosting like images and pdf (specially on Classic). And if
Read More

January 9, 2020January 9, 2020hamzaapex, aura, community, files, guest, vfLeave a comment
Salesforce

Upserts with Generic sObjects – Salesforce

64 ViewsHave you ever run into this error? “Upsert with a field specification requires a concrete SObject type” Basically it is saying that you cannot declare a list of type sObject and then try to use the upsert command against that list.
Read More

December 13, 2019December 13, 2019hamzaapex, salesforce, sfdc, sObject, upsertLeave a comment
Download Resume View Portfolio

Recent Posts

  • Flow: Create/Update CustomMetadata
  • Spring’21 Pre-Release- Treasure Hunt / Release Notes
  • Automatically push Salesforce METADATA to GIT
  • Automate User Creation and Permission Set Group Assignment Using a Custom Metadata Type Mapping
  • Apex Test cases fail when run in parallel

Archives

  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019

Categories

  • Android
  • Codeigniter
  • Linux
  • Marketing Cloud
  • Mulesoft
  • Proxmox
  • Salesforce
  • Uncategorized

Follow Me

  • facebook
  • twitter
  • linkedin
  • instagram

Get in touch

  • Email Address [email protected]

About Me

I’m a Salesforce Certified Application Architect, UI/UX Designer, PHP Developer & Frontend Developer from Karachi, Pakistan.

Contact Me !!

Tags

apex appexchange aura certification community component Development files flows guest invocable js lightning lwc maintenancetrail package platformevent salesforce scratch org sfdc sfdx sharing and visibilty sObject Spring20 top 75 SF blogs trailblazergroups upsert validation vf winter20

© All right reserved

Portfolio Web by Acme Themes
  • Home
  • Blog
  • Corona Tracker
  • Travel
  • Contact

M Hamza Siddiqui