Categories, products, images push from SB to production

To add the categories, items, and images to production for the pure care website.Jira Number: PCIC-519 Requirement 1. Add the updated categories and newly added categories in the sandbox to production along with the images added in the category record.2. Add each item to the categories correctly.3. All the images from the sandbox to be… Continue reading Categories, products, images push from SB to production

Reallocate Item Page Restriction

MAR 682 Requirement Restrict the employees from accessing the Reallocate Items page in Netsuite Solution This can be achieved by triggering a user event script on beforeLoad() /*Version : 1.0Script : User event scriptScript Deployment: REALLOCATE ITEMThis script summarises that only allowed employees have access to reallocate items others are being restricted.*///triggers on before loading… Continue reading Reallocate Item Page Restriction

SuiteScript’s TimeZone behaviour

-> Netsuite uses PDT timezone for time functions(new Date(),Moment.js etc) in Server side. -> In client scripts it uses the time zone of the User (Browser side) -> In saved search loaded in script it generally shows the time based on the (Company preferences) Related posts https://blog.prolecto.com/2015/01/30/netsuite-server-side-timezone-settings/