Author Archives: deeps blog
How to add options to the drop down using javascript
How to insert unique values in an array in Javascript
Transaction type internal ids to use in the Suite script search filters
Type internal id Assembly Build Build Assembly Unbuild Unbuild Bill VendBill Bill CCard VendCard Bill Credit VendCred Bin Putaway Worksheet BinWksht Bin Transfer BinTrnfr Bill Payment VendPymt Cash Refund CashRfnd Cash Sale CashSale Check Check Commission Commissn Credit Card CardChrg Credit Memo CustCred Currency Revaluation FxReval Customer Deposit CustDep Customer Refund CustRfnd Deposit Deposit Deposit …
Continue reading “Transaction type internal ids to use in the Suite script search filters”
How to subtract days from Date in Javascript
Suitescript 2.0 Client script example
How to pass information between HTML and PHP pages using jQuery AJAX
HTML page content PHP Page
Difference between count() and sizeof() in php
Both count() and sizeof() returns number of elements in an array. sizeof() is an alias of count().
How to print HTML form data using php
HTML code PHP Code
Difference between Javascript and jQuery Selectors
Finding HTML elements using ID, Classname, Tag, CSS Selectors Javascript jQuery