1
0
-1

Dear all,

I would like to use Joget for both my admin work, finance, sales, ...etc. In most cases,, information is to be shared . So I wanted to know if by creating an app called "Sales App", I can access datalist like "customers" which is defined in another App say " Admin App" ?

Is it more recommanded to create all in one single place otherwise?

 

Thank you for your help Hakem,

 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Thank you ! in the case of your suggestion:  How would we be able to make a form in "App Sales" be able to view data in table that is in app "Admin App" ?

       

      1. Ashutosh Tripathi

        You just have to make a form in "App Sales" & bind it to the table of the form from "Admin App". Now when both the forms have elements of the same ID, you'd be able to access the data. But in doing so, you should be careful to avoid inconsistencies in form submissions from both the applications. Thank, Ashutosh Tripathi

      CommentAdd your comment...
    2.  
      1
      0
      -1

      Good question. You should separate them so that it won't grow out of control.

      If you need to access other app's data, create the same equalvalent form so that you can access the data created elsewhere.

        CommentAdd your comment...