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