Solved

WaDaCo Camera Functionality

  • 3 August 2020
  • 2 replies
  • 241 views

Userlevel 2
Badge +5

I was wondering if there’s an easy method to see which WaDaCo transactions allow you to set up the camera / photo attachment functionality? The “Camera Enabled” box is available in all configurations but I know it’s not actually usable in all of them so would be good to be able to know which ones have it and don’t without building and testing each different type of configuration.

icon

Best answer by Dario Zani 4 August 2020, 09:10

View original

2 replies

Userlevel 6
Badge +16

Hi,

Unfortunately its not visible from the configuration client except that you get an error if you try and enabled it for a process that don’t support camera.

The fastest way to find which processes supports it is if you are an administrator and have access to database and can write some sql select against our views, the you could try this select:

SELECT * FROM data_capture_process
WHERE camera_enabled_db = 'TRUE'

Or if you have access to the source code/files you could search for *.sql files where you can find process_camera_enabled_db_ and those files/transactions that have this set to true are the ones you are looking for.

I hope this helps you.

 

 

 

 

Userlevel 2
Badge +5

Hi Dario,

 

Thanks so much, that’s very useful!

 

Thanks,

Andy

Reply