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
habmanhabman 

scontrol alternates between returning null and actual data

I am having a strange problem with an SControl.  The control creates a printable view of order details.  Part of the data that is returned is the ship to and bill to information for the order.  The name and email of the contact is always successfully retrieved however the rest of the address information frequently comes back as null.  The data is definitely there ...if I continue refreshing the page, eventually it will show up now and then.
 
...an interesting twist I have just discovered.  If I run the query to retrieve the contact information first in SalesForce Explorer and the immediately refresh the scontrol, the null data is ALWAYS there ...could this be a timeout issue?  ...seems unlikely given that the name and email consistently appear but then why does running the query first in SF Explorer before refreshing the SControl give a postive result?
 
Anyone have any ideas?
 
Thanks in advance.

Message Edited by habman on 04-27-2006 11:17 AM

Ron HessRon Hess
which browser are you testing with?
have you tried Firefox?
SteveBowerSteveBower
Suggestion one:  Post the code!  :-)  It's easier to try things that way when nothing leaps to mind. 

Steve Bower