Hi, is there a way to expose custom fields for com...
# suitecommerce
m
Hi, is there a way to expose custom fields for commerce categories in 20.2 version? The API is not giving any custom fields data? I need custom fields for every commerce category? Any help here...
m
You probably need to override the
Categories
file in your extension and add your custom fields to it. The categories are bootstrapped from an external api (you can skim through the code).
m
Yes that is how I did with 19.2 version. However in 20.2 there is no service controller and code in categories model was completely changed
There was only a single function which fetches the data
m
Its working for me still in 20.1 version. Did some changes in
makeNavigationTab
and
addToNavigationTabs
under
Categories.js
file.