List of Netsuite commands in browser console- to get the record type

There is a scripting way without using searches to get the record type of a NetSuite record, if you have the internal ID: nlapiGetRecordType({internalid}) This can be run in the browser console on a NetSuite record page. You can also get the internal ID of the current record using: nlapiGetRecordId() Putting them together, you can… Continue reading List of Netsuite commands in browser console- to get the record type

List of properties in owl carousel using javascript API

items Type: NumberDefault: 3 The number of items you want to see on the screen. margin Type: NumberDefault: 0 margin-right(px) on item. loop Type: BooleanDefault: false Infinity loop. Duplicate last and first items to get loop illusion. center Type: BooleanDefault: false Center item. Works well with even an odd number of items. mouseDrag Type: BooleanDefault: true Mouse drag enabled. touchDrag Type: BooleanDefault: true Touch drag enabled. pullDrag… Continue reading List of properties in owl carousel using javascript API