hello,
My initial goal is to have a confirm pop up when using the action to create a new revision.(for parts)
I have an action that run a simple client method like this:
if(confirm("creation of new major revision")) {
//here i want to launch the…
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 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 think there should be an Action to update TOC and maybe tabs too, when an Action is added. Finding only hard refresh or log off/on makes new context menu actions show up - this goes for: Generic, ItemType, and Item actions.
Hi,
i need to set up a functionality upon on clicking Action in Part item, it should create three parts for me with three different X class values and three documents with three different X class values has to be create .
Example:
Action on…
Hi
I am facing a problem with an AML expression.
<AML> <Item action='update' type='myItem' where="[myItem]._title='myItemName' and [myItem].generation='1' "> <myItemProperty> <Item type="myItemProperty" action="get" select="id"> <keyed_name>myItemPropertyName…
Hi community,
does anybody know, if it´s possible to pass additional event parameters in CUI elements?
Example: I have three CUI menu buttons that do a more or less comparable job. The corresponding Methods just differ in a few lines of code. So I…