Product Integrations
Product Integration enables user to open integrated products within the Confirm product, such as accessing Assetic within the Confirm web interface.
Form Details
- Name: Displayed to the user when selecting a product to open.
- Description: Displayed to the user when viewing more information about a product.
- URL: The sub-URL for the product to open, e.g /Assets/ComplexAsset/{{FEATURE_KEY}}.
- Product: The existing product in the system to which the sub-URL will redirect.
- Workflows: The areas in Confirm where this product will be displayed.
- Component: The platform in Confirm where this product will be displayed.
- Data Key: Restrict access to this product by Data Key.
It's possible to use placeholders in the URL to pass data to the Product Integration Form.
The following placeholders are supported:
- {{ENQUIRY_NUMBER}} : Enquiry Number for an enquiry. Available for Enquiry workflow.
- {{JOB_NUMBER}} : Job Number for a job. Available for Job workflow.
- {{DEFECT_NUMBER}} : Defect Number for a defect. Available for Defect workflow.
- {{FEATURE_KEY}} : Feature key in a feature. Available for Asset workflow.
- {{SITE_CODE}} : Code for the current feature site. Available for Asset workflow.
- {{PLOT_NUMBER}} : Plot Number for the current feature. Available for Asset workflow.
- {{CENTRAL_ASSET_ID}} : Central Asset Id for the current entity's Feature.
- {{LATITUDE}} : Latitude for the current feature. Available for Asset workflow.
- {{LONGITUDE}} : Longitude for the current feature. Available for Asset workflow.
For example: www.product.com/{{SITE_CODE}}/{{PLOT_NUMBER}}
Note: If the product is launched from a workflow with a missing or misconfigured placeholder value, the value "undefined" will be passed instead.