Relation Type (finestra ID-53102)
Da iDempiere it.
finestra: Relation Type
descrizione: null
Aiuto: null
TAB: Relation Type
descrizione: null
Aiuto null
File:Relation Type - Relation Type - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | Identificativo alfanumerico dell'entità | Il Nome della entità (record) è utilizzato come una opzione di ricerca di default in addizione alla chiave di ricerca. Il nome è fino a 60 caratteri di lunghezza. | Name character varying(60) NOT NULL String |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |
Directed | Directed | Tells whether one "sees" the other end of the relation from each end or just from the source | null | IsDirected character(1) NOT NULL Yes-No |
Type | Tipo | null | The Type indicates the type of validation that will occur. This can be SQL, Java Script or Java Language. | Type character(1) NOT NULL List |
Source Reference | Source Reference | null | null | AD_Reference_Source_ID numeric(10) Table |
Source Role | Source Role | If set, this role will be used as label for the zoom destination instead of the destinations's window name | null | Role_Source character varying(50) List |
Target Reference | Target Reference | null | null | AD_Reference_Target_ID numeric(10) Table |
Target Role | Target Role | If set, this role will be used as label for the zoom destination instead of the destinations's window name | null | Role_Target character varying(50) List |