From App-B, how to access DataTable(s) in App-A

Hello Friends:

I thought I understood this, but I don’t.

I’ll keep my question concise. :slight_smile:

In App-A I just created mytable.

Incidentally, the purpose of App-A is to store DataTables for other Apps to access, such as App-B. Therefore, in this example, a more apt name could be DataTable-App rather than App-A. But I digress.

What do I do to see and programmatically access mytable in App-B? I don’t see it in it’s DataTable area.

I had this working previously (or thought I did), but that may have been a residue of App cloning or something. Or perhaps I’m forgetting a step now that I’m revisiting this weeks later.

BTW: I can see the same Users table in App-A and App-B (i.e. updates to one is reflected in the other), but nothing else is shared between both. Maybe this only works for the Users table.

Thank you!

Although the example here

uses the Users table, sharing is not limited to just that table. Check out the example, and think about what details you’ll need to change, to adapt it to your needs.

2 Likes

Hi again @p.colbert Indeed. That was our conversation when I first broached this subject a few weeks ago. As far as the Users table goes, it continues to work well. It’s the other DataTables that I had problems with today.

But, Ohhhh, this is what happened…

Between then and now, something (I forget what) forced me to switch to the Beta IDE, and in that context it’s not possible to select DataTables in another App (you can’t even see them),… a gotcha pointed out by @hugetim in that same thread here.

Sigh! Thank you for reminding me about that thread!

2 Likes

You might be in the beta version? I don’t think the sharing tables mechanism is implemented yet, but you can just switch to the classic IDE and switch back.

Edit: I see you got it already :beers:

1 Like

Exactly. Our posts came one behind the other. LoL :grin: