- Boulder, CO
- https://linkedin.com/in/greg-butt
Pinned Loading
-
shared-salesforce
shared-salesforce PublicA repository for me to share some things I built for Salesforce using Apex and Lightning Web Components (LWCs)
Apex 6
-
angular-vf-remote-actions
angular-vf-remote-actions PublicAn angular 1.x library for Salesforce that makes it easy to call remote actions on a visualforce page. This should be used only if you host your angular app in a visualforce page.
-
Grant Permission Set or Permission S...
Grant Permission Set or Permission Set Group to Users in Batch Apex 1/**
2* Assigns a permission set or permission set group to all user with the specified profile.
3* Additional filter criteria can be passed in if the users needs filtered further.
4* Example: Only assign permission set to community users on the Salesforce account
5* String filter = 'Contact.Account.Name = \'Salesforce\'';
-
SFDX script to retrieve profiles and...
SFDX script to retrieve profiles and perm sets with object CRUD and FLS 1#!/bin/bash
23TARGET_ORG=$1
45if ["$TARGET_ORG" == ""]; then
-
JsonReader
JsonReader 1public class JsonReader {
2public Map<String, Object> jsonMap {get; set;}
34public JsonReader(Map<String, Object> jsonMap) {
5this.jsonMap = jsonMap;
-
StubProviderImpl.cls
StubProviderImpl.cls 1@IsTest
2public class StubProviderImpl implements System.StubProvider {
3public Type mockType {get; private set;}
45private Map<String, Object> mockedCalls {get; set;}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.