Skip to main content

I'm using PHP script to get Account information, I'm able to get Account name, phone and billing address. I also want to get the Product Information field (shown in attachment). My current query for getting name, phone and billing address is "SELECT Name, Phone, BillingStreet, BillingState, BillingPostalCode, BillingCountry, BillingCity FROM Account". I try to add ProductInformation in SELECT clause, but it does not work. Any helps would be awesome!

0/9000