Hi All,
How many instances internally a form will create ofter it was instantiated. if anybody had idea about forms builder architecture please try to help me.
Thanks
Raju.P
There should only be 1 form instance. Associated with the form instance is form schema file that is shared amongst all the form and form UI file that is also shared. If you query for dm_relation objects associated with form instance, you can see the relations to other form objects associated with your form instance.
Hi Johnny Gee,
Thanks for your answer. what my question is , after creating form templeate upto creating instance of that form how many instances it will create.
Hi Pingili,
I still not understand your question ? When you create a template (a task list for example), a new instance of this template will be created at each needed time. For example, when one user connect to his inbox and use this task list.
Raju,
My original response is related to generic eForm. Please be more specific if you are asking about some other type of form.