Image
AD_Image
System Image or Icon
Overview
| Table Name | AD_Image |
|---|---|
| Access Level | System + Client |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Attachment |
| Wiki | View on iDempiere Wiki |
Columns (19)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AD_Attachment_ID |
Search(22) | No | - | Attachment for the document |
AD_Client_ID |
Table Direct(22) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
AD_StorageProvider_ID |
Table Direct(22) | No | - | - |
attachment_order |
Number(3) | No | - | Attachment Sort Order |
BinaryData |
Binary(4000) | No | - | Binary Data |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
Description |
String(255) | No | - | Optional short description of the record |
EntityType |
Table(40) | Yes | @SQL=SELECT CASE WHEN '@P|AdempiereSys:N@'='Y' THEN 'D' ELSE get_sysconfig('DEFAULT_ENTITYTYPE','U',0,0) END FROM Dual | Dictionary Entity Type; Determines ownership and synchronization |
ImageSize64px |
Binary | No | - | Image icon 64px |
ImageSize64px_h |
Binary | No | - | Image icon 64px, Hover |
ImageURL |
URL(120) | No | - | URL of image |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
AD_Image_ID |
ID(22) | Yes | - | System Image or Icon |
AD_Image_UU |
String(36) | No | - | - |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Attachment_ID |
AD_Attachment.AD_Attachment_ID | Attachment for the document |
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
AD_StorageProvider_ID |
AD_StorageProvider.AD_StorageProvider_ID | - |
Generated on 2026-05-03T16:37:14.066150509Z