OBJECT
ProductApplication
A container for product usage metadata, like quantity. This is important to model input and output products of processes.
link GraphQL Schema definition
- type ProductApplication {
- # Unique knowledge base identifier (automatically generated)
- ID! :
- # Arbitrary id defined by the user, e.g. to identify the object in an application
- ID :
- # Product the application is defined for
- Product! :
- # A property describing the quantity of the product used in the product
- # application, e.g. as input for a process
- Property :
- # Properties belonging to the product application (not properties of the product
- # independent of its application)
- Property] : [
- }
link Require by
- ProcessA process description which schould be linked to capabilities, input/output products and production resources. Input/output products do not have to be added if they are added to the sub processes and the sub processes are ordered via their input/output products.
- ProductAn end product (can also be a material) or a product used to produce another product. It includes information about its supply chain and references its product passport.
- ProductApplicationResponse
- Query
- SupplyChainElementSupplier within a certain supply chain. Multiple factories of one company have to be divided into multiple supply chain elements.