#
salesforce
Here are 1,532 public repositories matching this topic...
kmcquade
commented
May 18, 2020
This would be really useful for users who are getting the hang of this.
A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform
-
Updated
Mar 2, 2021 - JavaScript
A very simple Salesforce.com REST API client for Python
-
Updated
Mar 3, 2021 - Python
Salesforce API Library for JavaScript applications (both on Node.js and web browser)
-
Updated
Mar 8, 2021 - JavaScript
Cloudsplaining is an AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report.
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Mar 10, 2021 - JavaScript
Salesforce Lightning Design System for React
-
Updated
Mar 11, 2021 - JavaScript
gmpmovies
commented
Jun 18, 2020
A minimal trigger framework for your Salesforce Apex Triggers
-
Updated
Feb 10, 2021 - Apex
The current version of the Salesforce.org Nonprofit Success Pack
-
Updated
Mar 12, 2021 - Apex
nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
-
Updated
Jul 21, 2020 - JavaScript
Web-based suite of tools for administrators and developers to interact with the Force.com APIs
-
Updated
Mar 10, 2021 - PHP
A library of concise, meaningful examples of Apex code for common use cases following best practices.
-
Updated
Mar 10, 2021 - Apex
Sample application for Lightning Web Components and Communities on Salesforce Platform. Part of the sample gallery. Retail use case. Get inspired and learn best practices.
-
Updated
Mar 2, 2021 - JavaScript
Salesforce Lookup Component built with Lightning Web Components.
-
Updated
Mar 1, 2021 - JavaScript
A collection of unofficial Lightning Components that can be used to enhance Salesforce Lightning Flow and Lightning Pages.
-
Updated
Mar 11, 2021 - Apex
Example DAGs using hooks and operators from Airflow Plugins
airflow
mongodb
etl
google-analytics
imap
selenium
sftp
mailgun
salesforce
facebook-ads
dbt
hubspot
dag
marketo
singer
apache-airflow
marketo-sdk
airflow-plugins
-
Updated
Jul 24, 2018 - Python
Salesforce integration for Django's ORM using the SF REST API.
-
Updated
Nov 22, 2020 - Python
Salesforce Lightning Design System components built with React
-
Updated
Mar 9, 2021 - TypeScript
SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.
-
Updated
Dec 30, 2020 - Objective-C
A Salesforce DX Plugin with multiple functionalities aimed at improving development and operational workflows
metadata
devops
pool
salesforce
developer-tools
salesforcedx
sfdx
salesforce-cli
salesforce-dx-plugin
retrieve-profiles
scratchorg
-
Updated
Mar 11, 2021 - TypeScript
Python framework for building portable automation for Salesforce projects
-
Updated
Mar 11, 2021 - Python
-
Updated
Jan 27, 2020 - Apex
Stop upgrade, most of features were delivered in https://github.com/xjsender/haoide-vscode
-
Updated
Jan 13, 2021 - Python
Functional programming for Salesforce Apex
-
Updated
Mar 29, 2019 - Apex
Scriptable, multipurpose mock server.
-
Updated
Sep 21, 2020 - Java
Salesforce Sample App part of the sample gallery. Real estate use case. Get inspired and learn best practices.
-
Updated
Mar 8, 2021 - Apex
Improve this page
Add a description, image, and links to the salesforce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the salesforce topic, visit your repo's landing page and select "manage topics."
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.