Steps to Setup Digital Twin Capabilities
Last updated
Last updated
Prerequisite Tasks:
Install both the Main RenderDraw and Digital Twin Salesforce packages
Install Main package first
Tasks:
Add two tabs (ex. 3D Visual and 3D Admin) to Object Lightning Record Page where your products are maintained and will be visualized
Ex. Product Standard Object
Add tab (Digital Twin) to Object Lightning Record Page where your assets are maintained and will be visualized
Ex. Asset Standard Object
Add Flow to Object Lightning Record Page where your customer accounts are maintained named Digital Twin Search referenced here
Ex. Account Standard Object
Create custom text field (255 characters) on Object where your products are maintained and will be visualized named "Drawing Reference"
Ex. Product Standard Object
Create custom lookup field on Object where your products are maintained and will be visualized named "Parent Product" that is Related To = Product
Ex. Product Standard Object
Edit Custom Metadata Type
Setup -> Custom Metadata Types -> RenderDraw Relationship -> Manage Records -> Edit "Product Relationship"
Child Node Related Object = Product
Child Node Lookup Field = "Drawing Reference"
Save
Add New Custom Metadata Record
Setup -> Custom Metadata Types -> RenderDraw Relationship -> Manage Records -> New ->
Name = Asset, Entity = Asset
RenderDraw Setting = Default RenderDraw Settings
Parent Relationship Settings Lookup = Product ID
Save
Create a new formula text field on Object where your assets are maintained and will be visualized
Ex. Asset Standard Object
Name = "Drawing Reference"
Formula = Product2.Drawing_Reference__c
Save
Ensure both page layouts used from above have Drawing Reference field added
Create Parent Product
Drawing Reference field should be the naming convention used in the visualization root object
Create Children Products
Relate Parent Product field
Drawing Reference is the naming convention used in the visualization file for given node
Create Assets
Parent and children products all need asset records
Reference Products created in Steps 10-11, and Parent Asset accordingly