Question

mwo Database Viewer

  • 29 August 2020
  • 1 reply
  • 88 views

Userlevel 5
Badge +14

I have enabled sync trace for my mobile user with database viewer on and I'm using mWorkOrder 3.14 in Apps9 on an iPad. How can i view that local db from an apple device? I am familiar with Android and windows but i can't seem to figure out how to see it from an iOS device. 

 

Also, does anyone here know the logic IFS uses to generate a device id?

 

Thanks


1 reply

Userlevel 7
Badge +21

ctaylor56,

I can't see a reason why you want to see what is the content of the local DB.

From MOBILE_DEVICE_API (IFS10, but I take it that is the same in IFS9) I learn: 

newrec_.device_id := mobile_device_seq.nextval;

This means that the device id  is derived via sequence: mobile_device_seq

Hope that helps.

Reply