Թեմա.

Բիզնես գործընթացների Workflow է SharePoint 2010 – Webinar

Գրանցում Այսօր!

Turn to SharePoint 2010 to automate business processes & provide consistencyin the way your business is run.


As a technology leader, you know the challenges of implementing business processes across your organization. Typically, the processes do not integrate with the way people actually work. For a business process to be effective, it must be integrated with everyday tools and applications used in the workplace so that it becomes part of the daily routine. In the electronic workplace, this includes integration with e-mail, calendars, task lists, and collaboration Web sites.

As companies seek to address these challenges, more and more are turning towards a robust workflow solution that enables solution architects, designers, and administrators to improve business processes: Microsoft SharePoint 2010.

Join Microsoft SharePoint MVP Uday Ethirajulu and RSC Solutions on September 8th, 2011 է 11:00am EST for an informative web seminar (webinar) as he discusses and demonstrates the primary benefits of using workflows in SharePoint 2010 to facilitate business processes and improve collaboration. Uday will highlight the business value you can get from 2010 and concentrate on three areas of interest:

  1. Workflow in SharePoint Designer
  2. Custom WorkflowsUsing Visual Studio
  3. Process flow without SharePoint workflow

So register today, because this is one event you don’t want to miss!

 
 

 
 


 
 



Learn to Leverage BI in SharePoint 2010 – Webinar

Here is my upcoming webinar in SharePoint 2010 Business Intelligence.

 

Time is Running Out! Գրանցում Այսօր!

Turn towards a robust Business Intelligence Solution to empower your Organization

As a technology leader, you know in this challenging economic environment, getting access to the right information at the right time has become one of the biggest challenges for organizations.  A key stakeholder wants a special report/dashboard. Analysis and interpretation of unstructured data is becoming more and more complex.

As companies seek to address these challenges, more and more are turning towards a robust BI solution that empowers an organization’s decision makers, improves organizational effectiveness, and provides the backbone to truly enable IT efficiency: Microsoft SharePoint 2010.

Join Microsoft SharePoint MVP Udayakumar Ethirajulu on August 4th, 2011 է 11:00Թեմա. EST for an informative web seminar (webinar) as he discusses and demonstrates the most exciting new capabilities of SharePoint 2010. Uday will highlight the business value you can get from the new features in 2010 concentrate on three areas of interest:

  • Capabilities for Solution Architects and Developers
  • Capabilities for Infrastructure Architects and IT Pros
  • Capabilities for Users and the Enterprise as a whole

So register today, because this is one event you don’t want to miss!



Service Pack1 for SharePoint 2010 Մատչելի

 

Microsoft-ը հրապարակել է SP1 համար SharePoint 2010 Products, Here is the links to download.

1. Service Pack 1 for SharePoint Foundation 2010

2. Service Pack 1 for SharePoint Foundation 2010 Language Pack (if applicable)

3. Service Pack 1 SharePoint համար Server 2010

4. Service Pack 1 SharePoint համար Server 2010 Language Pack (if applicable)

 

Please refer to the KB article, before deploying the SP1 HTTP://support.microsoft.com/kb/2532126



Ջնջել կոճակը կրկնում աղյուսակ InfoPath 2010

This is kind of common request from client to have kind of small delete button or image in every to delete.

I couldn’t find any approach using Rules to delete the rows. One line C# code would do the trick J

 

Add Button and Click on theEdit Form Codein Button Properties.

 


public
անվավեր DeleteRow_Clicked(object sender, ClickedEventArgs e)

{


// Write your code here.

e.Source.DeleteSelf();

}

 

 

When delete the source for the button, it deletes the current node in the DOM, the node contains the entire row.

 

Download the sample Form with code here.

 



Կատարման սցենարներ անջատված է: Այս համակարգում

Ես պարզապես տեղադրել Microsoft Օնլայն Ծառայություններ մոդուլի համար Windows PowerShell կարգավորել միայնակ նշանը համար Office 365.

Երբ ես փորձում գործարկել PowerShell սցենարը Եզակի Գրանցվել վրա մոդուլի:

