user_actions


Related Questions
I would like to restrict the available types on a new document creation inside a workspace. Using studio I restricted the Accepted Children Types for the Workspace type in Content Model\Documents section Anyway I still have some entries like ...
  0 votes
  1 answers
  2 comments
  1951 views

The definition of the immediate check box in User Actions is: Immediate Change this value if you'd like the action to be executed without validating the enclosing form. I've found: If the immediate box is checked in a user action. Data is entered on ...
  1 votes
  0 answers
  1 comments
  1574 views

Almost everything is in the title : the UpdateProperty part of my automation chain : ... individu_bx4:nom=@{CurrentUser["lastName"]} dc:title=@{CurrentUser["lastName"]} @{CurrentUser["firstName"]} Using a button in the edit form, my document is ...
  0 votes
  1 answers
  5 comments
  2652 views

I have the following custom EL expression in a user Action: ${layoutValue.currentLifeCycleState != 'SupRequest1' && layoutValue.currentLifeCycleState != 'SupRequest2' && layoutValue.currentLifeCycleState != 'Pause'} I have two ...
  0 votes
  3 answers
  2 comments
  2994 views

I can use the Current document has life cycle to filter by life cycle, and even use a comma separated list (OR) to filter for multiple life cycles. Question: Is there a NOT function? I have many (50-100) life cycle states I need to pass and only one ...
  0 votes
  1 answers
  2 comments
  2646 views