wadewegner / deploy-to-sfdx

An open-source and community-driven tool for one-click Salesforce DX deployments from public repositories to Scratch Orgs
https://deploy-to-sfdx.com
Apache License 2.0
98 stars 22 forks source link

Are these artifacts? Pushing Trigger Handlers to SFDX #47

Open vektor-knight opened 6 years ago

vektor-knight commented 6 years ago

Referring to https://github.com/kevinohara80/sfdc-trigger-framework

sartaj@sartaj-NV55S:~/LeadFilter$ sfdx force:source:push --targetusername xxxx@xxxx PROJECT PATH ERROR ──────────────────────────────────────────────────────── ─────────────────────────────────────────────────────────────────────────────────────────────────────────────── force-app/main/default/classes/TriggerHandler.cls An unexpected error occurred. Please include this ErrorId if you contact support: 1973811409-4007 (-1629536643) force-app/main/default/classes/TriggerHandler_Test.cls An unexpected error occurred. Please include this ErrorId if you contact support: 1973811409-4007 (-1629536643)

....

Seems strange. None of my downstream Apex triggers are up-taking inherited types from the initial framework, as an obvious consequence.

Likely missing something on my end? Might be a non-issue.