వర్గం ఆర్కైవ్స్: SharePoint అభివృద్ధి

సాధారణ వివరణ: “విలువ అంచనా పరిధిలో వస్తాయి లేదు.”

UPDATE: An anonymous poster left a great comment about internal names. Be sure to read it.

ఈవెంట్ రిసీవర్లు మరియు ఇతర కోడ్ పనిచేసేటప్పుడు ఆబ్జెక్ట్ మోడల్ ద్వారా సూచనలు SharePoint జాబితా అంశాలు, నేను తరచుగా పని ఈ దోషాన్ని ఆ తప్పులు:

Xyzzy లోపం లోడ్ మరియు పరుగు పందెం రిసీవర్ Conchango.xyzzyEventReceiver, సంచిక = మాత్రం దానిని 1.0.0.0, సంస్కృతి = తటస్థ, PublicKeyToken = 0dc50a750396c3ac. Additional information is below. : Value does not fall within the expected range.

I think this is a fairly generic error that is potentially caused many different ways. అయితే, one simple explanation is that I’m referencing a field incorrectly. If the name of the field is "Due Date", నేను కార్యక్రమం రిసీవర్ ఈ వంటి అది సూచిస్తుంది:

properties.ListItem["Due Date"]

రంగంలో సూచిస్తూ నేను తప్పు కేసు misspell లేదా ఉపయోగించినప్పుడు, SharePoint generates the above mentioned runtime error. ఉదాహరణకు, ఈ తప్పు:

properties.ListItem["due Date"]

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

Technorati టాగ్లు:

తొందరగా & సులభమైన: ఒక ఫోల్డర్ని సృష్టించి, ఒక కంటెంట్ రకం అప్పగించుము (లేక, మీ KPIs మరియు మరీ ఈట్)

In order to work around a KPI problem I wrote about here, 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) the end users don’t know any better and 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, which isn’t the end of the world.

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. ఫలితంగా, it’s a piece of cake to keep the parent folder’s 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 addedFolder = srcFolders.Add(properties.ListItem.ID.ToString());
  SPContentTypeId kpiCT = కొత్త SPContentTypeId("0x0120002A666CAA9176DC4AA8CBAA9DC6B4039F");
  addedFolder.Item["Content Type ID"] = kpiCT;
  addedFolder.Item.Update();

To locate the actual Content Type ID, I accessed that content type via site settings and copy/pasted it from the URL as shown:

ప్రతిమ

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్!

Technorati టాగ్లు: ,

త్వరిత మరియు సులువు: ఒక ఈవెంట్ స్వీకర్త ఒక SPListItem యొక్క SPFolder పొందండి

నేను దానిని అంగీకరించాలి ద్వేషం, but I struggled with this one all day. My event receiver needs to update a field of its parent folder. This little bit shows how to do it:

ప్రైవేట్ రద్దు UpdateParentFolder(SPItemEventProperties లక్షణాలు)
{

SPFolder thisItemFolder = properties.ListItem.File.ParentFolder;
thisItemFolder.Item["ZZ Approval Status"] = "Good news, ప్రతి ఒక్క!";
thisItemFolder.Item.Update();


} // UpdateParentFolder

ఈ సందర్భంలో, నేను ఒక పత్రాన్ని లైబ్రరీ తో పని చేస్తున్నాను మరియు లక్షణాలు ఒక ItemAdded ఈవెంట్ నుండి వస్తున్నాయో.

ట్రిక్ అంశం నుండే నేరుగా అంశం SPFolder పొందలేము ఉంది (ఉదా. properties.ListItem.Folder శూన్య ఉంది). అందుకు బదులుగా, జాబితా అంశం సంబంధం ఫైలు వెళ్లి ఫైలు యొక్క ఫోల్డర్ పొందుటకు.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్!

Technorati టాగ్లు:

ఇంకా మరొక ఈవెంట్ స్వీకర్త డీబగ్ ట్రిక్

I’m sure I’m not the first person to come up with this. అయితే, I haven’t noticed anyone publish a trick like this since I started paying close attention to the community last July. ఈ విధంగా, నేను ఈ త్వరితంగా మరియు సులభంగా డీబగ్ చిట్కా పోస్ట్ ఇష్టం ఆలోచన.

