smartsheet-csharp-sdk | Library that uses C # to connect to Smartsheet services
kandi X-RAY | smartsheet-csharp-sdk Summary
kandi X-RAY | smartsheet-csharp-sdk Summary
Library that uses C# to connect to Smartsheet services.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of smartsheet-csharp-sdk
smartsheet-csharp-sdk Key Features
smartsheet-csharp-sdk Examples and Code Snippets
Community Discussions
Trending Discussions on smartsheet-csharp-sdk
QUESTION
So, when creating a new Smartsheet from a Template that has Automated Workflows there are some options that must be selected for the Smartsheet to inherit that automation.
The Smartsheet API has built in Inclusion Parameters (Rules and RuleRecipients) that can be passed into a request to serve the same function as what we see in the form above.
INCLUSION PARAMETERS AVAILABLE IN THE SMARTSHEET API
Parameters include (optional) -- comma-separated list of elements to copy from the template or sheet:
- attachments
- cellLinks
- data
- discussions
- forms
- rules
- ruleRecipients
The smartsheet-csharp-sdk(v2.126.0) we are using to create the API calls has baked in Inclusion classes with preset parameters. Unfortunately, these Inclusion classes do not contain the Rules and RuleRecipients parameters.
INCLUSION PARAMETERS IN SDK (Relevant ones)
...ANSWER
Answered 2022-Feb-07 at 18:37I checked the source code of the package (https://github.com/smartsheet-platform/smartsheet-csharp-sdk) and the TemplateInclusion never included once rules or ruleRecipients. I tried to force the call using rest api and rules are supported, but i doubt that rulesRecipents are...
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install smartsheet-csharp-sdk
If unfamiliar with NuGet, please take a look at the NuGet documentation. To install the SDK in Visual Studio, right click the References for the project and select Manage NuGet Packages. Select the Browse or Online tab (depending upon the version of Visual Studio) then type smartsheet in the search box. Select smartsheet-csharp-sdk in the search results and click the Install button. After clicking Install, you will be asked to accept the License (Apache). Then it will install the Smartsheet SDK and the dependencies (RestSharp, Newtonsoft.Json, and NLog) by adding these libraries to the References section of the project.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page