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:
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:
As you can notice we also added an additional
file "xx_businessImpact_tab.htmpl"