I’m working on an event receiver that started to generate this error in the 12 అందులో నివశించే తేనెటీగలు:

Xyzzy లోపం లోడ్ మరియు పరుగు పందెం రిసీవర్ Conchango.xyzzyEventReceiver, సంచిక = మాత్రం దానిని 1.0.0.0, సంస్కృతి = తటస్థ, PublicKeyToken=blahbalhbalh. Additional information is below. : ఆబ్జెక్ట్ సూచన ఒక వస్తువు యొక్క సందర్భానికి సెట్ కాదు.

I didn’t know where I had introduced this bug because I had done too many things in one of my code/deploy/test cycles.

I tried this solution to get my pdb in there with hopes that SharePoint’s 12 hive would show the stack trace, but no luck. I don’t know if it’s possible and if someone does, నాకు తెలపండి 🙂

I know it’s possible to write your own log messages to the 12 అందులో నివశించే తేనెటీగలు. Frankly, I wanted something a little less scary and quicker to implement.

It occurred to me that I could at least get some basic trace information by catching and re-throwing generic exceptions like this:

  ప్రయత్నించండి {
    UpdateEditionDate(లక్షణాలు);
  }
  పట్టుకొను (మినహాయింపు e)
  {
    రువ్వు కొత్త మినహాయింపు("Dispatcher, UpdateEditionDate(): మినహాయింపు: [" + e.ToString() + "].");
  }

This showed up in the 12 hive thusly:

Xyzzy లోపం లోడ్ మరియు పరుగు పందెం రిసీవర్ Conchango.xyzzyEventReceiver, సంచిక = మాత్రం దానిని 1.0.0.0, సంస్కృతి = తటస్థ, PublicKeyToken=blahblahblah. Additional information is below. : పంపిణీదారుకు, UpdateEditionDate(): మినహాయింపు: [System.NullReferenceException: ఆబ్జెక్ట్ సూచన ఒక వస్తువు యొక్క సందర్భానికి సెట్ కాదు. at Conchango.xyzzyManagementEventReceiver.UpdateEditionDate(SPItemEventProperties లక్షణాలు) at Conchango.xyzzyManagementEventReceiver.Dispatcher(SPItemEventProperties లక్షణాలు, String eventDescription)].

That gave me all the detail I needed to track down that particular problem and I expect to use it a lot going forward.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్!

పరిష్కారము: SPQuery ఫోల్డర్లు శోధించండి లేదు

This past week I was implementing an "evolving" solution for a client that uses BDC and SPQuery and ran into some difficulty using SPQuery against a document library containing folders. బాటమ్ లైన్: assign "recursive" ప్రశ్న దృష్టిలో లక్షణం కు.

నా దృష్టాంతంలో:

  • సోమవారం, నేను ఒక పత్రాన్ని అప్లోడ్ మరియు కొన్ని మెటా డేటా సరఫరా.
  • కింది వారం, I upload a new document. Much of this new document’s meta data is based on the document I uploaded on Monday (which we call the "master document").
  • వినియోగదారులు సులభంగా ఒక శీర్షిక శోధన ద్వారా ఆ సోమవారం పత్రాన్ని గుర్తించడం విధంగా మేము జాబితాకు ఒక BDC అనుకూలమైన ఇంటర్ఫేస్ అందించే వెబ్ సేవ ముఖభాగం సృష్టించాను.
  • A BDC data column provides a friendly user interface. (ఈ మరింత స్నేహపూర్వక శోధన కాలమ్ BDC ఉపయోగించి నా ప్రయత్నం భాగం).

