Toolbar Button (Window ID-200000)
Window: Toolbar Button
Description:
Help:
Tab: ToolBar Button
Description:
Help:
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_ToolBarButton.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_ToolBarButton.AD_Org_ID numeric(10) Table Direct |
Name | Alphanumeric identifier of the entity | The 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_ToolBarButton.Name character varying(60) String |
Action | Indicates the Action to be performed | The Action field is a drop down list box which indicates the Action to be performed for this Item. | AD_ToolBarButton.Action character(1) List |
Entity Type | Dictionary Entity Type; Determines ownership and synchronization | The Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.
For customizations, copy the entity and select "User"! |
AD_ToolBarButton.EntityType character varying(40) Table |
Component Name | AD_ToolBarButton.ComponentName character varying(255) String | ||
Customization | The change is a customization of the data dictionary and can be applied after Migration | The migration "resets" the system to the current/original setting. If selected you can save the customization and re-apply it. Please note that you need to check, if your customization has no negative side effect in the new release. | AD_ToolBarButton.IsCustomization character(1) Yes-No |
Service Component Name | The service component name that implements the interface for toolbar actions | The OSGi service component name that implements the IAction interface for toolbar action | AD_ToolBarButton.ActionClassName character varying(255) String |
Advanced Button | This Button contains advanced Functionality | The button with advanced functionality is only displayed for role that can access advanced functionality | AD_ToolBarButton.IsAdvancedButton character(1) Yes-No |
Active | The record is active in the system | There 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_ToolBarButton.IsActive character(1) Yes-No |
Group in show more | AD_ToolBarButton.IsShowMore character(1) Yes-No | ||
Pressed Logic | AD_ToolBarButton.PressedLogic character varying(2000) Text | ||
Display Logic | If the Field is displayed, the result determines if the field is actually displayed | format := {expression} [{logic} {expression}] expression := @{context}@{operand}{value} or @{context}@{operand}{value}
Strings may be in single quotes (optional) |
AD_ToolBarButton.DisplayLogic character varying(2000) Text |
Read Only Logic | Logic to determine if field is read only (applies only when field is read-write) | format := {expression} [{logic} {expression}] expression := @{context}@{operand}{value} or @{context}@{operand}{value}
Strings may be in single quotes (optional) |
AD_ToolBarButton.ReadOnlyLogic character varying(2000) Text |
Sequence | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | AD_ToolBarButton.SeqNo numeric(10) Integer |
Add Separator | AD_ToolBarButton.IsAddSeparator character(1) Yes-No |