Hi,
There is one form1 with field item id.
Once you click on "Create" button in action pane, another dialog form2 opens, where there is a field names item id.
Now once create action is initialized, the form 1 item id must be auto populated in the item field in form 2 dialog form.
Both the form uses same table.
I used init method on form 2, but it is not working. Any help?