Forum Discussion
Former_Member
9 years agoAccelerator III
Hi Sameerbaji,
The .dll error occurs when there are syntax errors in the code.
Please check if properties/method names are correct (like commodity_code, getNextSequence(), getInnovator() etc.) and double quotes are proper.
For example, the code should be -
Me.setProperty("item_number", Me.getProperty("commodity_code","RAND").substring(0,3)&"-"&Me.getInnovator().getNextSequence("SOLA_Part"))
Regards,
Charita