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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Search Returns in Log But Not in Script
Hi All,
I am trying to run a search to find a particular siteCategory using PHP_Toolkit. The search seems to work; No errors are printed out. However, nothing is returned to my script. In the "Web Services Usage Log" there is an entry for my search which contains the results, however, no entry is made in the "nslog" folder on the local machine.
Furthermore, none of my code after the search is executed so it would seem that the PHP_Toolkit is calling exit();.
Here is the section of the script containing the search:
[PHP]
$site = new nsComplexObject('SiteCategorySearchBasic');
I am trying to run a search to find a particular siteCategory using PHP_Toolkit. The search seems to work; No errors are printed out. However, nothing is returned to my script. In the "Web Services Usage Log" there is an entry for my search which contains the results, however, no entry is made in the "nslog" folder on the local machine.
Furthermore, none of my code after the search is executed so it would seem that the PHP_Toolkit is calling exit();.
Here is the section of the script containing the search:
[PHP]
$site = new nsComplexObject('SiteCategorySearchBasic');
0