Hi,
I am trying to create a list using the Web Provisioned event receiver.
Once the list is created, i am modifying the default value of one of the fields in the newly created list in the web provisioned event receiver itself.
The problem here is, after the web is provisioned, the field's default value is set to the site's default value.
If the Web Provisioned event receiver is made as Synchronous the above issue is faced. If i make the event receiver asynchronous, the default value of the field is set to my value.
Is there any way to achieve my requirement without making the web provisioned event receiver asynchronous.
Note : i have used field.update(), list.update() and web.update().