Browse By Tags

  • Value of field doesn't change if the field type is itemtype and have onchange event.

    My scenario is after selecting any value in field 'A' which is of item type, I have to set/change the value of field 'B'. so i added a onchange event in field 'A'. like this const inputValue = this.value; window.handleItemChange('field B name', "new…
  • Get the Context Action Name in the Method

    Hi All, I have Multiple Server Side Item Actions Configured on the Part Item , I want the logic/functionality to be performed by each action to be controlled by the same method . In which case , is there a way to pass the Invoking action name to the…
  • How to get previous property value in "OnAfterChange"? / How to pass value from "OnBeforeChange" to "OnAfterChange"?

    I have an item on the server where I can set a property. When the property changes, I want to have some logic (related items to be created). I currently have the code for this in the "OnBeforeChange" event method, but this doesn't work for new items…
  • Reuse Code in C# Method

    Good day all. I am trying to use a variant on my previously posted Workflow Process Get Change ItemType . I want to reuse some of the code multiple times without having to write it out every time. The code references identId, but I can't figure out how…
  • Override “Where Used” as “Structure Browser” method

    Is it possible to override “Where Used” method in the same way you can override the “Structure Browser” method?
  • Run Action from Relationship

    I have an Itemtype A and a relationship to Itemtype B On the Main grid of ItemType B I have an action which works perfectly fine On Itemtype A in the relationship Grid where there is ItemType B if i place my action there It does not work. I was wondering…
  • How to Run already existing Action from a relationship

    I have this action which runs fine on an itemtype1, I want to use the same action to be triggered when i am on another itemtype2 but itemtype1 is in a relationship. Currently im getting an error when i click that action from the relationship,
  • Not a single item

    I wrote down the following to get data from a relationship and insert it in an item type but unfortunately im having the following error I dont see an issue with my logic if someone can take a look i would really appreciate it. Not a single item …