Hopefully this will make sense...
Let’s say I have an Activity and a Client BO’s. Client is the parent.
Part 1:
In a Query for the Activity BO, in the Panel Operations I have a button to create a new activity record and I can tell it to ‘Redisplay form after object has been created’.
So, I fill in the blanks, select the Client I want to attach to this activity and then click on ‘Create’ and the form stays just where it was and now the ‘Create’ changes to ‘Save’.
Works just like it is supposed to and how I want it to.
Part 2:
Now I go to a Query for the Client. Find the Client I want and go to the Client form, where I have a Tab with a grid on it for the Activity History for that client.
It also has a button in the Panel Operations to add a New Activity (Add New Reference), but that operation does not have a check box to ‘Redisplay form after object has been created’.
I click on the ‘Create New Activity’ button and it opens up the form, and I can fill in the blanks and click ‘Create’. Now however, I am returned to the Client Activity History grid. I have to either click on the record or an icon to go back into the Activity form.
I have tried creating a process to do part two in hopes of having it stay on the form, but no such luck. This process creates the Activity record with the Client record tied to it and then ‘EDITS’ the Activity with the default form (same as is done in the others). The Save/Create button on the form does say ‘SAVE’ but it just goes back to the grid when it is pressed the first time.
How can I get the functionality on the Create Activity called from the parent Client to be the same as when it is called from the Activity Query?