SPD desturi workflow vitendo — kamba kudanganywa nyongeza

Takriban wiki moja iliyopita, I started up a codeplex project that provides a simple and reasonably generic method for adding custom action functions to SharePoit Designer workflow. It’s described here: http://www.codeplex.com/spdwfextensions. Beyond simply providing a framework, it also aims to provide a set of useful functions that will make SPD more useful/flexible/powerful.

Hapa ni sasa makala iliyopangwa kwa ajili ya toleo 1.0: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280

Kama mtu ana maslahi yoyote katika mradi huu, tafadhali kuacha maoni au kuanza / kuongeza mjadala hapa: http://www.codeplex.com/spdwfextensions/Thread/List.aspx

Hapa ni seti ya sasa ya kazi ambayo wamekuwa coded (ingawa si kikamilifu kupima kama ya 11/08/07):

Kazi Description (kama si sawa kama Net kazi.)
Num-entries() Returns the number "entries" in a string as per a specified delimiter.

Kwa mfano: Num-entries in a string "a,b,c" with delimiter "," = 3.

Kuingia() Returns the nth token in a string as per a specified delimiter.
Urefu String.Length
Nafasi() String.Replace()
Ina() String.Contains()
Returns the word "true" or the word "false".
Substring(kuanza) String.Substring(kuanza)
Substring(kuanza,mwisho) String.Substring(kuanza,mwisho)
Toupper() String.ToUpper()
ToLower() String.ToLower()
StartsWith() String.StartsWith()
Returns the word "true" or the word "false".
EndsWith() String.EndsWith()
Returns the word "true" or the word "false".

Haraka & rahisi url Encoding desktop shirika

Nimekuwa wanaohitaji url-encode masharti baadhi ya wiki hii na makofi pamoja aa kidogo shirika kwamba nilifikiri ningependa kuweka kwenye SkyDrive kwa ajili ya jamii.

Kupata binary hapa: http://cid-1cc1edb3daa9b8aa.skydrive.live.com/self.aspx/SharePoint/WinUrlEncode.zip

Kupata Visual studio ufumbuzi hapa: http://cid-1cc1edb3daa9b8aa.skydrive.live.com/self.aspx/SharePoint/WinUrlEncodeVS2005.zip

Hapa ni risasi screen:

picha

Haraka na rahisi: Embed hyperlink katika data maoni mtandao sehemu XSLT

UPDATE (01/17/08): Hii blog kuingia mazungumzo juu ya wema zaidi hyperlink XSL: http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/rewriting-links-in-search-results-xslt.

Overview na Lengo: I had created a simple bar chart to serve as component on a dashboard. I’ll save the details on building charts for another post, lakini sikuweza mzulia kwamba mbinu (wala alama ya swali, kwa jambo hilo). It turned out there was a bug in the chart and while I fixed that, I took the opportunity to convert some labels into hyperlinks that pointed at the underlying list behind the graph. Kwa mfano, there is a label with value "Hold". I wanted to turn the label into a hyperlink so that the user could click on it and drill down to the specific entries in the list whose status value is "Hold".

Hatua:

  1. Kutumia studio ya Visual kwa SharePoint-kufahamu Intellisense.
  2. Nakala DVWP ya XSLT katika studio ya Visual (kujenga mradi tupu, kuongeza faili XSL kwa mradi).
  3. Nakala ya kiungo unataka kutumia katika clipboard.
  4. Kuuweka katika eneo haki katika XSL.
  5. Convert URL argument separators on the query string from "&" to "&Amp;"
  6. Url-encode hoja ya mtu binafsi.
  7. Wrap kwamba ndani ya <href…> </a>

Mfano:

Nina URL:

http://[server]/[tovuti]/Orodha / Open% 20Positions/AllItems.aspx?View ={84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&FilterField1 = Recruiter&= FilterValue1 Hold

Mimi kubadili kwenye:

     <a href="Orodha / Open% 20Positions/AllItems.aspx?View =% 7b84EEA2F5-121B-40B7-946F-
0FA704A1DAA1}&Amp;FilterField1 = Recruiter&Amp;= FilterValue1 Hold"> Kushikilia: </a>

Mimi manually kubadilishwa hoja ya kwanza kutoka:

