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?