Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Found some sample code + documentation <a href="https://system.netsuite.com/help/helpcenter/en_US/Output/Help/SuiteFlex/SuiteFlex.html#998411" rel="nofollow noreferrer">here</a>. I integrate netsuite with some kohana based site. I've thrown up two snippets that I use for easing development, a <a href="http://snipplr.com/view/37631/get-netsuite-connection/" rel="nofollow noreferrer">getNetsuiteConnection()</a> method and a snippet used for getting a <a href="http://snipplr.com/view/32190/" rel="nofollow noreferrer">list of custom fields</a> in a given record.</p> <p><strong>Update:</strong> Found some more resources recently (mostly targeted at using NetSuite via the PHP framework).</p> <ul> <li><a href="http://www.ozonesolutions.com/programming/2011/06/complextype-reference-not-found-in-directory/" rel="nofollow noreferrer">NetSuite Global Scope Problem</a></li> <li><a href="http://aiminstitute.org/blog/2011/07/getting-a-list-of-all-customers-from-netsuite-using-the-php-toolkit/" rel="nofollow noreferrer">Getting a List of Customers</a></li> <li><a href="http://www.exploreconsulting.com/netsuite_tips_and_tricks.htm" rel="nofollow noreferrer">NetSuite Tips &amp; Tricks</a></li> <li><a href="http://dreamxtream.wordpress.com/2011/02/15/netsuite-php-toolkit-tips-and-code-samples/" rel="nofollow noreferrer">Tips &amp; Code Samples</a></li> </ul> <p><strong>08/12 Update:</strong> If you are working with ruby, checkout <a href="https://github.com/RevolutionPrep/netsuite" rel="nofollow noreferrer">this gem</a> which implements a portion of the NetSuite SOAP API.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload