Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Reseller Sync not working correctly
We have a Reseller Sync feature on our website to display selected resellers "with status = display on website=yes".
The sync function is acting wierd and hasn't really been working properly. It is retrieving 48 results out of resellers but only displaying 45 of 48 " after sync even though the code is filtering the results based on custentitydisplayonwebsite field which we have set up and 48 of the list have custentitydisplayonwebsite set to yes.
would anyone have a solution to it?
Below is the code snippets which might give some clues.
foreach($rl as $k=>$i) {
/*$cf=&$i['customFieldList']['customField'];
if(array_key_exists('value',$cf)) $cf=array(0=>$cf);
0