Նախնական սցենարը կատարման քաղաքականության սահմանված Արգելված. Դուք կարող եք ձեռք բերել նախնական կատարման քաղաքականության միջոցով cmdlet Get-ExecutionPolicy

Set - ExecutionPolicy

Սեթ - ExecutionPolicy կլինի սահմանել քաղաքականությունը Ձեր լոկալ համակարգի համար, RemoteSigned չի վստահում տեղական բոլոր սցենարների եւ ստորագրել script բեռնել ինտերնետից.



Սխալ իսկ ստեղծելով PowerPivot Գրադարան

Սխալ:

Չհաջողվեց բեռնել տեսակի ‘Microsoft.AnalysisServices.SharePoint.Integration.ReportGalleryView..

Ամփոփում:

Power առանցք Գրադարան ունի որոշ հատուկ կարծիքները, ինչպիսիք են ցուցասրահի տեսք, կարուսել դիտել, եւ այլն:. The Նայել համար գրադարանի ունի տեղեկանք Վեհաժողովը ‘Microsoft.AnalysisServices.SharePoint.Integration.ReportGalleryView, որը փաթեթավորված լուծման փաթեթի “powerpivotwebapp.wsp“.

Որոշում:

When PowerPivot addin deployed for SharePoint, it adds two solution packages toFarm Solutions

 

Go to Central Administration, Click on System Settings in Left Navigation.

 

Then Click onManage farm solutionsunder Farm Management.

List of farm solutions will be listed.

Powerpivotfarm.wsp would be already deployed globally.

Click on the powerpivotwebapp.wsp and deploy the solution to the web app where you are trying to create the Power Pivot Gallery.

You are good to go. Create the library now, no error J



How to Turn on the Wizard for Score Card Designer

Ինչպես միացնել / անջատելու համար Wizard Միավոր քարտի Designer

To turn on the Wizard for Score Card in Dashboard designer, click on the Office Icon in top left corner

 

Click on the Designer Options button in the Menu.



Document ID in SharePoint 2010

Business problem

    The sales person sending document to marketing team, meanwhile the sales team has done some content organization reshuffled the documents to subfolder and different document libraries. If someone tries to pullout the document using the URL, they wouldn’t be able to find it.

 

Overview of Document ID

Document ID is the new feature in SharePoint 2010. By enabling the document ID feature, it assigns the unique ID to every document in Site Collection. Irrespective of location the document ID would help the user to find the document.

 

Activate Service

Activate the Document ID Service feature at Site Collection level to generate the ID for documents.

Now every document in the site collection has the unique ID. The link to document can be defined withDocIdRedir.aspx?ID=xxxxxx

DocIdRedir.aspx accepts the query string ID in the URL, which would be used to lookup the document using its unique ID, then it will be redirected to the current location of the file.

HTTP://intranet.contoso.com/_layouts/DocIdRedir.aspx?ID=YHNNQ7JVKVWQ-1-1

 

Change Document ID

Can I change the document ID prefix?

Yes

Go to -> Կայքի Actions - ից> Կայքի Պարամետրեր -> (Կայքի Collection Administration) Document ID Settings


Change the Text inBegin IDs with the following characters



Site Template ID in SharePoint 2010

I was working on creating my new codeplex tool for Site Governance to automate the process of creating the site based on the request.

The site will be provisioned programmatically using the object model in custom actions associated with SPD workflow. Չնայած շենքի այս գործողությունը, I was trying to get the list of site templates and ID’s to automate the creation process. Վերջապես, figured out the PowerShell cmdlet does the magic of listing all ID’s J

Get-SPWebTemplate is very useful PowerShell cmdlet to list the ID and templates.



Data Connection Exceeded Maximum Limit Error in InfoPath 2010 Browser ձեւ

Issue:

When you try to get data from Data Connection for e.g. web service. You get the following error:

The amount of data that was returned by a data connection has exceeded the maximum limit that was configured by the server administrator. Form elements, such as drop-down lists may be blank.

Cause:

The Default data connection response size if set to 1500kb for Form Services, If the response from the data connection size exceeds the default limit the warning will be shown on screen.

Որոշում:

Click on General Application Settings in Central Administration

Click on Configure InfoPath Forms Services under InfoPath forms Services


Change the Response Size in kilobytes.