Forum Discussion
sameerbaji
9 years agoIdeator II
Hi Charita/ Zahar
I am also getting same issue of dll. i am trying to write an simple VB script which gives me desire numbering system. Below is my VB script.
Me.setProperty("item_number", Me.getProperty("comoodity_code","RAND").substring(0,3) & "-" & Me.getInnovator.getNextSequesnce("SOLA_Part"))
i want to start part number depending upon "comoodity_code" property value.