Solved

Adding WADACO camara functionality, adding photos to existing, new WADACO processes

  • 29 April 2021
  • 2 replies
  • 179 views

Badge +2

Hi,

a customer is asking, if through a modification the camera functionality and adding photos in WADACO Apps (Android, Apps 10 >= Update 8) can be implemented, if the functionality is not supported in the process. 

We do not know if client modifications are necessary or how this can be implemented.

Can such modifications be developed in a customer project on base of WADACO meta data and pl/sql implementations ?

Best Regards

Detlev

 

 

icon

Best answer by Dario Zani 29 April 2021, 13:58

View original

This topic has been closed for comments

2 replies

Userlevel 6
Badge +16

Hi Detlev,

 

It’s very easy to add it to a process that don’t support it yet. It’s all in the server code. You can check one of the processes that supports its, like Register Arrival.

The post script needs a change so that the process is camera enabled. You need to find a suitable object to store the pictures to when the session is executing/finished. Add some lines in the end of the execution method in the process to save all pictures that was taken during the session. Then just make sure that your object have been configurated to have media objects connected to it.

Badge +2

Hi Dario,

 

i checked the code for purchase order arrival. Thanks for the confirmation.

The server code there is very easy.

Best Regards
Detlev