Hi,
as i work in healthcare, we need to log all action of user.
for this, i have create a new entity as out-of-box ActionHistoryLog. (with same field + other).
is there any solution for make "RecordHook" Global as a Global Hook avaible for all entity ?
i will too use :
https://github.com/espocrm/espocrm/issues/2718 Entity Manager custom parameters
So, i can select witch entity i will "log"
if (entity->customLog == true) then log. (i don't know actually if i can access so to this custom param !?)
With these question, i have a second :
i will make a report panel, and display as side panel in the entity, so assignedUser can see witch other user have do some action. (read...)
i have try with relation "children->to->parent", but the result as table in side panel is not as i will.
So my question is : do i need to create one->to->many relation will all entity i will "log" ?
And last question :
can we log, "downloaded" file.. is there a equivalent of "RecordHook" who capture "download/view inline browser" ?
Thanks
as i work in healthcare, we need to log all action of user.
for this, i have create a new entity as out-of-box ActionHistoryLog. (with same field + other).
is there any solution for make "RecordHook" Global as a Global Hook avaible for all entity ?
i will too use :
https://github.com/espocrm/espocrm/issues/2718 Entity Manager custom parameters
So, i can select witch entity i will "log"
if (entity->customLog == true) then log. (i don't know actually if i can access so to this custom param !?)
With these question, i have a second :
i will make a report panel, and display as side panel in the entity, so assignedUser can see witch other user have do some action. (read...)
i have try with relation "children->to->parent", but the result as table in side panel is not as i will.
So my question is : do i need to create one->to->many relation will all entity i will "log" ?
And last question :
can we log, "downloaded" file.. is there a equivalent of "RecordHook" who capture "download/view inline browser" ?
Thanks
Comment