The material existence check feature is a function which checks if the material exists in 3DEXPERIENCE. Based on specific rules a query is made to the database. The command triggers a document search based on specific criteria defined by a webform and returns the component information based on a given table. As an input to the criteria the command will provide a list of objects (hence here mainly the part number is provided). In general the existence check mode is using configurable webforms which can build 3DEXPERIENCE queries in a generic way (e.g. pattern matching, stacked searches, etc.). With this implementation also more complex scenarios like get the latest released object, get objects based on configured states can be handled. The Connector will send the to-be-used webform which defines specific search criteria for exactly one object. |