చివరి BDC ముఖభాగం సేవ శోధన చేయాలని ఈ వంటి ఒక ప్రశ్నను ఉపయోగిస్తుంది:

 // ఈ Caml ప్రశ్న ఉత్పత్తి సహాయపడటానికి ఉపయోగించవచ్చు U2U సాధనం.
      oQuery.Query =
        "<పేరు>";

      అయితే (titleFilter.Length > 0)
        oQuery.Query   =
          "  <మరియు>";

      oQuery.Query   =
        "    <మరియు>" +
        "      <Geq>" +
        "        <FieldRef Name=\"DocumentId\" />" +
        "        <Value Type=\"Text\">" + MinID + "</విలువ>" +
        "      </Geq>" +
        "      <Leq>" +
        "        <FieldRef Name=\"DocumentId\" />" +
        "        <Value Type=\"Text\">" + maxId + "</విలువ>" +
        "      </Leq>" +
        "    </మరియు>";

      అయితే (titleFilter.Length > 0)
        oQuery.Query   =
          "    <కలిగి>" +
          "      <FieldRef Name=\"Title\" />" +
          "      <Value Type=\"Text\">" + titleFilter + "</విలువ>" +
          "    </కలిగి>" +
          "  </మరియు>";
      oQuery.Query   =
        "</పేరు>";

అభివృద్ధి ప్రారంభ దశలో, this worked great. అయితే, మేము హఠాత్తుగా కొన్ని సమస్యలను పరిష్కరించటానికి మరియు డైరెక్టరీ లోకి ఫోల్డర్లను పరిచయం, my BDC picker wouldn’t return any results. I tracked this down to the fact that the SPQuery would never return any results. We used folders primarily to allow multiple files with the same name to be uploaded but with different meta data. When the file is uploaded, మేము జాబితా అంశం ID ఆధారంగా ఒక ఫోల్డర్ని సృష్టించడం మరియు తరువాత ఫైలు తరలించడానికి (నేను ఆ గురించి రాశాడు ఇక్కడ; మేము కలిగి చేసిన మిశ్రమ ఫలితాలు ఈ విధానం కానీ మొత్తం మీద, ఇది బాగా పనిచేస్తోందని). The user don’t care about folders and in fact, don’t really understand that there are any folders. We have configured all the views on the library to show items without regard to folders.

I hit this problem twice as the technical implementation evolved and solved it differently each time. The first time, I wasn’t using the CONTAINS operator in the query. Without a CONTAINS operator, I was able to solve the problem by specifying the view on the SPQuery’s contructor. Instead of using the default constructor:

SPList oList = web.Lists["Documents"];

SPQuery oQuery = కొత్త SPQuery();

నేను బదులుగా వీక్షణ పేర్కొన్న ఒక తయారీదారు ఉపయోగిస్తారు:

SPList oList = web.Lists["Documents"];

SPQuery oQuery = కొత్త SPQuery(oList.Views["All Documents"]);

ఆ సమస్య పరిష్కారమైంది మరియు నేను నా ఫలితాలను పొందడానికి ప్రారంభించారు.

I then added the CONTAINS operator into the mix and it broke again. It turns out that the CONTAINS operator, ఇప్పటివరకు నేను తెలియజేయవచ్చు గా, ఒక సరళమైన GEQ వలె అదే మార్గంలో పని లేదు / LEQ operators. I did some searching and learned that the query’s ViewAttributes should be set to "Recursive", లో:

oQuery.ViewAttributes = "Scope=\"Recursive\"";

That solved the problem for CONTAINS. నిజానికి, ఈ కూడా నా అసలు శోధన సమస్య పరిష్కారమైంది మరియు నేను పునరావృత గుణం మొదటిసారి పేర్కొన్న ఉంటే, నేను మళ్ళీ సమస్య లోకి అమలు కాదు.

వీక్షణకు ఆధారిత SPQuery కొన్ని ఆపరేటర్ల కొరకు పనిచేస్తుంది వాస్తవం (GEQ/LEQ) మరియు ఇతరులు (కలిగి), KPIs ఫోల్డర్ కలిగిన పత్రం గ్రంధాలయాలు అన్ని వద్ద పని కనిపించడం లేదు వాస్తవం తోడైన నాకు ఆ SPQuery కొన్ని ఆర్తోగోనాలిటి సమస్యలు ఉన్నాయి నమ్ముతారు.

ప్రత్యేక ధన్యవాదాలు:

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్!

MOSS KPI బగ్? జాబితా సూచిక ఫోల్డర్ల డాక్యుమెంట్ లైబ్రరీ ముడిపడివుంది

