Versions Compared

Key

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

Problem

You get a runtime error on mobile with an error message from Business Central.

...

Step 4.2: Use "Code Coverage" to identify Partner customization

Go to the "Code Coverage" -page.

  1. Select "Start"
  2. Provoke the Error/Issue
  3. Select "Stop"
  4. Inspect the result for non-base object IDs e.g. 50100 

    Note: Mobile WMS objects are numbered 6181000-6182250, so ignore them

Step 4.3: Use "Event Subscriptions" to identify Partner customization

Go to the "Event Subscriptions" by adding ?page=9510 to your URL.

Example: https://businesscentral.dynamics.com/TenantID/SandboxOrProd/?page=9510

Example with filters: https://businesscentral.dynamics.com/TenantID/SandboxOrProd/?page=9510&filter='Publisher Object ID' IS '6181000..6182250' AND 'Subscriber Codeunit ID' IS '<6181000|>6182250'

Step 5: Do you have the correct User Permissions?

...