🤐
Burnt Out
A boring computer geek. |
NetSuite/Integrations Developer | Longhorn lockpicking n00b | Ex-hacker, trying to re-learn |
More code on BitBucket
-
Technocrat Consulting Inc
- Austin, TX
- https://TechnocratConsultingInc.com
- @w3bguy
Pinned Loading
-
-
ZenDesk-NetSuite_Python
ZenDesk-NetSuite_Python PublicZenDesk to NetSuite Python Integration - Generic Files
Python 3
-
On liner that can be used to remove ...
On liner that can be used to remove duplicates from an array. Great for use in NetSuite scripts. 1var newArray=oldArray.reduce(function(a,b){if(a.indexOf(b)<0)a.push(b);return a;},[]);
-
Simple function to calculate the due...
Simple function to calculate the due date based on an invoice date and terms ID. 1function calculateDueDate(termID,invDate){
2var dueDate=''
3try{
4var daysToAdd=search.lookupFields({type:'term',id:termID,columns:['daysuntilnetdue']}).daysuntilnetdue;
5dueDate=new Date(format.parse({value:invDate,type:format.Type.DATE}));
-
jitterbit_NetSuite_to_Salesforce_Cou...
jitterbit_NetSuite_to_Salesforce_Country_Conversion.js 1<trans>
2accoundAddressSFCountry=CASE(
3accountAddressNSCountry=="_afghanistan","AF",
4accountAddressNSCountry=="_alandIslands","AX",
5accountAddressNSCountry=="_albania","AL",
-
NetSuite - Convert Date Object into ...
NetSuite - Convert Date Object into NetSuite usable Date Format 1// function to add leading zeros on date parts.
2function zeroPad(num,len){
3var str=num.toString();
4while(str.length<len){str='0'+str;}
5return str;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.