Hello,
I'm using serverside code around myweb.webs.add(....) and some other stuff for site configuration and data transfer in order to dynamically add site collections based on web template. Actually objectmodel provides options for almost everything I need, but I'm missing something to update InfoPath forms.
I'm just using InfoPath for designing a custom document information panel, and after creating a new site based on a template, thedatasources in the infopath form need to get updated (in order to point to the lists in the new generated site collection obviously). The only way I'm aware about is to manually open the forms in InfoPath Designer and refresh the data sources / schema.
Any ideas how to implement that along my site collection generation programatically?
Any inputis greatly appreciated!