...
Codeblock | ||
---|---|---|
| ||
if(ccApplication.CurrentField.Value == "RM"){
if(ccFields.GetValue("h_ordernumber").length == 0)
ccFields.SetState("h_ordernumber", "ccFS_Error", "Für Dokumenttyp Bestellnummer erforderlich");
}
|
...
Codeblock | ||
---|---|---|
| ||
if(ccApplication.CurrentField.Value == "RM"){
if(ccFields.GetValue("h_ordernumber").length == 0)
ccFields.SetState("h_ordernumber", "ccFS_Error", "Für Dokumenttyp Bestellnummer erforderlich");
}
|