Categories

 In this post we will see how to set customfield list in Netsuite using PHP Suitelet $so = new SalesOrder(); $so->entity = new RecordRef(); $so->entity->internalId = 1694; $so->itemList = new SalesOrderItemList(); $aSelectField = new SelectCustomFieldRef(); $aSelectField->value = new ListOrRecordRef(); $aSelectField->value->internalId ...

 In this example demo we will create a simple php form and send the data to Netsuite to create a contact record through PHP Toolkit for SuiteTalk WebServices. First you need to download the php tool kit and define configuration ...

adbanner