Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualforce Override Generator #31

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

itmightbecody
Copy link
Contributor

Stealing from the README:

Instead of handwriting Visualforce pages while overriding Salesforce pages with Skuid, this page parses out what you need through a set of options and generates the Visualforce markup and page record using Salesforce's Tooling API. From there, you can select the generated page as your Visualforce override as needed.

@itmightbecody
Copy link
Contributor Author

Improvement idea: Using this same concept to generate Aura markup for custom Lightning components that embed Skuid pages. We could maybe this as a part of this PR? Or perhaps another.

Also as a note for reviewers: I made this 3 years ago now? So I may need to clear out the cobwebs.

1. Salesforce connected app
2. A properly configured authentication provider for your Salesforce org
See [Skuid docs](https://docs.skuid.com/latest/en/data/salesforce/#set-up-a-salesforce-connected-app) for more info.
3. A REST API Skuid data source called ToolingAPI which points to your Salesforce authentication provider
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need info about URL endpoint for the REST data source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant