prasanna,Are you able to open the records in UI, although they get inserted I wasn't able to open the profile record which had a fk null. It was showing an error like check the links / contact system administrator.Thanks
I have tested it too ,but is there anyway to make it empty or nullable was the question. So when you try to insert null values in FK field may i know what is the error you were facing. The record will be inserted but when i try to open that record from recipient schema it says resource unavailable/t...
There are 2 tables A,B.There is FK in the many side of the table A referring to the PK of the table B. I have a requirement that 1 record in the source table B will have many records in the target table A and a record in table A may have the FK value as null/empty.The question here is if there is an...
For a 1:1 relationship I have created the link on the table other than profile and was able to see the data.For a 1:M relationship if I create the link on the many side of the table A and link with the custom primary key to the FK in the recipient how do I insert data through the API do we have any ...