Creating a new view or using unnecessary data?
Hi. I have a view made and used that returns 15 data fields to me. This view is already in use on the system in many places:
Now I need to return 4 data fields that this view has. And the question is, will it be more optimal to use this ready view and remap only the necessary fields, or to create a new view only for these 4 data?
And would the following usage be correct and optimal?
0 Replies