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…
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…
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…
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…
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…
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…
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…