Form Designer provision
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear Dat,
Trying to think what goes wrong. Technically, Form Schemas are stored separately in site's property bag, and they should get updated here:
Not sure why this doesn't happen...
Trying to think what goes wrong. Technically, Form Schemas are stored separately in site's property bag, and they should get updated here:
Code: Select all
#Update Site property bag
$rootWeb.AllowUnsafeUpdates = $true;
$rootWeb.AllProperties[$formProperty] = $formValue;
$rootWeb.Update();
$rootWeb.Properties.Update();
$rootWeb.AllowUnsafeUpdates = $false;
Cheers
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear Dat,
Could you, please, using SharePoint designer check Site Option for the site where you publish the form? All the form schemas are stored there: Check if any form schemas get published there at all or not. If they are, check the name of the properties, you might want to compare them to properties of original site where the form is from, maybe it's different.
Could you, please, using SharePoint designer check Site Option for the site where you publish the form? All the form schemas are stored there: Check if any form schemas get published there at all or not. If they are, check the name of the properties, you might want to compare them to properties of original site where the form is from, maybe it's different.
Cheers
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear dat,
I understand you have the property, I am just asking if it's the same as on the site you've exported the form? Is it the same name at least? Also, check the content, is the value the same?
I understand you have the property, I am just asking if it's the same as on the site you've exported the form? Is it the same name at least? Also, check the content, is the value the same?
Cheers
-
- Information
-
Who is online
Users browsing this forum: No registered users and 6 guests