• How do I "edit"/"update" a Relationship instance using js or AML.

    All, I am trying to "edit"/"update" the properties on a Non-Related Relationship; "rh_OraMfgMaster_ProdNumNomen". I must be missing something. I tried the following AML from AML Studio: <AML> <Item type="rh_Oracle_Manuf_Master_Item" action=…
  • Color coding text value in an onChangeCell client event?

    I know that I can use a Server onAfterGet method to set the css property to change the color of cell text or cell background color in a relationship grid. But I would like to immediately highlight a data entry error that fails validation by highlighting…
  • How to create dynamic dropdown list in relationship grid property

    Hi Team, How to create dynamic dropdown list in relationship grid property ? Note: I have parent form with Student details, in relationship grid I have property of subjects. After inserting new row, In the relationship grid the subject property OnEditStart…
  • Populate the WBS Elements for corresponding Activities2 in a project

    <AML> <Item type="WBS Activity2" action="get" select="name" where="WBS_Activity2.related_id IN (SELECT id FROM INNOVATOR.select_activities('9CB5E2CBBBDB1728B01882'))"> <Relationships> <Item type="Activity2" action="get" select="related_id(name)…
  • Can you Remove xClass relationship with onChange field event?

    I'm trying to clear out the xClass relationship when the class of a part is changed. The code I have below is ran on the filed event of the drop down onChange, however it doesn't remove the xClass relationship. var rootItem = document.thisItem;…
  • How to Set RelationShip field value result as onFormPopulated ?

    I have a itemtype call 'Part' , Part has a field call 'part price' (type is decimal) Part has a relationship call Part_detail Part_detail has a field call 'RP price' (type is int). I need "part price" to have thousand separator, but it is only…
  • How can I hide some columns in relationship grid base on the some rule of parent item type

    I need to hide some columns in relationship grid base on the some rules of parent item type when form on populated. Is it possible?