Artikel: AN0001889Aktualisiert:
Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.
Hiding columns at creation of the record
function OnAfterLoadColumns()
{
if ( OGDataRowId == null)
{
OGColumns.GetByCode('approved-by').Visible = false;
OGColumns.GetByCode('status').Visible = false;
}
}
Mandatory column at record creation
-
Create a rule Before existing record save.
-
Enter followig expression into the Script for condition with the given column: OGActualDataRow['project'] == null
-
Enter into the Error message e.g. "You have to select Project before saving the record"