આસપાસ KPI સમસ્યા કામ કરવા માટે હું અહીં વિશે લખ્યું, I did some testing and discovered that KPI’s work against folders with meta data in the same way that they work against documents or list items. I proved it out by creating a new content type based on the folder content type and then added a few fields. I created some indicators and proved to myself that KPIs work as expected. This was welcome news. It’s not perfect, because the drill-down you get from the KPI against the folders is not exactly what you want. This isn’t too much a drawback in my case because 1) ઓવરને વપરાશકર્તાઓ કોઈપણ સારી અને ખબર નથી 2) the drill-down goes to a folder. They click the folder name and they are at the item. It’s two clicks instead of one, જે વિશ્વમાં ઓવરને નથી.
This flowed nicely with the work I was doing. I am creating a folder for every document that gets uploaded. This is done via an event receiver. પરિણામે, તે રાખવા કેક ભાગ છે પિતૃ ફોલ્ડર માતાનો meta data in sync with the KPI-driven meta data from the file itself since the plumbing is already in place. આ મારી KPI માતાનો હોય છે અને તેમને ખૂબ ખાય પરવાનગી આપે છે મને 🙂
I modified the event receiver to add the folder and then set this new folder’s content type to my custom KPI-friendly content type. This bit of code did the trick:
SPFolderCollection srcFolders = targetWeb.GetFolder("Documents").SubFolders; SPFolder ઉમેરી ફોલ્ડર = srcFolders.Add(properties.ListItem.ID.ToString());
SPContentTypeId kpiCT = નવું SPContentTypeId("0x0120002A666CAA9176DC4AA8CBAA9DC6B4039F"); addedFolder.Item["Content Type ID"] = kpiCT; addedFolder.Item.Update();
વાસ્તવિક સામગ્રી પ્રકાર ને શોધવામાં, હું પ્રમાણે સાઇટ સેટિંગ્સ અને નકલ મારફતે સામગ્રી પ્રકાર / URL ને તેને પેસ્ટ કે ઍક્સેસ:
</અંત>
મારા બ્લોગ પર સબ્સ્ક્રાઇબ કરો!