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
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives