https://github.com/jsmithdev/save-signature
Save a user's signature in Salesforce (desktop & mobile)
https://github.com/jsmithdev/save-signature
lightning-component lightning-web-components lwc salesforce salesforce-lightning
Last synced: 8 months ago
JSON representation
Save a user's signature in Salesforce (desktop & mobile)
- Host: GitHub
- URL: https://github.com/jsmithdev/save-signature
- Owner: jsmithdev
- Created: 2020-12-14T00:04:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T22:22:09.000Z (over 2 years ago)
- Last Synced: 2024-01-30T00:44:32.855Z (over 2 years ago)
- Topics: lightning-component, lightning-web-components, lwc, salesforce, salesforce-lightning
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Save Signature
## Save a user's signature in Salesforce
See [signature-pad](https://github.com/jsmithdev/signature-pad) for more about using the pad, the underlying library, etc

## Usage
Add to a record page
## License
Released under the [MIT License](http://www.opensource.org/licenses/MIT)
# SFDX Deploy
Covert with SFDX; This creates a folder called `deploy`
```bash
sfdx force:source:convert -r force-app -d deploy
```
Now you can deploy from the resulting `deploy` directory
```bash
sfdx force:mdapi:deploy -d deploy -w -1 --verbose
```
📌 Above deploys to the default org set
- Add -u user@domain.com or -u alias to deploy else where
- To run tests add -l RunSpecifiedTests -r ApexTestName
Results should more or less mirror below
```bash
Using specified username me(a)jsmith.dev
Job ID | 0Af1U000015XR14SAG
MDAPI PROGRESS | ████████████████████████████████████████ | 10/10 Components
TYPE FILE NAME ID
──────────────────────── ──────────────────────────────────── ────────────────────────── ──────────────────
deploy/package.xml package.xml
ExampleClass deploy/classes/Example.cls Example 01p1U00000QWibCQAT
```
---
coded while petting a 🐶 by [Jamie Smith](https://jsmith.dev)