https://github.com/simplicitesoftware/module-salesforce
SalesForce examples for Simplicité
https://github.com/simplicitesoftware/module-salesforce
low-code salesforce salesforce-api simplicite
Last synced: 4 months ago
JSON representation
SalesForce examples for Simplicité
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-salesforce
- Owner: simplicitesoftware
- Created: 2020-01-16T11:32:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T12:37:16.000Z (about 4 years ago)
- Last Synced: 2025-10-24T09:59:03.429Z (8 months ago)
- Topics: low-code, salesforce, salesforce-api, simplicite
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
`SalesForce` module definition
==============================
[](https://sonarcloud.io/dashboard?id=simplicite-modules-SalesForce)
### Introduction
**SalesForce** integration remote business objects examples.
### Import
To import this module:
- Create a module named `SalesForce`
- Set the settings as:
```json
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-salesforce.git"
}
}
```
- Click on the _Import module_ button
### Configure
There is one system parameter to configure:
- The `SALESFORCE_CREDENTIALS` in which you must set your SalesForce credentials
> **Note**: it is possible to ovveride these default parameters per user using corresponding user parameters.
`SfAccount` business object definition
--------------------------------------
SalesForce _Account_ object.
**Note**: the objet fields are retreived from SalesForce metadata at runtime
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
`SfCase` business object definition
-----------------------------------
SalesForce _Case_ object.
**Note**: the objet fields are retreived from SalesForce metadata at runtime
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
`SfContact` business object definition
--------------------------------------
SalesForce _Contact_ object.
**Note**: the objet fields are retreived from SalesForce metadata at runtime
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|