I'm using Maximo 7.5 and I added few columns to an custom table. How to get those columns in Startcenter result set. The new fields are visible in Workorder application
相关问题
- isLast() method for a TYPE_FORWARD_ONLY result set
- Problem with SQL, ResultSet in java
- How to make the resultset returned from oracle kee
- What is a solution of “Multiple ResultSets were re
- The statement did not return a result set. Java Er
相关文章
- could not extract ResultSet
- how to reset the result set to the first row after
- How to speed up table-retrieval with MATLAB and JD
- ResultSet: Exception: set type is TYPE_FORWARD_ONL
- Python, how to check if a result set is empty?
- Where to close a JDBC Connection while I want to r
- Automation Script: If FieldA = 1, then set FieldB
- Java: resultset is empty while calling stored proc
If you're on an older fix pack, you'll need to insert a row into RESULTSETCOLS, as demonstrated by the insert statement below which was excerpted from this Technote. Note that you will need to adjust the values for the first three columns to suit your needs.
However, if you're on Maximo 7.5.0.7+, you can use the front end to accomplish your goals. As detailed in this Technote (which talks about 7.6 but also applies to 7.5.0.7+)...
REPORTING
and include objects you want to show data from in your Result Set on the second or lower level.webclient.resultset.relatedattributes
System Property to 1, as detailed in this Technote.)Hope that helps.