jsmithdev / save-signature

Save a user's signature in Salesforce (desktop & mobile)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save Signature

Save a user's signature in Salesforce

See signature-pad for more about using the pad, the underlying library, etc

screenshot

Usage

Add to a record page

License

Released under the MIT License

SFDX Deploy

Covert with SFDX; This creates a folder called deploy

sfdx force:source:convert -r force-app -d deploy

Now you can deploy from the resulting deploy directory

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

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

About

Save a user's signature in Salesforce (desktop & mobile)


Languages

Language:JavaScript 66.6%Language:Apex 15.4%Language:HTML 10.0%Language:CSS 8.1%