【发布时间】:2021-06-16 13:50:54
【问题描述】:
当我尝试通过 SmartSheet API 在工作表中的一行上设置完成列时,我收到以下消息:
{
"errorCode": 1080,
"message": "End Dates on dependency-enabled sheets cannot be created/updated. Please update either the Duration or Start Date column.",
"refId": "19ufon4xzsn7y",
"detail": {
"index": 0,
"rowId": 4987804240111492
}
}
如果我想清除特定行的项目日期,我可以将 Duration 和 Start 列设置为 null,但 Finish 日期仍然存在。见https://smartsheet-platform.github.io/api-docs/#update-rows
清除项目日期(包括完成)的程序化方式是什么?
【问题讨论】:
标签: smartsheet-api