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
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives