Skip to main content
June 10, 2022
Solved

Site Usage CSV Action Tab meaning

  • June 10, 2022
  • 2 replies
  • 0 views

HI Team,

I am using the site_usage.csv to generate report for business. There is one "Action" tab which contains 

View Site Task Report
View Process Task Form
Submit Process Task Form
View Site Action Start Form
Submit Site Action Start Form
View Site Record List
View Site Report
View Site Record View
View Site Related Actions List
Site Record List Search

Can anyone translate this to layman terms which business can understand like which one stands as DB "transaction" and which one is "Read-only" OR anything meaningful. 

Thanks

Bihitak

    Best answer by stewart.burchell

    I would presume anything prefixed with "Submit" would be a transaction, and everything else (in your list, prefixed with "View" or suffixed with "Search") would be a read-only activity. Note that even if a Start Form is submitted there's no guarantee that anything actually changed, depending in the process model implementation.

    2 replies

    stewart.burchell
    June 10, 2022

    I would presume anything prefixed with "Submit" would be a transaction, and everything else (in your list, prefixed with "View" or suffixed with "Search") would be a read-only activity. Note that even if a Start Form is submitted there's no guarantee that anything actually changed, depending in the process model implementation.

    June 10, 2022

    Thanks