Parent ID not saving in Child Table

Have an app and I am adding an order payment functionality. It has PaymentHeader table and PaymentDetails table. They are related via a reference column and I have set it up like the orders sample app. The issue I have is that the PaymentID is not being saved in the PaymentDetails table. I have looked for same error and read the app sheet user guides and no luck fixing the issue.

You have probably marked that ref column’s Editable_If as false.

6 Likes

Hi Aleksi,

That was the issue thanks for the help.

You’re welcome.