Automation Code for new Input for SKU Code
Dear All,
How to make generate code automation for SKU Code if want to add new SKU product in list, so the user just input name of SKU
Thanks.
Answers
-
This you can achieve by system module where each parent will have that numbering 001, 002…, 006 for new one concatenate the name with next serial number 007 (the numbering you can achieve by various method like create a placeholder and add that incrementally into the process or can create ranking and +1 etc,..)
So, whenever they will try to create a product, the first action it will check what's the serial number and import into the sysmodule concat with the name then next process is original list creation with mapping the code as concatenated one.
I have provided some idea to crack this, think through and try it out. If still you're having any issues, let me know.
Thanks
0