CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

How to query a custom picklist from Opportunity's revenue?

edited Mar 14, 2011 11:46PM in CRM On Demand - Web Services Integration (MOSC) 1 commentAnswered
Hello,

I would like to query a custom picklist from Opportunity's revenue. I am using Picklist.wsdl:
myPort.getPicklistValues(myPicklist, Revenue, "");

With this operation I have the following message: denied acces. (SBL-ODS-50085).

I have tested with another entity and it works perfectlly:
myPort.getPicklistValues(myPicklist, Opportunity, "");

So, I think the problem is in the entity name, so can I access to Opportunity's revenue¿?

I am very confusing, because in Web Services documentation I have seen:
NOTE: The Revenue child object of Opportunity is actually called Product.
I have tested with:
myPort.getPicklistValues(myPicklist, Product, "");
But it isn't exists in this entity: SBL-SBL-00000

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center