UPDATE 02/29/08: I solved this problem by creating a folder and then assigning a content type to the folder which has the meta data I need for the KPIs. I described that in a little more detail here.

We have implemented a technical solution where users upload documents to a document library. An event receiver creates a directory and moves the file to that directory (నేను వ్రాసాడని పోలి ఒక పద్ధతిని ఉపయోగించి ఇక్కడ). We’ve successfully navigated around the potential issues caused by event receivers that rename uploaded files (mainly because users never start their document by clicking on "New" కానీ బదులుగా స్థానికంగా పత్రాన్ని సృష్టించడానికి మరియు తరువాత వాటిని అప్లోడ్).

The meta data for these documents includes a Yes/No site column called "Urgent" and another site column called "Status". We need to meet a business requirement that shows the percentage of "Urgent" documents whose status is "Pending".

దీన్ని సాధారణంగా సులభం and I described something very much like this at the SharePoint Beagle with lots of screen shots if you’re interested.

In a nutshell, నేను ఈ క్రింది చేసింది:

  • Create a view on the doc library called "Pending".
  • Configure the view to ignore folder structure.
  • Create a KPI List.
  • Create an indicator in the list that points to the doc lib and that "Pending" వీక్షించడానికి.

This simply does not work. The KPI shows my target (ఉదాహరణకు. five urgent documents) but always shows the actual number of urgent documents as zero. Paradoxically, if you drill down to the details, it shows the five urgent documents in the list. I created a very simple scenario with two documents, one in a folder and one not. Here is the screen shot:

ప్రతిమ

The above screen shot clearly shows there are two documents in the view but the "value" is one. The "CamlSchema" with blank document Id is in the root folder and the other is in a folder named "84".

ఇది అయినప్పటికీ మీరు ఒక అభిప్రాయం పేర్కొనే నాకు కనిపిస్తుంది, the KPI doesn’t honor the "show all items without folders" సెట్ మరియు బదులుగా, మూల ఫోల్డర్కు పరిమితుల్లో కూడా.

నేను తప్పు అని ఉంటే, నాకు ఒక లైన్ డ్రాప్ లేదా ఒక వ్యాఖ్యను దయచేసి.

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్!

Technorati టాగ్లు:

సమస్య పరిష్కారం: “FileNotFoundException” నా ఫీచర్ స్వీకర్త తో.

I was working on a feature last week that would add some event receivers to a specific list instance. (నేను ఇక్కడ ఆ జాబితా రిసీవర్ గురించి ఒక బిట్ బ్లాగు).

కమాండ్ లైన్ ఉపయోగించి, నాకు తప్పు ఫీచర్ ఇన్స్టాల్ కాలేదు (కానీ రహస్య లోపం కోసం క్రింద చూడండి). When I tried to deploy the feature on the site, MOSS complained of a "FileNotFoundException" తప్పు. This blog entry describes how I solved it.

ఈ MOSS వెబ్ బ్రౌజర్ లో నన్ను చూపించారు లోపం ఉంది:

Feature ‘b2cb42e3-4f0a-4380-aaba-1ef9cd526f20’ could not be installed because the loading of event receiver assembly "xyzzyFeatureReceiver_0" విఫలమైంది: System.IO.FileNotFoundException: Could not load file or assembly ‘xyzzyFeatureReceiver_0’ దాని మీద ఆధారపడటం లేదా ఒక. సిస్టమ్ పేర్కొన్న ఫైలు దొరకలేదా.
ఫైల్ పేరు: ‘xyzzyFeatureReceiver_0’
at System.Reflection.Assembly.nLoad(పేరు AssemblyName, స్ట్రింగ్ కోడ్బేస్, ఎవిడెన్స్ assemblySecurity, అసెంబ్లీ locationHint, StackCrawlMark& మట్టి స్టేక్, బూలియన్ throwOnFileNotFound, బూలియన్ forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyRef AssemblyName, ఎవిడెన్స్ assemblySecurity, StackCrawlMark& మట్టి స్టేక్, బూలియన్ forIntrospection)
at System.Reflection.Assembly.InternalLoad(స్ట్రింగ్ assemblyString, ఎవిడెన్స్ assemblySecurity, StackCrawlMark& మట్టి స్టేక్, బూలియన్ forIntrospection)
at System.Reflection.Assembly.Load(స్ట్రింగ్ assemblyString)
at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject()
WRN: అసెంబ్లీ బైండింగ్ లాగింగ్ ఆపివేయబడింది.
అసెంబ్లీ bind వైఫల్యం ఎనేబుల్ కు, సెప్టెంబర్ రిజిస్ట్రీ విలువ [HKLM సాఫ్ట్వేర్ మైక్రోసాఫ్ట్ Fusion!EnableLog] (DWORD) కు 1.
గుర్తు: అసెంబ్లీ bind వైఫల్యం లాగింగ్ సంబంధం కొన్ని పనితీరు పెనాల్టీ ఉంది.
ఈ లక్షణాన్ని ఆఫ్ చేయండి, నమోదు విలువ తొలగించండి [HKLM సాఫ్ట్వేర్ మైక్రోసాఫ్ట్ Fusion!EnableLog].

