Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Opportunity Table Field Name Issues - Not Consistent Use of Text Case #27

Open
cpgh opened this issue Nov 14, 2015 · 1 comment
Open

Comments

@cpgh
Copy link

cpgh commented Nov 14, 2015

Using sfdc api v35 and the opportunity table has a field called ownerid and concatenated accountid with ownerid and other field.

The rforcecom package gave me errors will only recognize this field if typed "OwnerId" with a capital on the "i". I then changed Accountid to AccountId and OwnerId and it worked.

Without doing a field concatenation, both OnwerId and Ownerid would work fine.

After several attempts, both case version started working fine.

I think with v34, it only recognized "Accountid" and "Ownerid" and now the system interprets either case. Given R is designed to be case sensitive, this has been a bit of a challenge to understand and deal with.

I have everything working now, but given sporadic errors not sure I have the confidence on what is the most proper way to make this stable/repeatable.

@hiratake55
Copy link
Owner

Thank you for reporting, I will check.

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

No branches or pull requests

2 participants