Leave a comment at the end of this page or email contact@krishagni.com
Hide Activity Pane
Note: Audit pane is removed from left. Click on More > Audit to view audit. Code for the show/hide activity is no longer supported from v11. x onwards
When the visit/specimen overview pages have many fields configured, you need to scroll through the fields to view the data. On the right side of the visit/specimen overview page, there is an activity pane that includes the audit log and visit/specimens events.
By default, the visit/specimen activity pane will be displayed on all the visit/specimen pages with a 'Hide Events' button. You can hide the specimen and visit activity pane to expand the visit/specimen details.
The code has to be configured in workflow JSON in the "common" section.
If you wish to view the events, click on the 'Show Activity' button.
{
"name": "common",
"data": {
"showSpmnActivity": false, // Hides specimen activity pane
"showVisitActivity": false // Hides visit activity pane
}
}Visit overview page:
Specimen overview page:
Example JSON
Leave a comment at the end of this page or email contact@krishagni.com