Question 1: I have a WebForms in Portal, first screen creates a record within CDS, there is a flow that Auto-creates 2 related records in another entity, defaulting some initial data from the first entity. The second screen is an edit form for that added related record that was created. THe problem is that the page comes back editing the second record, BEFORE the automate has a chance to create it. So it displays basically a blank record first, but if I hit previous then forward again, the data is there. I know its a timing issue between the two, whats the best way to get around it?
Question 2: IF I could do it on submit, and not have to use a Automate task to create the 2 records, assigning lookups, I would. I'm more geared towards coding apps, not point and click setups... ( I was always very comfortable writing apps with "CreateWindowEx(...)" anyone who understands that would know what I'm talking about). I seen pieces on Liquid that might work but cant find good resources , tutorials on how to hand write the forms pages calling the WebApi directly.
Thanks Anyone......