HI,
is it possible to use a "Temporary table" in a table relation in Business central ?
Thanks,
Nishan
HI,
is it possible to use a "Temporary table" in a table relation in Business central ?
Thanks,
Nishan
Hi, In this case I recommend using Onlookup Trigger.
Before using Page.RunModal() Method, insert some data you need into the temporary table.
Hope this will help.
Thanks.
ZHU
Not unless you do it in the same database transaction where you put data in the temp table.
And that is something you can only do in code. In the user inferface you would not be able to use a temp table for relations.
Data in temp tables exists only in memory during the span of your transaction.
André Arnaud de Cal...
293,280
Super User 2025 Season 1
Martin Dráb
232,034
Most Valuable Professional
nmaenpaa
101,156
Moderator