Windows SharePoint సేవలు సమస్యలను.

నేను ఉద్దేశపూర్వకంగా thatâ లోపం కారణం ఎలా: don’t install the assembly in the GAC. కాని, it was in the GAC. I normally install assemblies into the GAC by dragging them into the c:\windows\assembly folder using windows explorer. I’ve never felt 100% నేను ఎప్పుడూ gacutil ఒక కారణం కోసం ఉనికిలో అనుకున్నాడు సౌకర్యవంతమైన ఆ చేయడం … so I tried that. It made no difference.

నేను ఇంటర్నెట్ల శోధించిన మరియు ఈ పోస్ట్ దొరకలేదు: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2243677&SiteID=1

పోస్టర్ కోడ్ ఇదే మూలం బిట్ ఉపయోగించి సంభవించింది (ఈ జాబితా నుండి ఇన్సైడ్ WSS పుస్తకం నుండి) so that was a hopeful sign. అయితే, ఒక తో అలంకరణ అసెంబ్లీ సలహా [సభ: ] directive didn’t make sense to me. I tried it anyway and I was right. It made no difference.

Then I noticed that my class definition was not public. I made it public and that made no difference.

తర్వాత, I went to the trouble of enabling the "assembly bind failure log" (అందించిన ఉపయోగపడిందా మరియు ఖచ్చితమైన ఆదేశాలను పాటిస్తూ) and this is where things started to get interesting. That log shows me that the runtime is searching everywhere on that server for my assembly. It even appears to be searching for it in my medicine cabinet. కాని … ఇది GAC లో కోసం అన్వేషణ కాదు.

I put on my winter jacket and go searching the Internets again and find that someone has had this problem too. The lengthy discussion in that posting peters off into nothing and I can’t find a solution.

I move my assembly into one of the places the log claims it’s searching and I make a little more progress. I’m rewarded with a new error in the browser when I try to activate the feature:

Failed to create feature receiver object from assembly "xyzzyFeatureReceiver_0", type "Conchango.xyzzyFeatureReceiver" ఫీచర్ కోసం b2cb42e3-4f0a-4380-aaba-1ef9cd526f20: System.ArgumentNullException: విలువ శూన్య ఉండకూడదు.
పారామితి పేరు: రకము
at System.Activator.CreateInstance(రకం రకం, ప్రజలకు బూలియన్)
at System.Activator.CreateInstance(రకం రకం)
at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject()

Windows SharePoint సేవలు సమస్యలను.

ఇంటర్నెట్ల ఒక గత ట్రిప్ కోసం సమయం!

నేను కనుగొనేందుకు ఈ సమయం, ఊహించి తగినంత, that MOSS issues this error because the assembly is not in GAC.

నేను ఈ యొక్క ఏదో పాజిటివ్ పొందుటకు మరియు నేను సృష్టించిన కొద్దిగా గర్వపడేందుకు ప్రయత్నించండి అనుకుంటున్నారా MSIL శాసనసభల ఫ్యుజిటివ్, but it’s not working. I’m just plain annoyed. I find myself muttering "chicken or the egg" నా ఊపిరి కింద.

