Creating an association entity and auto-filling the ID field

Hi,

I have association and composition entities attached to parent entities and I have set the edit screens up so that you can create the corresponding entity on the same screen. But the related ID field is not filled in, i.e.

Project Entity has Task Entities as a one-to-many relationship.

Task has PROJECT_ID column in it, but this stays NULL when creating a task under a project. How do I get it to fill in the ID column?

Thanks

Hi Mark,

Take a look at this example: Initialization Using CreateAction

If it doesn’t help, please attach a test project illustrating your problem.