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

Will this library work? #44

Open
TonyValenti opened this issue May 6, 2022 · 6 comments
Open

Will this library work? #44

TonyValenti opened this issue May 6, 2022 · 6 comments

Comments

@TonyValenti
Copy link

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.

@anthonyreilly
Copy link
Owner

anthonyreilly commented May 6, 2022

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.

@TonyValenti
Copy link
Author

Hi @anthonyreilly -
I'm using your library and really liking it!

I've found one thing I'm bumping into though. How do I create picklist options? I have this screen in SalcesForce:
image

Which I can query using the "GetObjectDescribe" method, however, I can't figure out how to create new values.

Can you help me out?

@TonyValenti
Copy link
Author

Hi @anthonyreilly - one other question:
How do I programmatically add fields to an object?

@anthonyreilly
Copy link
Owner

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
But I haven't added any of that functionality to this library. It's something I can look into however

@TonyValenti
Copy link
Author

@anthonyreilly - That would be really awesome if you can! What kind of timeline were you thinking?

@TonyValenti
Copy link
Author

Hi @anthonyreilly - Do you think you can add the ability to Create/Update/Delete picklist options?

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

No branches or pull requests

2 participants