Error while creating HCMS webpages

Hi Eddie,

Yeah wasn’t sure the verbose messages was going to help out here, unfortunately it doesn’t.

For the trace I don’t expect a different popup. However within the trace log I do expect that the reason for the validation to be in there.

This post explains more about analysing a trace: How to start a trace analysis for a Novulo application to find bugs

You should use the “Process” trace element.
And somewhere in the trace log there should be a mention of “FailedValidationsMessage”.
Which should include the record for which the validation fails.
f.e. users:load(1)

That’s record the validation fails for, which should help you fix it (by making it active).