API with Java SDK - Sheet Summary
I am trying to create a sheet summary field using the API in Java. I followed the example as they show on the API documents with java, but when I do the following:
smartsheet.sheetResources().summaryResources().updateSheetSummaryFields();
it tells me that The method summaryResources() is undefined for the type SheetResources. I'm probably just missing something simple here, but I am just following their example. Any help is appreciated!
Answers
-
Hello - I believe you should try
smartsheet.SheetSummaryResources()
(instead of both sheetResources() and summaryResources())
and use addSheetSummaryFields()
(instead of updateSheetSummary())
Good luck!
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