/
Hide Activity Pane
Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Hide Activity Pane

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

Related content

Customize Screens (JSON)
Customize Screens (JSON)
More like this
Hiding one of the label field while collecting unplanned specimen
Hiding one of the label field while collecting unplanned specimen
Read with this
Create visits
Create visits
More like this
Calculated Fields on Overview Page
Calculated Fields on Overview Page
Read with this
Configure Specimen Collection Page (nth Step)
Configure Specimen Collection Page (nth Step)
More like this
List View Configuration
List View Configuration
Read with this
Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com