-
Notifications
You must be signed in to change notification settings - Fork 64
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
Will this library work? #44
Comments
Generally, yes - it wraps the standard REST API : https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_rest.htm While this doesn't implement all of the API, the usual CRUD type operations are supported. It's mainly meant for smaller amounts of data, one record at a time kind of things. If you need to do large amounts, I haven't yet implemented the bulk API here. |
Hi @anthonyreilly - I've found one thing I'm bumping into though. How do I create picklist options? I have this screen in SalcesForce: Which I can query using the "GetObjectDescribe" method, however, I can't figure out how to create new values. Can you help me out? |
Hi @anthonyreilly - one other question: |
I think those things can be done via the Tooling API - https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_api_tooling.htm |
@anthonyreilly - That would be really awesome if you can! What kind of timeline were you thinking? |
Hi @anthonyreilly - Do you think you can add the ability to Create/Update/Delete picklist options? |
I need to push and pull data out of a sales force (I think "lightning") account. Will I be able to do that with this library?
I'm totally new to sales force.
The text was updated successfully, but these errors were encountered: