Maximo Open Forum

 View Only

 Reorder Preview Dialog Customization using AutoScript

  • Customizations
Aditi Jain's profile image
Aditi Jain posted 08-27-2026 09:18

Hi All,

I am trying to update an attribute in "Reorder Items Detail" - dialog (Inventory-> Select Action -> Reorder -> Preview) for specific case -as soon as dialog loads. I created an object LP script with init Launchpoint. but when I use mbo.getThisMboSet().moveFirst(), I get error "Cannot invoke "java.sql.ResultSet.next()" because "mboSetResultSet" is null".

When I try to get resultset from data bean, final databean is returned null as well:

app = service.webclientsession().getCurrentApp()
ReorderBean1 = app.getDataBean("<ID of Table>");
So is it possible to get the mboset from any other method?