Is it possible to have a developer build a custom button in smartsheets that can for example pull data from it ..into a document..
Is smartsheets open to being developed on? I have the business package.
Hi Deirdre,
While you won't be able to change the Smartsheet application (e.g. adding buttons to the interface), a developer could create the functionality you are looking for using Smartsheet's API (Application Programming Interface), which is essentially a series of functions/operations/tools allowing data to be moved in and out of an application (like Smartsheet).
The most likely scenario is that you'd embed these "buttons" in the document itself.
Kind regards,
Chris McKay
Hi Deirdre.
Depending on what you want to achieve, you could maybe use a service as Zapier or similar. You could also connect Smartsheet to Google Docs.
Can you provide some more details?
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant / Get Done
Hello Chris and Andrée,
Thanks very much for your responses. I want to generate a documents from our sales sheet.
The document is a simple purchase order for our suppliers. So it will contain data directly held in the sheet (and some other address info but I can figure pulling that in later).
Order Number:Date:Product:Delivery Address: (based on customers address)
Somehow I'd like to auto create these documents, doesn't matter if there is a button on each row, although that would be nice.
I am aware of zapier(I'll look into this a bit more) and webmerge (we could be generating 100+ so bit expensive).. but wondered if a developer can just build something simple for me. What language is used? I'm sure that is all documentented somewhere..
Thanks,
Deirdre
Hi Deirdre;
I think that I missed your answer. How did it go? Is it solved?
Andrée Starå - Workflow Consultant @ Get Done
Yeah it is. Depends on which technology you are working on.
Hi, I have a large Smartsheet, I want to generate a row report that reduces information displayed down to a specific group. For that Row Report, if I were to generate an API token and share it to a third party, will that third part have access to the information on the original 'Grid' sheet, or will it be reduced to what…
Up until last week, the totalPages and totalCount parameters functioned as expected when performing a simple GET call to /sheets. If there were 150 sheets, then it would show "totalPages": 2, "totalCount": 150. As of Friday of last week, it seems like it is showing "totalPages": 1, "totalCount": 100 any time there are more…
Hello Support Team, We are experiencing an issue with the Smartsheet Copy Sheet API when attempting to include forms. Endpoint: POST https://api.smartsheet.com/2.0/sheets/1097094865571716/copy?include=forms Request Body: { "destinationType": "folder", "destinationId": 608151415351172, "newName": "new_sheet_included_Forms"…