We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When I try to implement Change Tracking on a table where the key is a navigation property, I get the following error:
"Error: CDS compilation failed (@sap/cds-compiler v5.4.0) srv/admin-service.cds:408:45: Error: Unexpected usage of structured type “to_Rule” (in entity:“RulesDerivation”/column:“changes”/on)"
entity RuleDerivation : managed { key to_Rule : Association to design.Rule ... }
Could you help me understand if there’s a way to work around this problem?
The text was updated successfully, but these errors were encountered:
Let me know if you need more details
Sorry, something went wrong.
No branches or pull requests
Hello,
When I try to implement Change Tracking on a table where the key is a navigation property, I get the following error:
"Error: CDS compilation failed (@sap/cds-compiler v5.4.0)
srv/admin-service.cds:408:45: Error: Unexpected usage of structured type “to_Rule” (in entity:“RulesDerivation”/column:“changes”/on)"
entity RuleDerivation : managed {
key to_Rule : Association to design.Rule
...
}
Could you help me understand if there’s a way to work around this problem?
The text was updated successfully, but these errors were encountered: