Modeling a rule with an absolute path in the error message fails for a relationship model

A rule in the model references a field with an absolute path

However, this leads to problems in the generated relationship model,

because the include makes the root group “target”

.

This cannot be resolved with a relative path, as seen in an error condition

This can however be resolved in two ways:

  1. Make sure, that your field names are unique, so that using a field name will not be ambiguous and so a path-indicator is not necessary

  2. In the generated relationship model, mark the include to not contain any validation rules

The preferred solution would be option 1, because same name fields could potentially cause problems elsewehere.

Thanks for the information @jasper-silent-root

Here are some links to the relevant documentation: