Can't see new fields from PHP

General Tech Bugs & Fixes 3 years ago

2.21K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

We're running a SOQL query in a PHP/Laravel app, using php-toolkit. The query works fine, but we can't see new fields that we've added to our SF Org.

The fields show up if we do a "Salesforce::describeSObject('Account')", but we can't get data back from them when we run a query. The SOQL query runs, but we can't access the field in the objects that come back.

We've triple-checked the spelling of the fields, and verified there are no field permission problems by pulling the data with the same account using the Data Loader.

If anyone could help us out, it would be greatly appreciated!

0 views
0 shares

profilepic.png
manpreet 3 years ago

We were able to solve the problem by regenerating a WSDL on the Salesforce web app, then updating that file in our PHP app.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum