Skip to main content

I can't seem to figure the answer to this out on my own...if there even is a correct answer.

 

I have a smartform rule in my form that basically updates each selected item on a list view.  

 

What will get the job done faster....? using a View method or a SmartObject method?  

 

Discuss.

 

Thanks,

rob

 

 

 

 

Hello,


 


To answer your question, it would depend on what you are with the method. If you’re using the method to only grab a little bit of data from the SmartObject, this should be faster as it doesn’t need to load all the data. Though if you’re looking to load all the information, but only display certain values at a time, then the View Method would be your best bet.


Reply