Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. User Logs In: The user logs into the Benchmark Web Application.

  2. Access Judicial Viewer: The user navigates to the Judicial Viewer and opens a specific case.

  3. Check User Rights:

    • The system checks if the user has the "View Petitions" right by verifying it in the Rights.cs class.

    • It also checks the Court Type ID in tblCourtTypePresentation to ensure that the court type allows petitions.

  4. Display Petitions Section:

    • If the user has the necessary right and the court type supports petitions, the Petitions Area is displayed.

    • The Petitions section can be either collapsed or expanded depending on user settings.

...