CopySheet Include Automated WorkFlow & Alert Options
Is it possible to include the Automation setting from a "template" to the new target smart sheet using the "smartsheet.SheetResources.CopySheet" function?
Dim newCopiedSheet As Sheet = smartsheet.SheetResources.CopySheet(TemplateSheetId, destination, New SheetCopyInclusion() {
SheetCopyInclusion.ATTACHMENTS, SheetCopyInclusion.CELL_LINKS, SheetCopyInclusion.DATA, SheetCopyInclusion.DISCUSSIONS, SheetCopyInclusion.FILTERS, SheetCopyInclusion.FORMS, SheetCopyInclusion.RULES, SheetCopyInclusion.RULE_RECIPIENTS, SheetCopyInclusion.SHARES}
)
Answers
-
Hi,
Try specifying include=ruleRecipients as a query string parameter on the request. I hope this helps!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives