Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                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.