1
0
-1

I noticed that if in a form there are two fields called appId and appVersion, even if their default value is left empty, on submit they are automatically associated respectively to application id and application version.

I was wondering if there is a list of field names that are automatically associated to a value (e.g. is there the possibility to retrieve the application context in a similar way?)

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, that's a good find, I am not aware of any such published list. What do you mean by "retrieve the application context"? With the appId and appVersion you should be able to retrieve the related app record and related data from the database if required.

      1. Roberto Larcher

        I would like to also have the path where the uploaded files are stored. In my case the folder is: /opt/joget/wflow/app_formuploads. I don't know if application context is the right word.

      CommentAdd your comment...