Open
Opening
public override bool Opening()
{
// at this moment, a user's permission to open the module could be denied
rmView = new dsRmView();
rmView.Material.Table.Columns.Add("rueckm_material", typeof(DataRowView));
rmView.Fertigartikel.Table.Columns.Add("rueckm_fertigartikel", typeof(DataRowView));
// the BusinessObject is created after the execution of:
return base.Opening();
}Opened
PostOpen
Last updated