I am try to get originating attribute value in Maximo dialog box. I am not sure how to get. We have custom application and custom object. This application will display multiple asset records and I have requirement to open create move/modify Asset from that dialog. I am try to find attribute value in dialog box. Any help would be appreciated.
Asked
Active
Viewed 525 times
0
-
I got dataattribute name using following statement. this.sourceControl = this.clientSession.getCurrentEvent().getSourceControlInstance(); this.srcDataAttribute = this.sourceControl.getProperty("dataattribute"); – ken Mar 13 '16 at 14:03
-
I am not sure how to get attribute value of that particular records. – ken Mar 13 '16 at 14:05