This is the error I get, even if I turn that property on:BusinessLayerException
An error occurred while saving an the data to the server.
DataLayerSavingException
INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK_SalesOrderDetails_SalesOrderMaster'. The conflict occurred in database 'ASPire', table 'SalesOrderMaster', column 'orderindex'.
The statement has been terminated.
SqlException
INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK_SalesOrderDetails_SalesOrderMaster'. The conflict occurred in database 'ASPire', table 'SalesOrderMaster', column 'orderindex'.
The statement has been terminated.
---
I attached a snapshot of the relationship in the DB. Perhaps there is something awry there.
Thanks!
Bill