Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Got confirmed by the support today that this is indeed a known bug: #COM-15002 Organization: Custom metafields not showing in Commerce Management
We are having issues with custom metafields not showing in the UI. Previously with Commerce Manager we had a tool for editing the forms etc but since CM is depracted, is there anywhere else we do this?
From what I can tell not even the Foundation sample site shows the additonal meta fields.
Metafields are added like this:
builder.CreateText(name, friendlyName, isNullable, 255, false)
The fields themselves work fine when dealing with the programmatically.