Newbies amanbolat Posted April 20, 2015 Newbies Posted April 20, 2015 Hello. I have an a solution with some web direct layyouts for my customer. In On Open file script, when customer enter the layout will create a global variable $$Loginname and after that on all layouts they should see only their records related to the $$Loginname. Right now i use a portal with filter Customer = $$Loginname. Question: What is faster? List view with script on enter that will find related records or portal with filter. Really the problem is that my customer have a big latency( because they live in Russia, and my server in China) and when they scroll portal there always an a processing bar in center of browser. Or you have other options? Thank you.
James Gill Posted April 22, 2015 Posted April 22, 2015 Unless you're dealing with relatively large found sets of data, the performance difference between a portal and a list view is going to be negligible. The biggest impact on performance is going to be un-stored calculation fields and your best bet to avoid having a processing bar on the screen when they scroll down a list would be to use as few of them as possible.
Newbies amanbolat Posted May 31, 2015 Author Newbies Posted May 31, 2015 Unless you're dealing with relatively large found sets of data, the performance difference between a portal and a list view is going to be negligible. The biggest impact on performance is going to be un-stored calculation fields and your best bet to avoid having a processing bar on the screen when they scroll down a list would be to use as few of them as possible. How can i do this process bar? I have some free solution where is a script with a process bar, but how can do it with loading records on list view?
Recommended Posts
This topic is 3716 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now