OPPM API: Any Documentation Besides .CHM File?
I am currently developing (in VisualStudio2017 with .net4.5) a C# Windows server (COM) app which uses the OPPM API on the same server. I can do many of the things with the app based on examples given in the .chm file. But the .chm file does not give adequate overview and does not explain many concepts which must be understood to have a successful app without much trial and error. Does anyone in this group have experience with the API? Can anyone refer to any other documentation?
For example, one of the main things I need to accomplish is to simulate a current manual process of loading bulk data through an OPPM GUI app "Scorecard", which has about 50 columns and thousands of rows. I am thus far unable to access the Scorecard through the API. Any advice would be appreciated.