Domanda

è possibile scoprire se un oggetto è stato "approvato" in passato Sebbene lo stato dell'oggetto sia ora "in sospeso"?

Ho provato questa query caml, ma non funziona:

<Where><IsNotNull><FieldRef Name='PublishingStartDate'/></IsNotNull></Where>
.

Ho anche provato a filtrare dal campo "_level" o "_UIVERSION", ma tutto ciò che non ha prodotto il risultato desiderato.

È stato utile?

Soluzione

SP Doesn't search historical versions in any out of the box setups that I'm aware of. SP limits the searching capabilities to published versions. There are third party tools that do this however.

If you wanted to have this information going forward, you could set up a Yes/No Field with a Approved?" as the label - and make it hidden on new forms. Have a workflow set it to "yes" when Status = Approved. Because it's hidden on new forms users won't be able to change it. Then it's searchable and sortable.

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