Hi all, I have added custom fields to commerce cat...
# suitecommerce
k
Hi all, I have added custom fields to commerce category record and tried to return those fields to SCA site, but I can't find custom fields on configuration page to return custom fields. I can't find custom field ids on the red bordered lists. Any idea about how to solve this?
p
If you are on 19.2 onwards don't even bother
If 19.1 you can push a configuration change object to add those yourself in order to be able to pick them
But that got broken in 19.2 because some inner api changes on how SCA fetches category data
k
This means that we can't get custom commerce category fields on 19.2?
p
Not without code customization
k
you mean source code?
p
Yes, source code customization.
k
do you know how to customize this?
p
Yes, look at the categories suitescript model. Do a search or lookupFields (commerce categories are regular records).
k
I will try and let you know. thanks anyway