Field / Static

field ContactDate {
  label = "Focus Date";
  visible = [Objstate = "Open" or Objstate = "New" or Objstate = "Queued"];
  editable = [Objstate != "Queued"];
  required = [CustomerCategory = "E" or CustomerCategory = null];
}

Supported Properties