{84EEA2F5-121B-40B7-946F-0FA704A1DAA1}

kwa:

%7b84EEA2F5-121B-40B7-946F-0FA704A1DAA1}

(Katika hii, brace wazi kuugeuza kwa 7b% na brace kufunga kuugeuza kwa 7d%)

Hoja ya pili na ya tatu’ vigezo ("FilterField1=Recruiter" and "FilterValue1=Kushikilia" mtiririko) hawana haja ya kuwa url-encoded kwa sababu hawana vyenye wahusika yoyote salama.

Maelezo:

Mbinu hii lazima ujumla kazi mahali popote unataka kuiweka katika hyperlink XSLT ambapo hyperlink ni pamoja na vigezo juu ya URL kama vile:

http://[server]/[tovuti]/Orodha / Open% 20Positions/AllItems.aspx?View ={84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&FilterField1 = Recruiter&= FilterValue1 Hold

I got URL yenyewe kwa kupata orodha ya desturi na manually kuchuja kwenye safu ya hali ya (labeled "Recruiter" juu ya).

Haraka na rahisi: Kuwawezesha SharePoint Designer workflow update fomu InfoPath

Mazingira: I have an InfoPath form that front-ends a workflow process implemented using SharePoint Designer. At one point, a manager must approve the form. Since I cannot count on workflow history to meet my auditing requirements, Mimi kuamua kuhifadhi ukaguzi yangu mwenyewe ujumbe moja kwa moja kwenye fomu yenyewe.

Overview:

Design the form and publish it as a aina ya maudhui and the form itself to a document library. Mark desired form fields as being updateable from MOSS. The form is tied to the content type and the content type is "attached" to a forms library (or many, if you want). Write a workflow that updates the field.

Specific Steps:

  1. Create a document library. This will hold your InfoPath template.
  2. Create a forms library.
  3. Create the InfoPath form. Include a text field, "Audit Message".
  4. Publish the form as a content type (NOT a document).
  5. While filling out the publishing dialogs:
    a) Save the .xsn file to the document library (hatua #1).
    b) Publish the "Audit Message" field and mark true: "Allow users to edit data in this field by using a datasheet or properties page".
    c) Create a new content type and give it an appropriate name.
  6. Access the forms library.
    a) Go to its advanced settings and enable the forms library to manage content types.
    b) Select the newly created content type (5c above). It will be grouped under "Microsoft InfoPath" (or similar).
    c) Remove the default "Form" content type from the library.
    d) Mark the library to "show as web page" so that the form will launch from SharePoint and not the InfoPath workstation client.
  7. Go back to the forms library proper and click "New" to simply verify that the form is posted correctly and acting as you want.
  8. Fire up SharePoint Designer and navigate to the site that hosts your form library (from step 2).
  9. Create a new workflow attached to the forms library.
  10. Add a single action "Set Field in Current Item". You should expect SharePoint Designer to list your your field, "Audit Message". Assign it a value.
  11. Click Finish and go back to the form library.
  12. Create a new form and put some test value into the "Audit Message" shamba.
  13. Save it and go back to the form library.
  14. Right-click, select "Workflow" and start up your workflow.
  15. It should run almost immediately. Pull up the form (from step 12) and if all has gone to plan, "Audit Message" has been assigned whatever value you provided in step 10.

Maelezo:

Not all controls may configured for this bi-directional communication. Kwa mfano, it does not seem to implement an SPD workflow that modifies text fields wrapped inside repeating sections.

One of the key take-away’s here is that we’ve really created a content type with an associated template. This also enables us to store multiple InfoPath form templates in the same form library.

This requires forms server. It’s most certainly not going to work in a WSS 3.0 environment and probably even requires an Enterprise SharePoint environment.

Beagle ina Nanga (Oktoba 2007 suala)

(Hii ni kweli umri mdogo habari, lakini kama moto favorite kituo cha kauli mbiu anatangaza, "Better late than never").

Kuangalia ni nje hapa: http://www.sharepointbeagle.com/

Kama wewe si tayari, kuwa na uhakika wa ishara ya juu.

Bila shaka, kuwa na uhakika wa kusoma yangu makala about a real-world SharePoint project (ikiwa ni pamoja na ufafanuzi mahitaji, KPI ya, maudhui ya aina, dashboards and more) as well as mwenzake yangu article about the content query web part.

