You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: