UiPath Documentation
marketplace
latest
false
UiPath logo, featuring letters U and I in white

Marketplace user guide

Last updated Apr 1, 2026

Documentation package - sample template

Tip:

Download the sample template file to use it as a starting point for your documentation package: Documentation Framework Sample.docx.

Use this structure as your mandatory attachment when submitting a Process Mining App Template. Paste into a Word / PDF file, fill in the grey placeholders, and attach the finished document to your listing.

1 | Template Identification (mandatory)

ItemValue
App Template NameSalesforce Incident Management
Versionv1.0 (June 2025)
Source System(s)Salesforce Service Cloud
Extraction ToolCData Sync
Destination DBSnowflake / SQL Server

2 | Data Structure – Required Objects (mandatory)

Purpose: show reviewers you will deliver the minimum raw tables the template expects. Do not list every field here;

LayerMandatory Tables / FilesNotes
TransactionalCaseHistory, CaseKey object tables
Master DataAccount, Contact, RecordType, User, UserRole, ProfileNeeded for joins & dimension look-ups
MilestonesCaseMilestone, MilestoneTypeEnables due-date & SLA analysis

File-naming convention (example):

bash

Case_raw.csv

CaseHistory_raw.csv

...

Note: All files delivered as UTF-8 CSV with comma delimiter.

3.1 Source connection - Salesforce

  1. Connector: CData Sync
  2. Auth Scheme: Basic
  3. Credentials Required:
    • User – Salesforce API user
    • Password – user password
    • Security Token – Salesforce token
    • Login URL – e.g. https://login.salesforce.com

3.2 CData Sync Job

StepSettingValue
1Destination Schema<target_schema>
2….N/A

3.3. Destination database

  • Snowflake *or
  • SQL Server – choose one.
  • Grant the CData target user CREATE TABLE, INSERT, UPDATE, DELETE on the destination schema.

3.4 Transformations (dbt)

  • All *_raw tables are transformed via dbt models to the final Process Mining input format.

Note: Indicate to users whether there are any specific models that they need to pay attention (e.g. hardcoded values etc)

ComponentMinimum Requirement
Salesforce ProfileRead-only access to objects in Section 2
CData Sync VersionXX.X.X or later (earlier versions require query edits per provider note)

(Provide documentation covering specific navigation guidelines in cases there are metrics or fields that needs to be configured before publishing)

ScenarioRoot CauseResolution
Authentication failureInvalid token or IP restrictionReset Salesforce security token & whitelist CData IP
Missing tablesProfile lacks object accessGrant object-level read permission
…..N/AN/A

Support contact: [email protected] – response within 4 business hours.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated