UD GetByID across multiple companies

A few things to know. If you use Adapter, BO or UBAQ it will only be limited to the companies the User has access to.

You have a few options.

  1. You can do it via BPM (UD Table)
  2. UBAQ (Manual Code)
  3. UBAQ w/ BAQDataView (search the forums there are many BAQDataView examples)
  4. BO / Adapter using a Service Account to Impersonate New Session.
  5. Service Connect (kind of meant for cross-company updates)
  6. REST

Search the forums for BAQDataView, sounds a bit like that would be your canidate, because you can Bind it to a Grid if I recall.