Browse By Tags

  • apply PE_createNewRevision from client method

    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…
  • 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 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,
  • Action for when Action is Added - v12

    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.
  • Action URL

    When and How to Use of Item Action & In Action Item type is URL?
  • Action on part itemtype

    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…
  • AML problem using action='update' (in order to modify an item without changing generation)

    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…
  • How can I pass additional event parameters in CUI elements?

    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…