Hello everyone,
I am working with the python smartsheet SDK, and I am experimenting with a smartsheet connected to Resource Management, which comes with a number of default columns - few of them are Start Date, End Date, Duration and Allocation %. I see in the Python API documentation that these 4 columns are not allowed to be updated programmatically because they might be dependent on their child rows/sheets. But I see that Smartsheet allows to update these 4 columns on UI. So I am guessing is there some way to update it through API?
The sheet I am working with is a simple single sheet with no dependencies. Is there anyway to work around this restriction? Need some help here.
Thanks,
Adwaith