-
Additional Settings for Duration Column
It would be helpful if the duration coulmn could have different unit settings. i.e. the default and only unit right now is the number of days. But for certain projects it would be more helpful for the duration column to auto-calculate to being in hours, or in other cases weeks. I know you can manually adjust the duration…
-
Change default intake form respond to email address
When someone submits an intake form we want to include or have the reply to address the submitters email instead of the do-not-reply@smartsheet.com and also include any other given email address so end users can reply to the request in email and retain the chain of communications.
-
GPS Elevation
Hello, I was hoping to have a function in the mobile app that allows you to use GPS coordinates which includes elevation, currently there is only longitude and latitude available.
-
Replace Document Links
We require a feature to replace existing links within Smartsheet to a new location. This is so that the links continue to work following migration of documents to a new Document Management system
-
User Type and True-up Page - User Type Report Export Enhancement
I would recommend the following modifications to the User Type report export from the User Type and True-up page. -Add the First Name and Last Name of the users, whether Internal or Externals. Presently not avail. -Add a column to indicate that the user is to be considered for "True-up". Presently not avail. -Add a column…
-
Notification to Admin of Provisional Member Access Granted to a Viewer
In order to manage the people that utilize Smartsheet within our organization we must have some type of "immediate" notification to our Admins when someone who is a Viewer is given access to something that will change them to a Provisional Member. With this immediate notification we will be able to: Educate the user that…
-
Dynamic View: Allow ALL Formatting Options
I've found multiple requests in this forum for Dynamic View formatting options. but none of them request what I am asking for below. This request covers almost all the other Dynamic View formatting feature requests I've found in this forum. The Request: In Dynamic View Settings, add a "Match Data Source Cell…
-
Allowing the Lag days in the predecessor field to be elapsed days
I've run into this issue where by the days I want a task to lag by is an elapsed number. E.g. Predecessor 380FS + e90d. The elapsed day function works well in the duration field.
-
Freeze current value of cell with underlying formula
It would be great to have the ability to freeze the current value of a cell which has an underlying cell or column formula. Ideally this could be done manually or through an automation. Also having the reverse ability to unfreeze, which would allow the underlying cell or column formula to be reapplied. Where this would…
-
Ability to set max-height for text overflow in cells, to prevent extremely tall rows.
this can be done by changing the overflow for the CSS classes of the smartsheet rows to accept a max-height, rather than overflow:hidden. Doing so will make all forms of content for users easier to digest, and make getting to other rows less cumbersome. For this POC, I changed the following: ``` .gridRowWrapper>div {…