function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RhondaBRhondaB 

Custom lookup fields with custom objects (PLEASE HELP!)

This is in relation to the thread I started last week.  I have a custom object and we want to be able to have a custom lookup field on the opportunity page that accesses that object and then be able to access that lookup field information from our asp.net application.  I keep getting a the INVALID FIELD error on that field.  I have downloaded the new wsdl file and updated my web reference but I still get the error.  Is there anything else I need to do to get the new 7.0 version of the API working?
 
Thanks,
 
Rhonda
SuperfellSuperfell
a) Does the user making the request have FLS access to the field ?
b) Are you sure you're not changing the endpointUrl to point to an earlier version of the API ?
RhondaBRhondaB

yes it an admin user.  I guess I don't know what you mean by the second statement.

 

Rhonda

RhondaBRhondaB

Never mind I figured it out.  That was the problem.  The custom link was using ={!API_Enterprise_Server_URL_60} I changed to 70 and it went away.

 

Thanks,

 

Rhonda