AM
WorkbenchTreeNode
Transfer object between graph and tree in EngineeringWorkbenchMaint
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
ActionsNonexistent in DB | string | Actions | - | |
Description:Defines the actions available on this node in the tree. Set value based on in JSON-stringify-friendly format. Example: "{\"rename\": true, \"createChild\": true, \"createSibling\": true, \"delete\": true}" | ||||
DescriptionNonexistent in DB | string | Description | - | |
Description:Displayed value in the tree to the user | ||||
ExtraColumnsNonexistent in DB | string | Extra Columns | - | |
Description:A single field is used to return all extra column values for the given tree node. Set value based on in JSON-stringify-friendly format. Example: if returning 2 extra fields of string and bool we would return as such: $"[\"1.00\", \"EA\"]" In the page we have the ExtraColumnField identified by setting ExtraColumnField="ExtraColumns" and then also the type definition on the PXTree as the following: ExtraColumns='[{"tagname": "qp-text-editor", "title": "Nums", "width": 50}, {"tagname": "qp-check-box", "title": "Chs", "width": 50}]' | ||||
IDNameNonexistent in DB | string | ID Name | - | |
Description:Key to the node in the tree | ||||
IDNameOriginalNonexistent in DB | string | ID Name | - | |
Description:No description available | ||||
IDParentNonexistent in DB | string | Parent ID | - | |
Description:Key to the parents "IDName" field | ||||
IconNonexistent in DB | string | - | ||
Description:No description available | ||||
IconColorNonexistent in DB | string | - | ||
Description:No description available | ||||