spmeta2
spmeta2 copied to clipboard
SharePoint artifact provision for .NET platform. Supports SharePoint Online, SharePoint 2019, 2016 and 2013 via CSOM/SSOM.
to fix the issue #1142
some time ago within last month we started seeing the exception below. packages used: the core is the incorrect content type ids, FilterDisplayTemplateModelHandler.cs should have item[BuiltInInternalFieldNames.ContentTypeId] = "0x0101002039C03B61C64EC4A04F5361F385106604"; as opposed...
i got this. got this error note it says "at leaa 32 characters" while it meanet to say "at most 32" :) Unhandled Exception: SPMeta2.Exceptions.SPMeta2ModelDeploymentException: Errors while validating the model...
### Brief description Please provide short description covering two areas: the navigation nodes are provisoned on the wrong site. we have a client context that is on a child web....
Hello, ### Brief description Please provide short description covering two areas: * expected behaviour * actual behavior ### SharePoint API Which version of SharePoint runtime do you use? * CSOM...
Hello, In our scenario we need to add additional columns from lookup field to list while provisioning. To make this action more easily it will be nice to have FieldRef...
Hello, I am looking for SSOM provisioning of custom user properties and if i understand correctly - i should use ProfileTypePropertyDefinition, but i can't find any tutorial for this. Any...
Hello, I am using a SPMeta2.CSOM.Standard and have a question - is that possible to set JSLink property for list forms? Thanks in advance!
It should be possible to attach a Workflow to a Content type. Workflows got deployed to the web but are not attached to the Content type. Using: CSOM SharePoint Online...
Deployment should lead to `` but Comes out as `<ParameterBinding Name="ID" Location="QueryString(ID)" />` CSOM on SharePoint-Online SPMeta2 v4.0.30319 Used [this ](https://github.com/SubPointSolutions/spmeta2/blob/master/SPMeta2/SPMeta2.Regression.Tests/Impl/Scenarios/Webparts/XsltListViewWebPartScenariosTest.cs) Test-Case After Deployment, no data from source view is...