Skip to content

Instantly share code, notes, and snippets.

View faisalahsan's full-sized avatar

Faisal Ahsan faisalahsan

View GitHub Profile
<?php
require_once 'PHPToolkit/NetSuiteService.php';
$service = new NetSuiteService();
$service->setSearchPreferences(false, 100);
$search = new EmployeeSearchBasic();
$internalId = new SearchMultiSelectField();
$internalId->operator = "anyOf";
<?php
require_once 'PHPToolkit/NetSuiteService.php';
$service = new NetSuiteService();
$uploadFile = new File();
$attachFrom = '_computer'; // or $attachFrom = _web
$path = 'imageFromComputer.jpg'; // or for image url i.e. $path = 'http://www.qspectrum.com/wp-content/uploads/2015/08/dummy-profile-pic-male.jpg';