You are here: Case management > Configuring case-type behavior > Customizing the display logic for geolocation > Disabling geolocation tracking

Disabling geolocation tracking

Disable geolocation tracking in a case type when the location of a case worker is not required in the audit trail of a case.

  1. In the explorer panel of Designer Studio, click Cases and then click the name of a case type.

  2. Click the Settings tab.

  3. Click General.

  4. Clear the Enable geolocation tracking check box.

  5. Click Save.

Tip: To disable geolocation tracking in all case types, delete all instances of pyGeolocationTrackingIsEnabled in your application. At run time, the @baseclass.pyGeolocationTrackingIsEnabled version is evaluated which always returns a false value.