Why no Move/Copy Methods for Reports
SheetResouces has MoveSheet & CopySheet methods, why are there no MoveReport / CopyReport Methods for ReportResources in the API ??
Answers
-
Just curious what would the expected behavior be? What would the workflow look like?
-
The following example code is taken from https://smartsheet.redoc.ly/tag/sheets#operation/move-sheet
If I can do this with a Sheet object:
//
ContainerDestination destination = new ContainerDestination {
DestinationId = 7960873114331012, // destinationFolderId
DestinationType = DestinationType.FOLDER,
};// Move sheet
Sheet sheet = smartsheet.SheetResources.MoveSheet(4583173393803140, destination);why can I not do the same with a Report object:
Report report = smartsheet.ReportResources.MoveReport(4583173393803140, destination);
it's like the API believes that Reports are created and never to be moved except manually!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives