Fetch dependent properties using one of D2 API's

Options
Przemek_Smialek
edited May 14, 2014 in Documentum #1

When I create a document from D2 client there are some dependent properties queried from registered tables via DQL's specified in configuration. I would like to reproduce the same behaviour using one of D2 API's (D2FS, CMIS, DFC?). I'm expecting that when I invoke for example D2FS createProperties operation providing only the necessary set of attributes, D2 logic will fetch the rest of dependent properties the same way as it does in the UI. Currently I'm able to create document using D2FS and CMIS however these dependent attribute values are not populated. Anyone knows a way to achieve this?

Tagged:

Comments

  • Przemek_Smialek
    edited May 14, 2014 #2
    Options

    Changed the description of the problem, as i found the previous one a bit unclear.