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=…
Hello,
I have method attached to OnEditFinish of the property sort_order of the Part BOM relationship. The goal is to check if the property is filled and if no, to throw an error. After the display of the error, I want to set back the focus to the property…
Hello everyone,
Try explain, my scenario:
I have the Item Types related:
1° Item type Authorization. 2° Item type AuthorizationTittle. 3° Item type AuthorizationTittleRelation (only to related).
I need add a link or buton in AuthorizationTittle…
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…
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…
hi,All
I set "Open Related Form" on [relationshiptype] so that I can edit the relationship with a popup window when I click "Add Relationship".
But I want to bring out the default values in the popup window, I tried the following actions
//my…
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;…