#
salesforce
Here are 1,890 public repositories matching this topic...
A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform
-
Updated
Mar 11, 2022 - JavaScript
IAM Least Privilege Policy Generator
-
Updated
Mar 1, 2022 - Python
kmcquade
commented
Apr 12, 2021
- There are still mentions of a triage worksheet. "Cloudsplaining identifies violations of least privilege in AWS IAM policies and generates a pretty HTML report with a triage worksheet. It can scan all the policies in your AWS account or it can scan a single policy file." The worksheet is mentioned several times.
- As shown in the above, there is no mention of multiple AWS accounts
- The GIF st
A very simple Salesforce.com REST API client for Python
-
Updated
Mar 1, 2022 - Python
-
Updated
Mar 16, 2022 - JavaScript
Salesforce API Library for JavaScript applications (both on Node.js and web browser)
-
Updated
Mar 14, 2022 - JavaScript
Salesforce Lightning Design System for React
-
Updated
Mar 16, 2022 - JavaScript
gmpmovies
commented
Jun 18, 2020
A minimal trigger framework for your Salesforce Apex Triggers
-
Updated
Feb 19, 2022 - Apex
The current version of the Salesforce.org Nonprofit Success Pack
-
Updated
Mar 19, 2022 - Apex
A library of concise, meaningful examples of Apex code for common use cases following best practices.
-
Updated
Mar 8, 2022 - 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 7, 2022 - JavaScript
nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
-
Updated
Feb 11, 2022 - JavaScript
Web-based suite of tools for administrators and developers to interact with the Force.com APIs
-
Updated
Dec 16, 2021 - PHP
Salesforce Lookup Component built with Lightning Web Components.
-
Updated
Mar 1, 2022 - JavaScript
A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Orchestrator.
salesforce
salesforce-lightning
lightning-component
lightning-flow
salesforce-flow
flow-actions
flow-component
screen-flows
-
Updated
Mar 20, 2022 - Apex
A Salesforce DX Plugin with multiple functionalities aimed at improving development and operational workflows
metadata
devops
pool
salesforce
developer-tools
hacktoberfest
salesforcedx
sfdx
salesforce-cli
salesforce-dx-plugin
retrieve-profiles
scratchorg
-
Updated
Mar 17, 2022 - TypeScript
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
Mar 8, 2022 - Python
Python framework for building portable automation for Salesforce projects
-
Updated
Mar 18, 2022 - Python
Reusable LWCs to 10x your solution building speed. Design interactive, data-dense UIs with LWC + Screen Flows.
salesforce
salesforce-lightning
salesforce-developers
sfdx
salesforce-lightning-components
lwc
lightning-datatable
lightning-web-components
-
Updated
Feb 13, 2022 - JavaScript
Salesforce Lightning Design System components built with React
-
Updated
Mar 6, 2022 - TypeScript
SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.
-
Updated
Nov 16, 2021 - Objective-C
Automation Components are a collection of reusable and production-ready extensions that include invocable actions, flow screen components and local actions.
-
Updated
Mar 7, 2022 - Apex
-
Updated
Nov 9, 2021 - Apex
Functional programming for Salesforce Apex
functional-programming
salesforce
apex
forcedotcom
salesforce-developers
salesforce-api
salesforcedx
-
Updated
Jan 5, 2022 - Apex
Awesome Low-Code Application Platforms | 全球低代码平台开发资源大全
quantum
paas
odoo
salesforce
apex
frappe
mendix
servicenow
k2
zoho
no-code
kony
pega
outsystems
appian
lowcode
creatio
power-apps
better-blocks
kingtone
-
Updated
Jan 21, 2022
outofcoffee
commented
Feb 22, 2022
In various tutorials/documentation we use Swagger/OAS 2.x format specifications.
We should update these with their OAS 3.x equivalents.
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
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use
OpTransformerSpec
andOpEstimatorSpec
base test specs to provide tests for all existing transformers & estimators.