Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
When the visit/specimen tree has many fields configured, user needs 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 , so that to expand the visit/specimen details box is expanded. 


Below
Info
  • The code has to be configured in workflow JSON in the
new section
  • "common" section.
  • If you wish to view the events, click on the 'Show Activity' button.


Code Block
{
  "name": "common",
  "data": {
  "showSpmnActivity": false, // Hides specimen activity pane
  "showVisitActivity": false // Hides visit activity pane
  }
}


The visit activity section hiddenVisit overview page:

The specimen activity section hidden


Specimen overview page:
If you wish to view the events, click on the 'Show Activity' button:
Image Removed

Example JSON

...