I don't believe that you can change a date that would violate dependency rules, but someone from our R&D team will correct me if that is not the case.
Post
FollowOverriding Clarizen Object Dependancies
When trying to update data for a Clarizen project and its milestones (start date, end date and % completed) through API, some of the update calls fail since dependencies are present on the project and milestones.
Ex:
{
"errorCode": "General",
"message": "Project ‘C_DignityHealth_Rebuild_Strategy_2015_Q4’ has a manually set StartDate on some of its sub-items (e.g. Milestone ‘Config and Deploy’).\r\n",
"referenceId": "d3W7WrEPGEMtSrbfNSzCv"
}
Is it possible to update the clarizen objects through API, overriding these rules and dependencies set on them?
Please sign in to leave a comment.
3 comments
Date
Votes
Comment actions
As Josh said, the API won't let you perform something that violates our business logic.
Comment actions
Thanks for the clarification.
Comment actions