eivl
May 8, 2015, 8:52am
2
At the time of writing this is not possible from a normal REST CALL, you must write a SQL Procedure and call it with your input.
I have written some about it here
When i try to update field in a related table with two foreign keys (set as primary keys) i get this message.
"error": [
{
"context": null,
"message": "Failed to update many to one assignment.\nRelating records with multiple field primary keys is not currently supported.",
"code": 400
}
]
}```
The related table has two keys, one timestamp field and one "comments" field
I would like to be able to :
1: update timestamp and comment field for old entries
2: create n…