Hi,
Here is my requirement :
DataSourceA with fields A.recId, A.Name, A.DataSourceBRefRecId
DataSourceB with fields B.recId, B.Name, B.someData (Mandatory on table lvl)
DataSourceB OuterJoin DataSourceA.
A.DataSourceBRefRecId can be empty.
When I update record in DataSourceA with A.DataSourceBRefRecId empty(0 in database), I got the errorBox : B.someData is mandatory.
How to avoid this ? I have no more idea of what checking. (I dont want to disable mandatory property of tableB.someData).
I hope this is clear, if not, I will be there to provide more informations.
Thx
*This post is locked for comments
I have the same question (0)