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
muralimurali 

not getting results on Custom Fields..

hi...

I m using Partner WSDL,

DescribeSObjectResult dsr = oSforceP.describeObjectResult("Task");
Field[] fdTask = dsr.fields;
here i m getting all the Task results except Custom fileds..

Can anybody Tell the Solution for this thing.

i want a solution without using DescribeLayoutResult.


thanks and regards,
Murali
SuperfellSuperfell
And you're calling describe as a user who has access to those custom fields ? (i.e. they're not hidden by FLS)