Maximo Open Forum

 View Only

 toggledeleterow in Automation script

  • Customizations
Rana Ahmed's profile image
Rana Ahmed posted 05-28-2024 09:19

Hi

We have a Java class in which it is required to run a code when the user select the delete row button in a table.

 @Override
public int toggledeleterow() throws MXException {
clientSession.showMessageBox("mx", "cannotbedeleted", null);
}

Is it possible to do the same in automation script ?