Skip to main content

Window: Tree

[Created: 09/12/1999 - Updated: 02/01/2000 ]
Description: Maintain Tree definition
Help: The Tree Window defines the descriptors and images that will be used when a Tree is displayed.

Tab: Tree

[Created: 09/12/1999 - Updated: 02/01/2000 ]
Description: Tree
Help: The Tree Tab defines a Tree which will be displayed.
Tab Level: 0

Table 10: Tree - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_tree.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_tree.AD_Org_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.ad_tree.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_tree.Description character varying(255)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_tree.IsActive character(1)
Yes-No
TypeAreaElement this tree is built on (i.e Product, Business Partner)The Tree Type / Area field determines the type of tree this is. For example, you may define one tree for your Products and another tree for your Business Partners.
Driven by Search Keyad_tree.IsTreeDrivenByValue character(1)
Yes-No
TableDatabase Table informationThe Database Table provides the information of the table definitionad_tree.AD_Table_ID numeric(10)
Table Direct
Display Search KeyDisplays Search Key in the treeThe Display Search Key checkbox indicates if the Search Key will display in the tree before the Namead_tree.IsValueDisplayed character(1)
Yes-No
Parent ColumnThe link column on the parent tab.ad_tree.Parent_Column_ID numeric(10)
Table
All NodesAll Nodes are included (Complete Tree)If selected, all Nodes must be in the tree.ad_tree.IsAllNodes character(1)
Yes-No
DefaultDefault valueThe Default Checkbox indicates if this record will be used as a default value.ad_tree.IsDefault character(1)
Yes-No
Loads directly all nodesIf checked, all nodes are loaded before tree is displayedad_tree.IsLoadAllNodesImmediately character(1)
Yes-No
Verify TreeVerify completeness and correctness of Treead_tree.Processing character(1)
Button