Change Item sub-description field tags in HQ

How can I change the Item sub-description field tags in HQ? I know that In Store Operation it is easy to do through the CAPTIONS button in the configuration menu. But how is it done in HQ?

Reply to
LLoyd
Loading thread data ...

Run This query from the HQ administrator utility:

Update CustomCaption Set CaptionWhere Style ex: the items caption is: subdescription1, subdescription2, subdescription3 if you would like to update these fileds to be Sub Category for example do the following: Count every text box starting from Customer like Text Fields: (Has 5 Text Box) and Numeric Fields: (Has 5 Text Box), ....etc so the subdescription1 count number is 16.

So the query will be :

Update CustomCaption Set Caption = 'Sub Category' Where Style = 16

Reply to
Mahmoud Amin

Thanks Mahmoud. Your suggestion was very helpful.

Lloyd

"Mahmoud Am> Run This query from the HQ administrator utility:

Reply to
LLoyd

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.