What does 'No SurveyInstance could be found that matches the supplied Identifier. ' mean? And why is this important?

Trying to delete a document object that is in a Not Approved status.  eB will not allow this via the eB Web UI.  Why?

  • The eB ECPlugin now supports eB Surveys. Survey definitions (which includes the eB types Question, Answer, Survey, SurveySection, SurveyQuestion, and SurveyAnswer) have no CRUD not support in the plugin. You can only query for the full Survey definition. SurveyInstance and SurveyInstanceAnswer support full CRUD operations. For the details of the implementation and examples of all WSG requests, please see this document -
    inside.bentley.com/.../Survey%20Implementation.docx
  • This doesn't make sense b/c our implementation doesn't use Survey's in any way. The resolution to this issue that was raised was to remove the FilePlan relationship on the document, and the deletion was allowed.

    Why can't documents be deleted while having a FilePlan relationship?
    Why are FilePlan relationships triggering Survey functionality?
  • Looking into this Ken. Will get back as soon as we have some indication what is causing this.