Hi Expert ,
I want to set some concat value of 3 fields in Product Id field of the Product form. I have two option type field 1) Plan 2) Payment Type . Now below is the example of concat value :
Product Id = concat(1st character of Plan + 1st character of PaymentType + Product Name)
Whenever user change Plan or Payment type value Product Id concat value also will be changed real time.
How it can be done ?
Thanks
Surajit Kundu