IBM Support

RCP: Validation for check box on out of the box tables

Troubleshooting


Problem

RCP: Validation for check box on out of the box tables

Symptom

There is no validation required for check box on out of the box tables. Hence to customize this behavior and introduce validation on check boxes, the following steps can be followed.

Resolving The Problem

Implement handleUpdate() method in YRCExtendedCellModifier.

This utility method is invoked whenever a table row is updated.

Input to this method has element that is being updated.

Example : CFO screen in COM

If we implement handleUpdate() method and check one of the orderlines,then the method will be invoked and input of this method will have details of selected orderline. This data can be used for further process as per requirement.

[{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Not Applicable","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

NFX4710

Document Information

Modified date:
16 June 2018

UID

swg21554608