Propper for Salesforce Beta - Quick Setup Reference

Installation

Sandbox Orgs

  1. Install Package: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tao0000017aJ7AAI
  2. Access Setup Wizard: App Launcher > "Propper Setup"

Scratch Orgs

  1. Get Instance URL: Use sf org display --target-org [your-scratch-org-alias] to get the Instance URL
  2. Install Package: Replace login.salesforce.com with your scratch org's instance URL:
    https://[your-instance-url]/packaging/installPackage.apexp?p0=04tao0000017aJ7AAI
  3. Access Setup Wizard: App Launcher > "Propper Setup"

Note: The package ID 04tao0000017aJ7AAI remains the same for all org types - only the domain changes for scratch orgs.

Setup Wizard Steps

Step 1: Permission Sets

Step 2: API Configuration

Step 3: Admin Page

Step 4: LWC Actions

Step 5: Workflow Configuration (Optional)

Manual Setup Checklist

API Configuration

Setup > Custom Settings > propperSign Settings > Manage > New
API Client ID: [Your Client ID]
API Secret: [Your Secret]
Environment: Demo/Production

Permission Sets

Setup > Permission Sets > propperSign Admin/User > Manage Assignments
Add appropriate users

Remote Site Settings

Setup > Remote Site Settings
Verify these URLs are active:
- https://api.propperdocs.ai
- https://api.demo.propperdocs.ai

Record Page Configuration

Setup > Lightning App Builder > Edit Record Pages
Add "Packet Info" component to desired record pages
Configure component settings and activate pages

Quick Test

  1. Create test record (Account/Contact/Opportunity)
  2. Add contact information (Name, Email)
  3. Click "Send for Signature" action
  4. Select workflow and send test packet
  5. Verify email delivery and signature process
  6. Check packet status on record page with Packet Info component

Common Issues

Issue Quick Fix
Cannot load templates Check API credentials in custom settings
Users can't access components Verify permission sets are assigned
Workflows don't appear Configure workflow metadata for object
Email not delivered Check participant field mappings
Packet info not showing Add Packet Info component to record page

Support

Next Steps

  1. Test integration with sample documents
  2. Create additional workflows for different processes
  3. Configure object-specific actions
  4. Add Packet Info component to relevant record pages
  5. Train users on new functionality