Automation chain working with user actions not with event handlers
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 updated.
Triggering it using the “about to create” event does not change anything
Triggering it using the “document created” event updates all attributes but the title.
Any idea ?
0 votes
1 answers
2726 views
this not a hot reload issue.
The instance is 5.4.2 HF 23 running on CentOS
The current user does have a first and last name : actually, it's working fine using a button in the edit form
the automation chain :
the user_suggestion widget is used to fill the title of the document
Login as Administrator grant permission to @{Document.getProperty("dc:title")}
Login as @{Document.getProperty("dc:title")} Update properties
all fields are correctly updated but the title