Attribute: MCADInteg-VerticalNavigationProgNameMapping
Function: Specifies the program used to display the items in the Related Documents drop-down list when selected by a user on the Checkout page. The program updates the tree structure that lists nodes available for checkout.
Syntax/Default Value: RelatedDrawing|MCADIntegGetDrawing
where MCADIntegGetDrawing
is an ENOVIA Program object.
Custom programs can be written to provide alternate views as needed, and should be added to the list of views for this attribute.
Attribute: MCADInteg-LateralNavigationProgNameMapping
Function: Specifies the program used to display the items in the Document Version drop-down list (lateral view) when selected by a user on the Checkout page. The program updates the tree structure that lists nodes available for checkout. The view is also used if an object is in a pre-finalized state.
Syntax: View|Program|ApplyToTree
where:
View
is what displays to the user in the Document Version drop-down list
Program
is the ENOVIA program object that builds the tree structure
ApplyToTree
when set to true
, the selected view applies to the entire tree structure recursively; when set to false
the view only applies to the selected node
Default Value:
LatestIN_WORKRevision|MCADIntegGetLatestInWorkRevision|true
LatestFROZENRevision|MCADIntegGetLatestFrozenRevision|true
LatestRELEASEDRevision|MCADIntegGetLatestReleasedRevision|true