I finally decide to punt. I create an entirely new project and copy/paste the code from the incredible-cloaked-from-the-GAC-assembly non-working project over to this new project. (I look for a build flag called something like "hide from assembly binding if installed in the GAC" కానీ ఒక దొరకలేదా).

నేను ఫీచర్ ఇన్స్టాల్ మరియు సక్రియం మరియు … ఇది పనిచేస్తుంది! ఈ విధంగా, ఆ తర్వాత, I had to basically ‘reboot’ my project. ఈ నేను కంప్యూటర్లు ద్వేషిస్తున్నారు మరొక కారణం.

I did learn something useful from this. I had been installing features using the stsadm command line all day long and been using the "-force" option out of habit. కొన్ని కారణాల కోసం, I did not use the -force option when I installed the new project. ఈ సమయం, నేను నిజానికి, truly forget to copy this new project’s assembly into the GAC. ఫలితంగా, I received that "FielNotFoundException" తప్పు. ఈ సమయం, నేను stsadm నుండి వచ్చింది, not when I tried to activate the feature via the web browser. ఈ విధంగా, -force actually plays two roles. It allows you to re-install an existing feature. It also allows you to install a buggy feature that cannot work at runtime by suppressing the error. It probably says as much in the help somewhere but I never noticed it.

</చివర>

తొందరగా & సులభమైన: ఒక ఈవెంట్ స్వీకర్త ద్వారా SharePoint ఆబ్జెక్ట్ మోడల్ ఉపయోగించి అప్లోడ్ ఫైల్ పేరును

UPDATE: This works but there are significant limitations which are described in the comments. This may still be useful in some cirumstances.

UPDATE 2: నా ప్రస్తుత ప్రాజెక్ట్, users always upload documents. ఫలితంగా, I don’t run into a problem where MS Word is running and thinks that the file was renamed on it. I did run into a problem, "the file was modified by someone else" and solved this via a simple semaphore type flag. Users need to change a meta data field from its default value to something else. The itemupdated() రిసీవర్ నిజానికి పేరుమార్పుల ప్రదర్శన ముందు మరియు తరువాత నుంచి ఒక చెల్లుబాటు అయ్యే విలువ వెదుకుతుంది, I have not had any problems. Your mileage may vary.

I have a client requirement to change the name of files uploaded to a specific document library to conform with a particular naming convention. The API does not provide a "rename()" పద్ధతి. అందుకు బదులుగా, మేము ఉపయోగించే "MoveTo(…)". Here is a minimal bit of code to accomplish this:

 ప్రజా భర్తీ రద్దు ItemAdded(SPItemEventProperties లక్షణాలు)
        {
            SPFile f = properties.ListItem.File;

            f.MoveTo(properties.ListItem.ParentList.RootFolder.Url + "/xyzzy.doc");
            f.Update();

        }

The only tricky bit is the "properties.ListItem.ParentList.RootFolder.Url". The MoveTo() method requires a URL. That mashed up string points me to the root folder of my current document library. This allows me to avoid any hard coding in my event receiver.

ఇదే విషయం చేసే మరింత ఉపయోగకరంగా వెర్షన్, but assigns the name of the file to "Title":

 ప్రజా భర్తీ రద్దు ItemAdded(SPItemEventProperties లక్షణాలు)
        {
            DisableEventFiring();

            // ఫైలు యొక్క పేరు ఈ అంశం యొక్క శీర్షిక అప్పగించుము.
 // గుర్తు: మేము ఫైల్ కూడా సవరించడానికి ముందు ఈ అప్పగించిన జరగాలి.
 // నవీకరణ కాలింగ్() SPFile లో లక్షణాలు చెల్లుబాటు ఉంది
 // అర్థం.  Updates to "Title" ఆ మార్పు వరకు విఫలమైంది (మరియు నవీకరణ() పిలుపు)
 // ఫైలు పేరు మార్పును ముందు వెళ్లిపోయారు.
            properties.ListItem["Title"] = Properties.ListItem.File.Name;

            properties.ListItem.Update();

            SPFile f = properties.ListItem.File;

            // ఫైలు యొక్క పొడిగింపు పొందండి.  మేము ఆ అవసరం.
 తీగ spfileExt = కొత్త ఫైలు సమాచారం(f.Name).పొడిగింపు;

            // జాబితా అంశం ID ఫైల్ పేరును మార్చి ఉంచాలని ఫైల్ పొడిగింపు ఉపయోగించడానికి
 // అలాగే అది యొక్క భాగాన్ని.
            f.MoveTo(properties.ListItem.ParentList.RootFolder.Url +
                "/" + properties.ListItem["ID"] + spfileExt);

            // ఎత్తుగడ కమిట్.
            f.Update();

            EnableEventFiring();
        }

