Browse By Tags

  • How to close relationship search dialog box dynamically?

    Former Member
    Former Member
    Hi Team, I have custom result binding code on 'OnSearch' event. On return of result if it is true it works fine but on false I want to close search dialog box that appear in relationship on click of pick related dynamically. I tried following method…
  • Can't create BOM with multiple parts through method

    Hello, I'm having problems creating part relationships through a method. I have an array of arrays containing data that I want to use to generate a number of parts and their BOM relationships. The parts are being created properly but when i try to generate…
  • How to get selected column index

    Former Member
    Former Member
    Hi, I want to display the message when the user clicks on the "Related File" column from Document File relationship. so, how to get the column index? When User clicks on "Related File" the file will get the download, so on that browser window, so…
  • How to add Previous revision item and remove current from relationship

    Former Member
    Former Member
    Hi Experts, I am trying to remove Document which is attached to Part with revision 001 and attach Document with revision 000(old revision). I have created an action on Part Document relationship. I'm getting the old revision item id i.e Document…
  • How to get related_option property value on "OnInsertRow" event

    Former Member
    Former Member
    Hi All, I want to get related_option property value on "OnInsertRow" event. How I can achieve this? Regards, Maddy.
  • How to set related item property having datatype as Item?

    Former Member
    Former Member
    Hi, I want to set related Item property( owned_by_id ) of Itemtype dynamically on grid "OnIsertRow" event . I tried using following syntax var set_property = setRelatedItemProperty(relationshipID, "owned_by_id", "48BB4278F78C4D52872036D77EF5812F…
  • How to trigger relationship server event when parent item is copied?

    Hi community, maybe somebody know a solution for this use case. I use a Method in the ItemType 'Part BOM' that is triggered by an onAfterAdd and onAfterDelete event. The Method updates an integer property that indicates how often the corresponding…
  • how to prevent the related item being updated to the source item?

    Former Member
    Former Member
    we have a custom Item type called "Buyer" and OOTB item type "Document" There is a relationship type "Buyer Document". So when there is an update with the related Document to the Buyer item, the latest "Document" is getting updated to the Old "Buyer…