I see in the API documentation that the programatic access of row data in columns of type Predecessor, Duration, etc. is not supported. I'm doing what I've seen many others on this forum try to do; I'm merging several interdependent sheets into one "master" sheet. It need only be a snapshot of the others and needn't auto-update (but that would be even cooler!).
- Even if I could figure out the dependencies in my own code, I'm unable to write them via the API. Two questions:
- 1. With respect, why can't I do this? It's just technologically interesting to me when things are possible one way (via the web UI) but not another (via the API). I'd be interested to learn about your architecure or your decision-making process!
- 2. What should I do instead?
-Nick