Hello
There is a module having Account list(30 list items) with balance line item.
Another module having 10 line items (which need to fetch data from 10 list items from Accounts list)
used select function to refer data(which is not a best practice)
[ex:balance from 1st module[select:list item]]
Is there any option other than using select function
Thanks
Tejaswini
Solved! Go to Solution.
Hi @tejaswini
Another workaround.
Create a System Module wherein you map the 10 lineitems with the 10 accounts.
Now while fetching data use LOOKUP by SYS module you have created.
Note :- You need to find a way to update these mappings in the system module dynamically. (Import action)
~ABhi
Hi @tejaswini
Another workaround.
Create a System Module wherein you map the 10 lineitems with the 10 accounts.
Now while fetching data use LOOKUP by SYS module you have created.
Note :- You need to find a way to update these mappings in the system module dynamically. (Import action)
~ABhi
Hi @abhi1017
Thanks for the suggestion
I have created system module with line item subset and mapped each line item with list.
Tejaswini
Great. Hope its working fine.
~ABhi