|
My apologies for the super-long turn-around time on this ticket. As I was trying to get this moving along, I came up with a few questions:
1. There appear to be two apis for updating and deleting data table entries that have a one-to-many relationship with the app table. (https://demo.openmf.org/api-docs/apiLive.htm#datatables_update_1M and https://demo.openmf.org/api-docs/apiLive.htm#datatables_delete_1M). However, I didn't see a specific api for creating an additional data table entry for the same app table entry. When I tried to use the basic create api (https://demo.openmf.org/api-docs/apiLive.htm#datatables_create_1M) for creating a second entry, I get the error message "error.msg.datatable.entry.duplicate". Can I get some clarification on whether I'm using the correct api for creating the datatable entry, or if there's something missing at the time the datatable itself is created?
2. When I was working on the code table testing, it seemed like there was suppose to be some validation preventing the update of a code value if it was used in a data table. (test case 61 on https://docs.google.com/spreadsheet/ccc?key=0ApsjXq2aV_VSdDNkOHliaW1EMm96MVlPM3NBUEpNdnc&usp=drive_web#gid=2 ) Should this be the case? I wrote a test where I created a data table that used a code value in a dropdown column. However, I was still able to update the code value, even after I created an entry in the data table.
Thanks in advance.
|