Table 18122164 EOS003 Mandatory Field Line
Table 18122164 EOS003 Mandatory Field Line
| Language | Caption |
|---|---|
| de-DE | 003 Pflichtfeldzeile |
| en-US | Mandatory Field Line |
| it-IT | Riga di campo obbligatoria |
Fields
Table ID (1)
Integer
| Language | Caption |
|---|---|
| de-DE | Tabellen-ID |
| en-US | Table ID |
| it-IT | ID tabella |
Table Option Type (2)
Option
"0" (0) , "1" (1) , "2" (2) , "3" (3) , "4" (4) , "5" (5) , "6" (6) , "7" (7) , "8" (8) , "9" (9) , "10" (10) , "11" (11) , "12" (12) , "13" (13) , "14" (14) , "15" (15) , "16" (16) , "17" (17) , "18" (18) , "19" (19)
| Language | Caption |
|---|---|
| de-DE | Tabelle - Belegtyp |
| en-US | Table Option Type |
| it-IT | Tipo Option Tabella |
From Status (3)
Code[10]
| Language | Caption |
|---|---|
| de-DE | Status von |
| en-US | From Status |
| it-IT | Da Stato |
To Status (4)
Code[10]
| Language | Caption |
|---|---|
| de-DE | Status zu |
| en-US | To Status |
| it-IT | A Stato |
Field ID (5)
Integer
| Language | Caption |
|---|---|
| de-DE | Feld-ID |
| en-US | Field ID |
| it-IT | ID campo |
Field Name (6)
Text[30]
| Language | Caption |
|---|---|
| de-DE | Flurname |
| en-US | Field Name |
| it-IT | Nome campo |
Field Caption (7)
Text[80]
| Language | Caption |
|---|---|
| de-DE | Feldbezeichnung |
| en-US | Field Caption |
| it-IT | Didascalia campo |
Rule (8)
Text[100]
| Language | Caption |
|---|---|
| de-DE | Regel |
| en-US | Rule |
| it-IT | Regola |
Field Occurence (9)
Integer
| Language | Caption |
|---|---|
| de-DE | Vorkommen im Feld |
| en-US | Field Occurence |
| it-IT | Occorrenza Campo |
Change Path Code (10)
Code[10]
| Language | Caption |
|---|---|
| de-DE | Ändern des Pfadcodes |
| en-US | Change Path Code |
| it-IT | Cod. Percorso Cambio Stato |
No of Preconditions (11)
Integer
FieldClass: FlowField
CalcFormula: Count("EOS DS Status Fields Precond" WHERE("Table ID" = FIELD("Table ID"), "Table Option Type" = FIELD("Table Option Type"), "From Status" = FIELD("From Status"), "To Status" = FIELD("To Status"), "Field No." = FIELD("Field ID"), "Field Occurence" = FIELD("Field Occurence"), "Change Path Code" = FIELD("Change Path Code")))
| Language | Caption |
|---|---|
| de-DE | Anzahl der Voraussetzungen |
| en-US | No of Preconditions |
| it-IT | Nr. di precondizioni |
Value (12)
Text[2048]
| Language | Caption |
|---|---|
| de-DE | Standardwert |
| en-US | Value |
| it-IT | Valore |
Comments (20)
Text[100]
| Language | Caption |
|---|---|
| de-DE | Kommentare |
| en-US | Comments |
| it-IT | Commenti |
Methods
SelectFieldName
procedure SelectFieldName()
LookupFieldValue
procedure LookupFieldValue(var FieldValue: Text): Boolean
Parameters / Return Value
FieldValue
Text[]Returns
Boolean
SetParentRecordID
procedure SetParentRecordID(CurrentRecordID: RecordID)
Parameters / Return Value
- CurrentRecordID
RecordID
Events
OnBeforeValidateFieldValue
local procedure OnBeforeValidateFieldValue(RecRef: RecordRef; FiRef: FieldRef; Value: Text[2048]; var SkipValidation: Boolean)
Event triggered before Validation of field on table
Parameters / Return Value
RecRef
RecordRefRecord reference of the table
FiRef
FieldRefField reference of the field
Value
Text[2048]Value of the field to be validated
SkipValidation
BooleanBoolean variable to decide whether to skip standard validation or not. Default value is false.
OnBeforeModifyRec
local procedure OnBeforeModifyRec(RecRef: RecordRef; FiRef: FieldRef; Value: Text[2048]; var SkipModifyTrigger: Boolean)
Event triggered before Modify Rec
Parameters / Return Value
RecRef
RecordRefRecord reference of the table
FiRef
FieldRefField reference of the field
Value
Text[2048]Value of the field changed
SkipModifyTrigger
BooleanBoolean variable to decide whether to skip standard validation or not. Default value is false.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.