Quick Tip: On-the-fly MboSet relationships
Did You Know...
As Maximo Experts, we have developed several add-on products for Maximo that mobilize the work force, simplifies assignments, provides ad-hoc reporting capabilities and facilitates the seamless integration of Service Requests into Maximo.
Check out our products by clicking on the following links: EZMaxMobile, EZPlanner and EZInsight.
Hello,
Thanks of this information.
I have a scenario where there exists two Objects. say OBJECT1 and OBJECT2.
Now I have one application where main object is OBJECT1. OBJECT1 has relationship(one-many) thru which we have displayed OBJECT2 records on same APP.
OBJECT2 has one non-persistent flag say Marked. Its default value is (Unchecked).
So assume that OBJECT1 —One to Many –OBJECT2(10 records).
User checks check box(Marked) = 1 for 5 records of OBJEC2.
Now on Button Click(Displayed on OBJECT1), I want to read only these 5 rows (where Marked=1) by relationship from OBJECT1—->OBJECT2.
I tried it building new relationship on the fly or defining in the system as well with existing relationship where clause and Marked=1.
But I am not able to get them. Actually Marked being non-persistent, the user modified value is not accessible at all.
May I know any idea you have?