We are scanning barcodes with 00 day, e.g.: 241200 (YYMMDD). With current NetSuite version, this is not supported when using GS1 Barcode Scanning. I am trying a workaround this by formatting the date to a valid format. Basically, just deducting 1 day less. So for 241200, it'll be formatted as 241131. I already have a JavaScript function that accepts an argument "barcode" that extracts and format the date.
I'm very new to NetSuite and really have a very minimal understanding of the process and development. I'm honestly learning while doing such things.
I'm following this docs which I think might be useful, unfortunately it doesn't have any examples like how to structure the code.
Btw, I want to implement the script in to our WMS Mobile PO Receiving process.