Window: Test
[Created: 21/06/1999 - Updated: 02/01/2000 ]
Description: Test Screen
Help:

Tab: Test
[Created: 21/06/1999 - Updated: 02/01/2000 ]
Description:
Help:
Tab Level: 0
Table 10: Test - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | test.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. | test.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. | test.Name character varying(60) String |
| Description | Optional short description of the record | A description is limited to 255 characters. | test.Description character varying(255) String |
| Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | test.Help character varying(2000) Text |
| 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. | test.IsActive character(1) Yes-No |
| Currency | The Currency for this record | Indicates the Currency to be used when processing or reporting on this record | test.C_Currency_ID numeric(10) Table Direct |
| Amount | test.T_Amount numeric Amount | ||
| Integer | test.T_Integer numeric(10) Integer | ||
| Number | test.T_Number numeric Number | ||
| UOM | Unit of Measure | The UOM defines a unique non monetary Unit of Measure | test.C_UOM_ID numeric(10) Table Direct |
| Qty | test.T_Qty numeric Quantity | ||
| Date | test.T_Date timestamp without time zone Date | ||
| DateTime | test.T_DateTime timestamp without time zone Date+Time | ||
| Timestamp | Timestamp with time zone | test.T_Timestamp timestamp with time zone Timestamp With Time Zone | |
| Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | test.C_BPartner_ID numeric(10) Search |
| Payment | Payment identifier | The Payment is a unique identifier of this payment. | test.C_Payment_ID numeric(10) Search |
| Product | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | test.M_Product_ID numeric(10) Search |
| Locator | Warehouse Locator | The Locator indicates where in a Warehouse a product is located. | test.M_Locator_ID numeric(10) Locator (WH) |
| Address | Location or Address | The Location / Address field defines the location of an entity. | test.C_Location_ID numeric(10) Location (Address) |
| Account_Acct | test.Account_Acct numeric(10) Account | ||
| Table | Database Table information | The Database Table provides the information of the table definition | test.AD_Table_ID numeric(10) Table Direct |
| Record ID | Direct internal record ID | The Record ID is the internal unique identifier of a record. Please note that zooming to the record may not be successful for Orders, Invoices and Shipment/Receipts as sometimes the Sales Order type is not known. | test.Record_ID numeric(10) Record ID |
| Record UUID | test.Record_UU character varying(36) Record UUID | ||
| Color | test.Color character varying(7) Color | ||
| Binary Data | Binary Data | The Binary field stores binary data. | test.BinaryData bytea Binary |
| Character Data | Long Character Field | test.CharacterData text Text Long | |
| Processed | The document has been processed | The Processed checkbox indicates that a document has been processed. | test.Processed character(1) Yes-No |
| Process Now | test.Processing character(1) Button | ||
| JSON Data | The json field stores json data. | test.JsonData jsonb JSON |