Kuna mengi ya mambo mengine mazuri pia.

Jinsi ya kuondoa “View all tovuti maudhui” kiungo

Mimi aliuliza swali hili karibu kila wiki, kawaida katika mazingira ya majadiliano ya usalama. An administrator/site creator has provisioned a site, kimeundwa usalama, arranged web parts and customized the quick launch to provide that oh-so-perfect set of options to the end user. Lakini, nje ya boksi, you can’t remove the "view all site content" kiungo.

Mark Wagner hutoa jibu hapa (http://www.crsw.com/mark/Lists/Posts/Post.aspx?ID=36). Yake ya kuandika-up ni kali katika ngazi mbili. Inatoa jibu la swali, "How do I remove the View All Site Content" kiungo? Kisha, ni majibu ya haraka kufuata juu ya swali: Jinsi gani mimi urahisi kuwawezesha maoni yote yaliyomo tovuti kiungo juu ya msingi tovuti-na-tovuti?

Kama ziada: Mkabala wake anafanya kazi kwa WSS, si tu MOSS.

</mwisho>

Kujiunga na blog yangu!

CodePlex yangu mwenyewe sana mradi: Workflow upanuzi kwa SharePoint Designer

UPDATE: Angalia hapa (http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!310.entry) kwa ajili ya karibuni juu ya mradi huu.

Mimi umba mradi CodePlex leo kwa nyumba Generic SPD interface kificho kwamba mimi blogged kuhusu hapa (http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!275.entry).

Kuwa na kuangalia hapa (http://www.codeplex.com/spdwfextensions) kuona mradi CodePlex na kick matairi.

Kama wewe ni nia ya kufanya kazi juu ya hili na mimi, moto off barua pepe katika mailto:galvin.paul@gmail.com

SharePoint Designer — Desturi shughuli kutekeleza user-defined C majukumu #

UPDATE: Hii imekuwa iliyotolewa kwa CodePlex hapa: http://www.codeplex.com/spdwfextensions

UPDATE: Angalia hapa kwa maelezo ya karibuni kutolewa: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!381.entry

UPDATE: Kuona hapa kwa mawazo yangu juu ya kibiashara ya mradi huu: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry

This project provides a custom activity in SharePoint Designer. Use this custom activity to invoke (dispatch) any C# function that you incorporated into the linked assembly.

Kama wa Oktoba mwishoni mwa, 2007, this is just an initial version of the project. I plan to expand it with a number of additional functions, ikiwa ni pamoja na substring, index, nafasi, invoking web services and anything that seems useful or interesting. I also plan to post this to codeplex once I have my act together on that front. This will also be deployable as a solution at some point.

Kama una maoni yoyote, maswali au mapendekezo, tafadhali waache katika maoni au email yangu.

Disclaimer:

I make absolutely no claims as to the suitability of this for any purpose. Use at your own risk.

Ufungaji hatua (kufuatwa kwa WFE kila aina katika shamba):

1. Download zip. Na dondoo.

2. Install the .dll into the GAC. I usually open c:\madirisha mkutano kutumia madirisha Explorer na nakala yake huko.

3. Kurekebisha web.config kuongeza mkutano na udhibiti salama:

<System.Workflow.ComponentModel.WorkflowCompiler>
<authorizedTypes>

<authorizedType Assembly="SpdGenericInterface, Version = 1.0.0.0, Utamaduni = neutral, PublicKeyToken = abe076fd8125f3c4" Namespace="Nivlag" TypeName="*" Authorized="True" />

4. Copy "SpdGenericInterface.actions" na C:\Mpango Files kawaida Files Microsoft Shared mtandao kompyuta upanuzi 12 KIOLEZO 1033 Workflow

Kumbuka kwamba mahali hapo ni maalum kwa mitambo ya lugha ya Kiingereza.

5. Karibu SharePoint Designer (ikiwa ni tayari kufungua).

6. iisreset

7. Kufungua SPD na kujenga workflow mpya.

Kama wote unaendelea vizuri, unapaswa watalipwa na jamii mpya ya hatua:

picha

Maelezo:

Kuona hapa (http://blogs.msdn.com/sharepointdesigner/archive/2007/03/15/adding-activities-to-spd.aspx) kwa maelezo ya kali ya mchakato kwa ajili ya kujenga, kufunga na Configuring ufumbuzi kama hii.

Zip. Imeundwa ili kutoa moja kwa moja wewe c:\ drive. If you do this, unaweza kufungua mradi na njia yote itakuwa thabiti.

Kutumia hii katika studio ya Visual, you probably need to install "Extensions for Windows WF".

The initial upload contains just one "dispatcher function", "ToLower()". To add more functionality, kuongeza kwa Fanyeni njia kama inavyoonekana:

 kulindwa override ActivityExecutionStatus
          Kutekeleza(ActivityExecutionContext executionContext)
        {

            string functionToDispatch;
            functionToDispatch = hii.DispatchFunction.ToLower();

            kubadili (functionToDispatch)
            {
                kesi "tolower()":
                    {
                        hii.OutResult1 = hii.InParam1.ToLower();
                        kuvunja;
                    }

                default:
                    {
                        hii.OutResult1 = "Unknown function: [" + hii.DispatchFunction + "].";
                        kuvunja;
                    }
            }

            kurudi ActivityExecutionStatus.Kufungwa;
        } // ActivityExecutionStatus

    }

Kisha, re-build the project and copy the assembly to the GAC. I expect an iisreset would be required.

SPD Workflow desturi hatua – kupata <WorkflowInfo> tag haki ili kuepuka kuchanganyikiwa

Part of the process for creating a custom action for SharePoint Designer involves create a ".actions" faili.

Nimepata na kujaribu kutumia template sampuli ambayo kuanza mbali kama:

<?xml toleo="1.0" encoding="UTF-8" ?>
<
WorkflowInfo xmlns="http://schemas.microsoft.com / SharePoint /">
<
Vitendo Mtiririko="kisha" Sambamba="na">

Hata hivyo, that xmlns attribute prevents my environment from working. My actions don’t show up in SPD.

suluhisho ni strip nje sifa xmlns, do an iisreset and close/re-open SPD.

Haraka na rahisi: Configure MOSS kutafuta hati maalum ya maktaba

See UPDATE (Mimi) below (11/24/07) on How to Configure Microsoft Office SharePoint Server 2007 na Ripoti na Crawl Mtandao Folders kwa Search

Lengo: I want to execute a search restricted to a specific document library. Katika kesi hiyo, maktaba hati ina nyaraka mafunzo.

Hatua:

1. Rekodi ya URL ya maktaba hati.

2. Kujenga wigo:

Kwenda kati ya utawala.

Access the SSP.

Go to "Search Settings".

Scroll down to the scope section and select "View Scopes".

Create a new scope. Give it a name and useful description.

3. Define scope crawl rules:

Add a rule that defines the document library for this scope.

Select "web address" for "Scope Rule Type".

Enter the name of your folder (kuona #1 juu ya).

Accept the default value of "Include".

Wait for the scope to update (or start it manually).

4. Enable the scope in a site collection.

Go to site collection where you want to use this scope.

Add your new scope to the appropriate display group or groups.

5. Kutafuta!

Katika hatua hii, you’re done. Assuming the scope is properly defined, it will be available in the scopes drop downs for simple and advanced searches and when you search using that scope, you’ll just get results you expect.

Maelezo:

I wrote this blog entry because my searches for simple scope setup turned up dry using phrases like:

  • configure scopes in MOSS
  • configure search scope moss
  • scopes in sharepoint 2007
  • scopes in sharepoint
  • search a document library moss
  • scopes primer moss

You can create a search scope on a folder, not just the entire document library.

A scope can be shared across multiple site collections (hence, a "shared service").

You can create the scope at the site collection level itself. Hata hivyo, I prefer to go to central admin because I can start the crawl from there. You cannot start the crawl from the site collection.

UPDATE (Mimi) kama ya 11/24/07:

Kai Shang put together a great post entitled How to Configure Microsoft Office SharePoint Server 2007 na Ripoti na Crawl Mtandao Folders kwa Search @ http://kaishenghoo.spaces.live.com/blog/cns!8A7458DB12CA5AC9!206.entry