SPMeta2.NintexExt.CSOM.SP13
0.0.5
See the version list below for details.
dotnet add package SPMeta2.NintexExt.CSOM.SP13 --version 0.0.5
NuGet\Install-Package SPMeta2.NintexExt.CSOM.SP13 -Version 0.0.5
<PackageReference Include="SPMeta2.NintexExt.CSOM.SP13" Version="0.0.5" />
paket add SPMeta2.NintexExt.CSOM.SP13 --version 0.0.5
#r "nuget: SPMeta2.NintexExt.CSOM.SP13, 0.0.5"
// Install SPMeta2.NintexExt.CSOM.SP13 as a Cake Addin #addin nuget:?package=SPMeta2.NintexExt.CSOM.SP13&version=0.0.5 // Install SPMeta2.NintexExt.CSOM.SP13 as a Cake Tool #tool nuget:?package=SPMeta2.NintexExt.CSOM.SP13&version=0.0.5
Copyright
This project is created by Ignia. It is distributed under Microsoft Public license
Introduction
This project is an extension to the SPMeta2 library. At the moment the project allows you to deploy nintex forms to the SP2013 on prem. I am sure 2016 should work too but it has not been specificly tested.
Getting Started
Look into the SPMeta2.NintexExt.CSOM.SP13.Test program for the sample of how you can use the package to deploy a nintex form. Onprovisioning/Onprovisioned code is optional.
Build and Test
Build the projects, this would be enough 😃.
Contribute
There is a list of possible improvements down below.
revisions history
0.0.5
refactoring, removed the SPMeta2.NintexExt.Core project alltogether.
namespaces are left in place
we do not plan for now to develop an SSOM version on premise, and the O365 obviously only gives us the CSOM version.
Moreover, features and definitions are so different between on prem and O365 so it would make sense to move the definitions out of the core into the respective projects.
0.0.4
added support for site workflows on prem (sp13)
0.0.3
We have added a first version of Nintex for Office 365 forms. For now the content type is not supported yet and the form will be published to the default content type as the API documentation and the samples that Nintex provide are rather blurry. Also keep in mind that you might encounter stragne errors - in our case we could not test the assigned use as apparently some licenses do not allow that.
0.0.2
Fixed the csom references for the on-premise package (now we refer to 15.0.0.0 to be compatible with old SDKs) Note that the rerference to the CSOM package has been removed on purpose so you can use any sharepoint csom package as long as microsoft.sharepoint.client is at least 15.0.0.0
Added an initial ability to provision list workflows. As we had to separately call the nintex wcf service, for now only windows authentication is supported. Try it and let us know .
0.0.1
Initial release with nintex forms publishing on prem only
Appendix
TODO: list of planned improvments/issies
Try this code for better adfs integration https://github.com/SharePoint/PnP-Sites-Core/blob/master/Core/SAML authentication.md
Add better support for the errors checkign after the request has been submitted, especially for the case of AD proxy. Add AD Proxy support. Add better authentication support. done - Add workflows. Add site workflows. Add workflow schedules. Add https support.
Office 365 Add support for list and site workflows
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- SPMeta2.Core (>= 1.2.50)
- SPMeta2.CSOM.Foundation (>= 1.2.50)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Refactored to remove the core project. from now on the packages will be developed independently.