3.2 Business Impact in Change Orders
We want additionally be able to enter into the change orders a description about the business impact a change may have.
We're going to solve this by creating a additional field:
  • zBusinessImpact
wsp_schema.sch
TABLE Change_Request {
  zBusinessImpact   STRING 4000;
}
majic\wsp.mods
OBJECT chg {
  ATTRIBUTES Change_Request {
    zBusinessImpact STRING 4000;
  };
};
Through web painter, we add an additional notebook:

graphic

As you can notice we also added an additional file "xx_businessImpact_tab.htmpl"

graphic