उपकरण

SharePoint में व्यापार प्रक्रिया वर्कफ़्लो 2010 – Webinar

आज रजिस्टर!

SharePoint के लिए करें 2010 व्यावसायिक प्रक्रियाओं को स्वचालित & consistencyin जिस तरह से आपके व्यवसाय चलाया जाता है उपलब्ध कराएं.


एक प्रौद्योगिकी के नेता के रूप में, आप आपके संगठन में व्यावसायिक प्रक्रियाओं को लागू करने की चुनौतियों का पता. आमतौर पर, प्रक्रियाओं जिस तरह से लोगों को वास्तव में काम के साथ एकीकृत नहीं. 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.

के रूप में कंपनियों के लिए इन चुनौतियों से निपटने की तलाश, 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

तो आज रजिस्टर, क्योंकि यह एक घटना है आप को याद नहीं करना चाहता!

 
 

 
 


 
 



SharePoint में उत्तोलन बीआई के लिए जानें 2010 – Webinar

यहाँ मेरी SharePoint में आगामी webinar के 2010 व्यापार खुफिया.

 

समय से चल रहा है! आज रजिस्टर!

एक मजबूत व्यापार खुफिया समाधान की ओर मुड़ें करने के लिए अपने संगठन को सशक्त बनाने

एक प्रौद्योगिकी के नेता के रूप में, आप इस चुनौतीपूर्ण आर्थिक परिवेश में जानते हैं, सही समय पर सही जानकारी के लिए पहुँच रही संगठनों के लिए सबसे बड़ी चुनौतियों में से एक बन गया है एक प्रमुख शेयरधारक एक विशेष रिपोर्ट / डैशबोर्ड चाहता है.. असंरचित डेटा का विश्लेषण और व्याख्या होता जा रहा है और अधिक से अधिक जटिल.

के रूप में कंपनियों के लिए इन चुनौतियों से निपटने की तलाश, अधिक से अधिक एक मजबूत द्विपक्षीय समाधान है कि एक संगठन के निर्णय निर्माताओं के अधिकार की ओर मोड़ रहे हैं, संगठनात्मक प्रभावकारिता में सुधार, और रीढ़ की हड्डी प्रदान करने के लिए वास्तव में आईटी दक्षता सक्षम: Microsoft SharePoint 2010.

Microsoft SharePoint अगस्त 4th पर MVP Udayakumar Ethirajulu में शामिल हों, 2011 at 11:00पर एक जानकारीपूर्ण वेब संगोष्ठी के लिए EST (webinar के) के रूप में वह चर्चा और SharePoint के सबसे रोमांचक नई क्षमताओं को दर्शाता है 2010. उदय आप में नई सुविधाओं से प्राप्त कर सकते हैं व्यापार मूल्य पर प्रकाश डाला जाएगा 2010 ब्याज के तीन क्षेत्रों पर ध्यान केंद्रित:

  • समाधान आर्किटेक्ट्स और डेवलपर्स के लिए क्षमताओं
  • इन्फ्रास्ट्रक्चर आर्किटेक्ट्स और आईटी पेशेवरों के लिए क्षमताओं
  • उपयोगकर्ता और एक पूरे के रूप में एंटरप्राइज़ के लिए क्षमताओं

तो आज रजिस्टर, क्योंकि यह एक घटना है आप को याद नहीं करना चाहता!



SharePoint के लिए सेवा Pack1 2010 उपलब्ध

 

Microsoft Released the SP1 for 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 for SharePoint Server 2010

4. Service Pack 1 for 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

यह ग्राहक से आम अनुरोध की तरह हटाने के हर छोटे से हटा बटन या छवि की तरह है.

मैं किसी भी नियम का उपयोग करने के लिए पंक्तियों को हटाने के दृष्टिकोण नहीं मिल सकता है. One line C# code would do the trick जम्मू

 

बटन जोड़ें पर क्लिक करें “प्रपत्र कोड संपादित करें” in Button Properties.

 


public
void 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.

 



इस प्रणाली में निष्पादन लिपियों अक्षम है

I just installed the Microsoft Online Services Module for Windows PowerShell to configure single sign on for Office 365.

When I try to run the PowerShell script for Single Sign on Module:

The default script execution policy is set to Restricted. You can get the default execution policy by using cmdlet Get-ExecutionPolicy

Set-ExecutionPolicy

    Set-ExecutionPolicy will set the policy in your local system, RemoteSigned will trust all local scripts and signed script downloaded internet.



Error while creating PowerPivot Library

त्रुटि:

Could not load typeMicrosoft.AnalysisServices.SharePoint.Integration.ReportGalleryView’.

Summary:

Power Pivot Library has some special views such as gallery view, carousel view, etc. The default view for the library has the reference from the assemblyMicrosoft.AnalysisServices.SharePoint.Integration.ReportGalleryView, which is packaged in solution packagepowerpivotwebapp.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 जम्मू



How to Turn on the Wizard for Score Card Designer

How to Turn On/Off the Wizard for Score Card 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?

हां

Go to -> Site Actions -> साइट सेटिंग्स -> (साइट संग्रह व्यवस्थापन) 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. While building this action, 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 जम्मू

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



Data Connection Exceeded Maximum Limit Error in InfoPath 2010 Browser Form

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.