EL
I want to activate a task button depending on a property in the input document: In the filter-input in the workflow node properties Task Button tab I've put the following ID: PanMuntligOverlaggning_enable Then in Advanced Settings->Xml Extensions ...
0 votes
3 answers
1 comments
1526 views
Hello, I would like to use a simple EL expression in a Event Handlers in Studio. I would like something like : Document.Parent.primarytype==“Sujet” I tried different ways but nothing works… Can someone help me ? Thanks
0 votes
1 answers
0 comments
1135 views
Bonjour, Je voudrais utiliser le champ “Custom EL expression” dans un “Event Handler” afin de vérifier que le parent du document que je créé est de type “sujet”. Quelle est l'expression que je dois utiliser ? Je ne trouve pas comment faire dans la ...
0 votes
1 answers
1 comments
1342 views
It is used the formatW3CDateTime in a chain to assign a declared date to a document field: <operation id="Document.SetProperty"> <param type="serializable" ...
0 votes
0 answers
0 comments
2259 views
Hello, I am trying to set my tab activation so that it appears only for product having a specific field starting by a specific string. For example, I would like the tab to appear only when the dc:title starts with “Prod”, here is what I tried: ...
0 votes
1 answers
1 comments
1745 views
I m trying to build a content view that should either query a year field or fetch document created last year. Is there an equivalent in EL to a MVEL expression such as @{CurrentDate.years(1).format("yyyy")}
0 votes
0 answers
1 comments
1855 views