త్వరిత చిట్కా: కంటెంట్ ప్రశ్న వెబ్ పార్ట్, కాలమ్ విలువ మరియు XSL చూడు

I have a column name in a content type named "Real Estate Location".

That column is of type "lookup".

నేను సవరించిన <CommonViewFields> మరియు ItemStyle.xsl కాలమ్ చూపించడానికి.

ఒక సాధారణ <XSL:= ఎంచుకోండి విలువ యొక్క…> తిరిగి ORDINAL స్థానం డేటా కలిగి అంతర్గత విలువ తిరిగి, వంటి:

1;#మయామి

మానవ పరిచిత విలువ పొందుటకు, substring తరువాత XSL ఉపయోగించడానికి, చూపిన విధంగా:

<XSL:value-of select="substring-after(@ Real_x005F_x0020_Estate_x005F_x0020_Location,’#’)"></XSL:విలువ యొక్క>

మీరు XSL పరివర్తనాల లో కనపడే విలువలు పని మరియు మానవ పరిచిత విలువ పొందాలి ఉన్నప్పుడు ఈ పద్ధతిని ఉపయోగించడం.

<ముగింపు />

Technorati టాగ్లు: , ,

త్వరిత మరియు సులువు: ఒక సైట్ కాలమ్ యొక్క అంతర్గత కాలమ్ పేరు నిర్ణయించటానికి

UPDATE: జెరెమీ Thake ఈ విషయాలను గురించి తన బ్లాగులో మరియు కొన్ని అప్ చాలు ఉంది ఒక కన్సోల్ వినియోగానికి కోసం కోడ్ అంతర్గత పేర్లు చూపే.

I was trying to get a content query web part to display a due date from a task and because the screen label is "Due Date", నేను కాలమ్ పేరు లో ఉపయోగించడానికి భావించారు <CommonViewFields> is "Due_x0020_Date".

సరికాని!

The real column name in this case was "DueDate".

నేను దానిని ఎలా కనుగొన్న? I re-read Heather CQWP సవరించుట న సోలమన్ యొక్క బ్లాగ్ ఎంట్రీ to show additional columns of data. She describes this process at step #13. Trust it. It’s correct. కనీసం, it was correct for me. I did not trust it at first for another column with a much longer name.

I say "Trust it" because I did not trust it and probably wasted near two hours butting my head up against a wall. After I resolved the "DueDate" పేరు, నేను మరొక రంగంలో చేర్చాలని కోరుతున్నాయి <CommonViewFields>. Using the Solomon technique, I was getting a column name like "XYZ_x0020_Project_x0020_Due_x00".

నేను నాలో అనుకున్నది, that’s clearly a truncated name. I went ahead and un-truncated it with no success. I finally used the seemingly truncated name and it worked.

బోనస్ చిట్కా: నేను CQWP పని చేసినప్పుడు, నేను ఒక చెడు అంతర్గత పేరు జోడిస్తే <CommonViewFields>, the CQWP would tell me that the query had returned no results. కాని, నేను రంగంలో పేరు ఒక డేటా రకాన్ని జోడిస్తే, it would return a result. Adding the data type actually masked a problem since I was referencing a non-existent field. I could add it, కానీ నేను దాని విలువ ప్రదర్శించడానికి ప్రయత్నించినప్పుడు, I would always get a blank.

ఈ లోపం మాస్క్ లేదు:

<CommonViewFields>Due_x0020_Date;</CommonViewfields>

ఈ లోపం మాస్క్ లేదు:

<CommonViewFields>Due_x0020_Date,తేదీసమయం;</CommonViewfields>

</చివర>