User Preference (Window ID-200073)
From iDempiere en
Window: User Preference
Description: This window is use to set up the preferences entries for each user.
Help:
Tab: User Preference
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_UserPreference.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_UserPreference.AD_Org_ID numeric(10) Table Direct |
User/Contact | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_UserPreference.AD_User_ID numeric(10) Search |
Automatic Commit | AD_UserPreference.AutoCommit character(1) Yes-No | ||
Automatic New Record | AD_UserPreference.AutoNew character(1) Yes-No | ||
Toggle on Double Click | Defines if double click in a field on grid mode switch to form view | Defines if double click in a field on grid mode switch to form view | AD_UserPreference.ToggleOnDoubleClick character(1) Yes-No |
Detailed Zoom Across | The toolbar button zoom across discover where the record on screen is used on first tabs of windows. With detailed zoom across it goes deeper in the discovery of relationships within detailed tabs. | AD_UserPreference.IsDetailedZoomAcross character(1) Yes-No | |
Automatic Decimal Places For Amounts | Automatically insert a decimal point | i.e. "Entering 2 only results in a value of 0.02 for the entry. If you use the "." key during entry of a value, the decimal point is included at the place you specify. This mode has no effect on multiplication and division operations. If 0 is entered it will work as usual." | AD_UserPreference.AutomaticDecimalPlacesForAmoun numeric(10) Integer |
Use Similar To | In PostgreSQL database enable using the more powerful SIMILAR TO instead of LIKE for matching queries. | AD_UserPreference.IsUseSimilarTo 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_UserPreference.IsActive character(1) Yes-No |
View find result | Does the system must switch to grid mode after the Find panel closes | AD_UserPreference.ViewFindResult character(1) List | |
Threshold | Force grid view when Find panel closes if number of records exceed threshold | AD_UserPreference.GridAfterFindThreshold numeric(10) Integer | |
Migration Script Comment | AD_UserPreference.MigrationScriptComment character varying(255) String |