Hello,
How do I optimize my app OnStart as I have 4 clearcollect coming from the same source?
Any inputs will be appreciated.
Solved! Go to Solution.
Use Concurrent function as::
Concurrent(
ClearCollect(MyTab1, ProductsNew1),
ClearCollect(MyTab2, ProductsNew2),
ClearCollect(MyTab3, ProductsNew3),
ClearCollect(MyTab4, ProductsNew4));
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Use Concurrent function as::
Concurrent(
ClearCollect(MyTab1, ProductsNew1),
ClearCollect(MyTab2, ProductsNew2),
ClearCollect(MyTab3, ProductsNew3),
ClearCollect(MyTab4, ProductsNew4));
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
194 | |
127 | |
88 | |
48 | |
42 |
User | Count |
---|---|
279 | |
162 | |
136 | |
81 | |
78 |