516 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
781 ViewsThe Pre-Release Sign Up is LIVE…and you know what that means The #Spring21 Treasure Hunt is ON! #BeReleaseReady Sign up for a Spring ‘21 Pre-Release Org: https://www.salesforce.com/form/signup/prerelease-spring21/ Post your treasure here: http://bit.ly/Spring21Treasure Post your treasures right here in this group: www.salesforce.com/success-releasereadiness You can comment on this thread or create
Read More
259 ViewsThis is going the be a very important post as using this batch and bash file, you can do automate backing up your metadata on GIT version control. What is Git? So, what is Git in a nutshell? This is an
Read More
396 ViewsEliminate the manual steps of creating Salesforce users based on a case or form submission. Let Salesforce do the work for you. Use flow to automate the user creation and permission set group assignment based on a selected user persona with
Read More
493 ViewsCurrently, when running apex test cases via Apex Test Execution or ApexTestQueueItem records two cases execute at any one time. Usually this isn’t an issue, but if the test cases aren’t fully isolated (i.e. they work on the same records) and
Read More
457 ViewsThe Flow Builder is a powerful tool for Admins; it allows us to build user journeys that look great and execute complex business logic at Lightning speed. When you use flows in your org, the chances are there’s going to be
Read More
472 ViewsUsing the Test.loadData method, you can populate data in your test methods without having to write many lines of code. Follow these steps: Add the data in a .csv file. Create a static resource for this file. Call Test.loadData within your test method and passing
Read More
447 ViewsThe Pre-Release Sign Up is LIVE…and you know what that means The #Winer21 Treasure Hunt is ON! #BeReleaseReady Sign up for a Winter ‘21 Pre-Release Org: https://www.salesforce.com/form/signup/prerelease-Winter21/ Post your treasure here: http://bit.ly/Winter21Treasure Post your treasures right here in this group: www.salesforce.com/success-releasereadiness
Read More
379 Views Create an unmanaged package with everything you want to move over. Convert the unmanaged package with the SFDX CLI Push to a Scratch Org Create the unmanaged package Setup > Quick Find > “Package” > Create > Packages Next Select
Read More
503 ViewsRecently, I did write an aura component which implemented ADDEVENT.COM Add to Calendar button which is PAID but here I did wrote another component (an appexchange package for you) which can be used on any Salesforce Lightning Page, Community Page or
Read More