Creating New Catalog Plan Name Validation
When creating a new Catalog, if a user inputs a Plan Name with white spaces:
It results in a generic error, it apparently is because of the whitespaces but this should be much clearer and error handled to inform the user no white spaces are allowed if that is to be the case, otherwise white spaces should become supported by having a display name associated with the xml element (assuming that is the reason white spaces are not allowed).
Hi @SwathingBlock Thank you for pointing this out. It actually follows NCName standards and does not allow spaces, colons. Only letters, digits, underscore, hyphen, decimal are allowed.
You are correct that it currently shows a generic error. I have raised an issue to add the necessary validation around it on the UI layer.
In the meantime, I would suggest you to use our online Catalog validator here https://cloud.killbill.io. It should give you the exact error.