Hello, I was wondering what was your best practices dealing with sharepoint/microsoft lists.
I have an application that uses about 6 lists, and I want to do another one that will use about a dozen~

Hello, I was wondering what was your best practices dealing with sharepoint/microsoft lists.
I have an application that uses about 6 lists, and I want to do another one that will use about a dozen~
use custom views that only pull in the list fields you absolutely need. Avoid lookup columns if possible.
Read about delegation.