Domanda

Ho dati che possono passare attraverso diverse fasi, durante le quali avrà campi e campi comuni che vengono utilizzati solo su stadi specifici.

Se io ioAvere questi campi: CommenField1, CommenField2, StageA1, StageA2, StageB1, StageB2

Potrebbero essere esistono due liste individuali, cioè A e B come così:

    .
  • A = CommenField1, CommenField2, StageA1, StageA2
  • B = CommenField1, CommenField2, StageB1, StageB2

    o come elenco singolo più grande con tutti i campi e con viste che mostrano gli stessi campi degli elenchi A e B.

    Qual è la scelta comune tra le due opzioni e quali sono i pro / contro tra loro?

È stato utile?

Soluzione

Actually, I had the same question with you. First, I did it using 7 lists first, like using database tables :) I tried to do all needings through workflows. But it really disappointed me :( I had so many synchronization problems. So i changed the architecture to use one big list and now we are using it. It is working now on production and I have just a few problems but not big deals.

Thus, I hardly recommend that use one big list with multiple views. Also you can use InfoPath to customize your forms.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top