Hi,
Except if I'm mistaken, unit of measure cannot be setup at system level and by default the value is "fte".
As "fte" is not convenient in our company (its "day" in our case), everytime a new user is created, it's necessary that user change manually this setting via the web app (Hi User -> Settings -> General).
I would like to have this operation automatically performed when a user is created.
Do you have any idea on how to proceed ?
So far, the only workaround I can imagine consist in inserting a row into the database table cmn_ui_personalizations as following:
- USER_ID : <user id of the resource>
- COMPONENT : general
- PERSONALIZATIONS : {"units":"days"}
I'm looking for a smarter solution/workaround
------------------------------
Patrick
------------------------------