Script to add a field in a specific position in a record
Author: Anjo Joseph
Proposal For Windchill- NetSuite Integration
Proposal For Windchill- NetSuite Integration
APIs for Shopify sales order sync
APIs for Shopify sales order sync
Script to convert date to another time zone and add days to the date using single saved search formula
Script to convert date to another time zone and add days to the date using single saved search formula
NetSuite – Shopify integration Proposal
NetSuite – Shopify integration Proposal
Proposal For HSBC PH EFT Template
Proposal For HSBC PH EFT Template
Proposal For Sticker Print from IF (SSK)
Proposal For Sticker Print from IF (SSK)
PHP code used in Heroku to call suitelet in the Netsuite when an event happens in Shopify
<?php $_POST = json_decode(file_get_contents(‘php://input’), true); $data = $_POST; if (!empty($data[‘id’])) { $data[‘type’] = $_GET[‘type’]; $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => “https://tstdrv2353842.extforms.netsuite.com/app/site/hosting/scriptlet.nl?script=827&deploy=2&compid=TSTDRV2353842&h=ac7c8e9778d66cb92ffc”, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => “”, CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30000, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => “POST”, CURLOPT_POSTFIELDS => json_encode($data), CURLOPT_HTTPHEADER => array( “accept: */*”, “accept-language: en-US,en;q=0.8”, “content-type: application/json”, “User-Agent: Mozilla/5.0” ),… Continue reading PHP code used in Heroku to call suitelet in the Netsuite when an event happens in Shopify
Script to add five days to today’s date and convert the date to another time zone
Script to add five days to today’s date and convert date to another time zone
Subsidiary Restriction using the script Audience
Subsidiary Restriction using the script Audience