Hi,
What I want is not search facility, but Item code Generation when I enter New Item. I want Item Code Generation Based on Category ID and Item Name, So I want some Javascript Code attached to Item Code Field which at the time of New Item entry Generates Item Code based on Category ID and Item Name as stated above.
-----------
Suppose I want to generate Item Code as follow
NNNN ANNNN NNN
NNNN : First set of 4 Characters Sub-Category ID / Category ID (Numerals with leading zero i.e for 1 it is 0001)
ANNNN : Second set is having first Character Alphabet (Usually first character of Item Name), next 4 characters are Item ID (Numerals with leading zero as above)
NNN : Third set of 3 Characters Customer ID (Numerals with leading zero as above)
e.g.
category 1, Sub-Category 2, Candle with Item Code 9 No Customer specific
0002C0009000
----------
Regards
bharatthakkar