The following post was written by SharePoint MVP Destin Joy
To use SharePoint Web services in InfoPath form which is configured using Claim based SharePoint sites we have to create SSO for Web service connection and have to be mentioned in the connection file(.udcx).We can see the detailed steps for the same in this article.
1. On the Central Administration home page, in the Application Management section, click Manage service applications then click on Secure Store services.
Note : We should configure Secure store Services before doing this configuration
Generate Keys
2. Before using the Secure Store Service, you must generate an encryption key. The key is used to encrypt and decrypt the credentials that are stored in the Secure Store Service database.
3. The first time that you access the Secure Store service application, your only option is to generate a new encryption key. Once the key has been generated, the rest of the Secure Store functionality becomes available.
4. In the Key Management group, click Generate New Key.
5. On the Generate New Key page, type a pass phrase string in the Pass Phrase box, and type the same string in the Confirm Pass Phrase box. This pass phrase is used to encrypt the Secure Store database. Click “OK”
Note :
A pass phrase string must be at least eight characters and must have at least three of the following four elements:
o Uppercase characters
o Lowercase characters
o Numerals
o Any of the following special characters
“! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Creating Target Application
1. In the Manage Target Applications group, click New.
2. In the Target Application ID box, type a text string .This is the unique string that you will use externally to identify this target application. This Application ID we could mention in the UDCX connection file.
3. In the Display Name box, type a text string that will be used to display the identifier of the target application in the user interface
4. In the Contact Email box, type the e-mail address of the primary contact for this target application
5. In the Target Application Type drop-down list, choose the target application type: Group.
6. Click on “Next”
7. Use the Specify the credential fields for Secure Store Target Application page to configure the various fields which may be required to provide credentials to the external data source. By default, two fields are listed: Windows User Name and Windows Password.
8. In our case choose default option i.e. Windows User Name and Windows Password and click Next
9. In the Target Application Administrators Field, list all users who have access to manage the target application settings.
10. In the Members field, list the user groups to map to a set of credentials for this target application.
11. Click on “OK”
12. Select the Created “Target Application” and click “Set” Credentials
13. Mention Windows UserName and Password of Admin account and click “OK”
Publishing InfoPath Data Connection for modifying Connection file
Create Connection Library for Publishing InfoPath form connection files
1. Open the Site collection in browser
2. Click on “Add App” to create new connection library
3. Click on “Data Connection Library”
4. Click on “Create”
Publish Data Connection to newly created connection library and edit the published Data Connection file to mention the SSO.
1. Navigate to the custom list which we need to modify the InfoPath form data connection.
2. Click on “Customize Form”
3. Click on “Manage Data Connection” from right bottom corner of “Action” section.
4. Select Web service data connection to modify the data connection. In our case select “GetUserCollectionFromGroup” and click on “Convert to Connection file”
5. Enter the Newly created Connection Library path with UDCX file name and click “OK”
6. Follow the same step 3 to 5 for “Get UserProfileByName” connection.
7. Navigate to Newly created Data Connection Library.
8. Download both the UDCX files.
9. Modify the Authentication section with SSO Application ID and Credential Type.
10. Save the files and upload again to same Data Connection Library.
Configure InfoPath form Services
1. On the Central Administration home page, in the General Application Settings section, click Configure InfoPath form services.
2. Select “Authentication to Data source” Check box and click “OK”
You are done with the configuration
About Guest Blogging
South Asia MVP Award Program introduces Guest Posts by the MVPs from the region. These posts would help readers to be in touch with the recent trends in technology and be up-to-date with knowledge on Microsoft products.
Author
Developers
Updating Lock Screen from Windows Phone App
By Abhishek Sur published on 11-11-2013
It is sometimes important for an application to change lock screen of the project. The Lock Screen can be set from….(more)
Events in NodeJS : Write your first event
By Dhananjay Kumar published on 11-14-2013
Each objects in NodeJS emit an asynchronous event. That event is handled by an object EventEmitter is underneath every….(more)
Create & deploy an AzureWebsite from Visual Studio 2013
By Rami Vemula published on 11-14-2013
In this short tutorial we are going to see how to create and deploy an AzureWebsite to Windows Azure Cloud, without using Azure Management….(more)
Debugging in Smarty template
By Vasu Jain published on 11-14-2013
While trying to debug a variable in PHP i love the var_dump() method. Off course i have debugger tools like xDebug enabled….(more)
Visual Studio Online Monaco Code Editor Walk-through
By Abhimanyu Vatsa published on 11-16-2013
In this post series I will show you how we can take advantage of Visual Studio Online “Monaco” to edit codes….(more)
IT PRO
Windows Azure Scheduler Service
By Gaurav Mantri published on 11-10-2013
Let’s first talk about what exactly is this service. As the name suggests, this service allows you to schedule certain tasks which you wish to do on a repeated basis….(more)
Exchange 2013: Remote host said: 451 4.7.0 Temporary server error. Please try again later. PRX2
By Manu Philip published on 11-10-2013
Incoming emails were not arrived at the mailboxes. The NDR shows “Remote host said: 451 4.7.0 Temporary server….(more)
Deploying Socket.IO App to Windows Azure Web Site with Azure CLI
By Shiju Varghese published on 11-11-2013
In this blog post, I will demonstrate how to deploy Socket.IO app to Windows Azure Website using….(more)
Working with Event Logs using PowerShell
By Aman Dhally published on 11-12-2013
I do believe that, it doesn’t matter ,which server application are you using or if you are troubleshooting any client’s desktop, when any problem arise, the first step for troubleshooting….(more)
AD RMS: Template Copy Process
By Prabhat Nigam published on 11-12-2013
Below is the AD RMS Template copy Configuration for different Client side computers. RMS Client Deployment For Windows Vista, 7 and above AD RMS client 1.0 (MSDRM) is installed with….(more)
Item level permissions in SharePoint: User should add/edit/read only their own items- SharePoint 2010
By Amardeep Singh published on 11-14-2013
A user requested that he need to have a permission configured on the item level where user can see only their own documents or can read all the items….(more)
T-SQL tips: Pattern Search and Replace within XML using Xpath Functions
By Visakh Murukesan published on 11-14-2013
T-SQL provides good support for generating and manipulating XML data from SQL 2005 onwards. Using the functions like query()….(more)
Error: An unbalanced X++ TTSBEGIN/TTSCOMMIT pair has been detected
By Deepak Agarwal published on 11-16-2013
Check all code for form or class from where this error comes and count the ttsbegin and ttscommit there must be same like if u write 2 ttsbegin….(more)
Consumer
Group Policy Settings Reference Guide for Windows 8.1 | 7 | Server
By Anand Khanse published on 11-11-2013
The Group Policy is an integral part of the Windows operating system, on which many a IT Pro, Beginners and Tweak enthusiasts count on to customize and enforce….(more)
Learn PowerPoint 2013 for Windows: Formatting Lines (and Shape Outlines)
By Geetesh Bajaj published on 11-12-2013
A fill is something that is contained within the confines of the shape. Similarly, shapes have another attribute known as….(more)
In this post, our Dynamics CRM MVP, Roohi Shaikh introduces Windows Tablet Client for Microsoft Dynamics CRM 2013.
Microsoft has just released windows tablet client for CRM 2013. This is a fully operational client in contrast to the earlier mobile express. In this blog let us have a look at what the tablet client has to offer.
Installation
You can download the tablet client from http://apps.microsoft.com/windows/en-us/app/microsoft-dynamics-crm/93772212-7b72-4aee-bc4e-b1adb7712ebe
After the installation, provide the CRM Online or IFD URL to connect to your CRM Organization and see the Dashboard.
Note: Once you sign in, there are no options to change the username or the organization. You need to uninstall and re-install to connect using different credentials.
This Sales Dashboard is the same dashboard that is displayed on the web client. It is only the rendering that has changed to suit the tablet client.
Note: IFRAME and Web resources are not rendered in the tablet client and if they have been added to the dashboard they will not be rendered here.
Full-featured forms for entities
Unlike the mobile express where we had a separate type of form, Tablet client uses the same form that are designed for web interface. So there is no need to maintain separate forms.
In case of multiple entity forms that the user has access, the form which comes first in the form ordering would be displayed to the user. Users don’t have any options to switch between forms in the tablet client.
The Tablet form presents the Business Process UI similar to the web form. You also have all the ribbon button features available to Switch Process, Qualify etc. A few tablet related new options like Pin to Start and Dashboard are also available.
The Open in Browser button will open the record in a web browser. This will allow you to access web forms and any other web resources or IFRAME that have not been rendered on the tablet.
The Save button is missing from the interface. All changes made are automatically saved when you navigate out of the record.
Quickly create New Records:
You have a quick create option for all entities enabled for edit access on the tablet.
Lookup controls are provided for the dynamic filtering so that it is easy to search for the desired record.
Global Search
The most awaited feature has been delivered in the tablet client even before being included in the web client. And in that aspect Tablet client has an advantage over the web client.
You can now search records across the entities listed in the drop-down. It is currently restricted to these entities only.
Support for Offline Access:
If you lose connection with the server, it would display offline status as can be seen in the below screenshot.
It will not display the charts in the Dashboard. As it does not store records locally, only the records that were accessed earlier and cached would be available for viewing.
Entity configuration for tablet access
In the entity customizations you need to enable access to the entity through tablet client. You also have the option to allow Read-Only access which means users can only read the records for the entity. No edits or creates allowed.
Any changes made in the customization require you to close and re-open the tablet client. When you open the client it will prompt you to download the latest changes.
Privileges required
A new privilege has been added in the Business Management tab under Security Role
Enable this privilege to allow users to configure and access tablet client.
Go ahead and check out this awesome offering from the product team.
This was one of the common questions in TechEd India 2013. This blog post will try to answer this and some other Frequently Asked Questions:
What is MVP?
MVP Stands for Most Valuable Professional, which is an award given to those exceptional community leaders who are voluntarily contributing to the technical community and helping other understand the true potential of Microsoft Products and solutions. Is there an Exam to write, to become an MVP? Please don’t relate it with Microsoft Certified Professional (MCP) program. MCP program is part of Microsoft Learning (MSL) and requires successful completion of exam/s. While MVP is an award which is no where related with MSL and doesn’t have any certification requirements. Then how to achieve the MVP status? As we mentioned, MVP is an award and you can’t just achieve it because you want it If you are a community contributor and regularly share your knowledge with the broader community in form of Professional/Technical Blog Posts, Speaking Engagements (Online/Offline), Publishing articles, books, e-books etc. and assist others through Online Forums and your contributions are considerably high in terms of both quality and quantity, you can certainly look at the possibility of being awarded as an MVP. Am I expected to contribute on both forums and blogs and/or speaking? Technically yes. MVP Award Program compliments three areas of product life cycle (advocacy, support and feedback). We expect contributions in at-least two areas to process the nominations but there may be exception depending on the product trends etc. Oh yes, I started doing all these. When will I be awarded as an MVP? Hold on…let’s first understand the award process. MVP Award Program processes candidates in a quarterly basis. Therefore, every quarter we award many individuals as an MVP. The processing includes assessing/evaluating your contributions for last one year (and nothing beyond that). So let’s say, if you are submitting your nomination on Jan 2014, you need to submit your contributions from Jan 2013 till the date when you are submitting the nomination to be considered. So if you just started, we would suggest you to continue with your contributions and submit your nomination when you really have considerable amount of contributions. And where do I submit my nominations? Nominations can be submitted through MVP Global Site: http://mvp.microsoft.com/en-us/nominate-an-mvp.aspx What details should I mention while submitting my nominations? Make sure to provide your online identities (not just your Facebook profile link but the links to your blogs, forum profiles etc.) and detailed list of contributions. Also, don’t provide counterfeit data as it may cause rejection during the evaluation process. Each contribution entry should be supported through some links or reference to the contribution. Can I expect any confirmation or acknowledgement of processing my nomination? No. There is no confirmation or acknowledgement process but if your nomination is in the process and more details are required, Microsoft Staff would contact you accordingly. Just follow our blog or Facebook page for quarterly announcements. I have submitted my nomination for “x” technology but never received any communication? Depending on country and local communities, we can only award fixed number of MVPs on a particular product area. In you case, we may have already achieved the max number of MVPs possible in your country and that’s why your nomination was not processed. In future, whenever there are any possibility of adding new MVPs in the product area, you nomination would certainly be considered. Please continue with your contributions. Keep in mind that at the time of processing, only past one year’s contributions would be considered. What happens once I am awarded? Your award was based on your contributions from last one year and valid till next one year. As an MVP, you are given many options and opportunities to contribute to the community or engage with Microsoft in various forums. Your basic contributions on forums and blogs may continue. You need to continue with your contributions to be awarded again next year. Being an MVP, you are eligible for many benefits (as listed on MVP Global Site) which are also valid for an year. You said fixed number of MVPs on a particular product area. So does that mean unless one of the existing MVPs retire, there is no possibility of getting awarded in that area? Yes we have a max cap of how many awards we can give on each product area but fortunately we revisit that number in a quarterly basis to include instances like new product releases, market trends etc. So every quarter, there may be changes in the max cap Who can be awarded as an MVP? Anyone contributing in the community in a positive way and have deep technical insight about the product can be awarded. There are few exclusions such as: Microsoft Employees Microsoft Contingent Staffs Government or State Owned Entity Employees ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Do you have more questions? Please ask us through the comments and we would be happy to add them in FAQ.
MVP Stands for Most Valuable Professional, which is an award given to those exceptional community leaders who are voluntarily contributing to the technical community and helping other understand the true potential of Microsoft Products and solutions.
Is there an Exam to write, to become an MVP?
Please don’t relate it with Microsoft Certified Professional (MCP) program. MCP program is part of Microsoft Learning (MSL) and requires successful completion of exam/s. While MVP is an award which is no where related with MSL and doesn’t have any certification requirements.
Then how to achieve the MVP status?
As we mentioned, MVP is an award and you can’t just achieve it because you want it If you are a community contributor and regularly share your knowledge with the broader community in form of Professional/Technical Blog Posts, Speaking Engagements (Online/Offline), Publishing articles, books, e-books etc. and assist others through Online Forums and your contributions are considerably high in terms of both quality and quantity, you can certainly look at the possibility of being awarded as an MVP.
Am I expected to contribute on both forums and blogs and/or speaking?
Technically yes. MVP Award Program compliments three areas of product life cycle (advocacy, support and feedback). We expect contributions in at-least two areas to process the nominations but there may be exception depending on the product trends etc.
Oh yes, I started doing all these. When will I be awarded as an MVP?
Hold on…let’s first understand the award process. MVP Award Program processes candidates in a quarterly basis. Therefore, every quarter we award many individuals as an MVP. The processing includes assessing/evaluating your contributions for last one year (and nothing beyond that). So let’s say, if you are submitting your nomination on Jan 2014, you need to submit your contributions from Jan 2013 till the date when you are submitting the nomination to be considered. So if you just started, we would suggest you to continue with your contributions and submit your nomination when you really have considerable amount of contributions.
And where do I submit my nominations?
Nominations can be submitted through MVP Global Site: http://mvp.microsoft.com/en-us/nominate-an-mvp.aspx
What details should I mention while submitting my nominations?
Make sure to provide your online identities (not just your Facebook profile link but the links to your blogs, forum profiles etc.) and detailed list of contributions. Also, don’t provide counterfeit data as it may cause rejection during the evaluation process. Each contribution entry should be supported through some links or reference to the contribution.
Can I expect any confirmation or acknowledgement of processing my nomination?
No. There is no confirmation or acknowledgement process but if your nomination is in the process and more details are required, Microsoft Staff would contact you accordingly. Just follow our blog or Facebook page for quarterly announcements.
I have submitted my nomination for “x” technology but never received any communication?
Depending on country and local communities, we can only award fixed number of MVPs on a particular product area. In you case, we may have already achieved the max number of MVPs possible in your country and that’s why your nomination was not processed. In future, whenever there are any possibility of adding new MVPs in the product area, you nomination would certainly be considered. Please continue with your contributions. Keep in mind that at the time of processing, only past one year’s contributions would be considered.
What happens once I am awarded?
Your award was based on your contributions from last one year and valid till next one year. As an MVP, you are given many options and opportunities to contribute to the community or engage with Microsoft in various forums. Your basic contributions on forums and blogs may continue. You need to continue with your contributions to be awarded again next year. Being an MVP, you are eligible for many benefits (as listed on MVP Global Site) which are also valid for an year.
You said fixed number of MVPs on a particular product area. So does that mean unless one of the existing MVPs retire, there is no possibility of getting awarded in that area?
Yes we have a max cap of how many awards we can give on each product area but fortunately we revisit that number in a quarterly basis to include instances like new product releases, market trends etc. So every quarter, there may be changes in the max cap
Who can be awarded as an MVP?
Anyone contributing in the community in a positive way and have deep technical insight about the product can be awarded. There are few exclusions such as:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do you have more questions? Please ask us through the comments and we would be happy to add them in FAQ.
Questions Developers Ask When Moving From ASP.NET Web Forms to MVC
By Suprotim Agarwal published on 11-05-2013
Some common questions that arise when seasoned WebForms developers tread in ASP.NET MVC, for the first time. It’s not an ASP.NET MVC vs. WebForms article, but rather focuses….(more)
Adding/Altering a column with default value
By Madhivanan JR published on 11-08-2013
In an existing table you can add or alter a column to have a default value. However often I hear from newbies that default values are not updated with….(more)
The operation that you are attempting to perform cannot be completed successfully
By Amardeep Singh published on 11-03-2013
The operation that you are attempting to perform cannot be completed successfully. No content databases in the web application were available to store….(more)
Exchange 2013: Cross Forest/ORG Migration from Exchange 2010/2007
By Prabhat Nigam published on 11-03-2013
Cross forest has changed little bit and requires 3rd party cert in the source domain….(more)
Unable to Share a desktop or application with a Response Group
By Balasaheb Ilag published on 11-05-2013
Recently I came across one Response group issue, where peoples are unable to share desktop and application with Response group….(more)
Windows Server 2012 Naming Information cannot be located because: The specified domain either doesn’t exist or could not be contacted
By Manu Philip published on 11-06-2013
I met a difficult situation while setting up a DC for a new forest in Windows Server 2012 . ADDS has been setup and promoted the server as the Domain Controller….(more)
Cloud MBaaS: The Next Big Thing in Enterprise Mobility
By Shiju Varghese published on 11-07-2013
In this blog post, I will take a look at Cloud Mobile Backend as a Service (MBaaS) and how we can leverage Cloud based Mobile Backend….(more)
Using a Single Windows Azure Active Directory tenant for All EA Azure Subscriptions
By Niraj Bhatt published on 11-09-2013
As you know by now Windows Azure Active Directory is at the root of every Azure subscription….(more)
SharePoint 2013 Approval Workflow With Dynamic Approvers From Another List
By Brij Dammani published on 11-09-2013
In this article, we will create a simple approval workflow in which approver is selected dynamically from another list using….(more)
How to Fix A Corrupted Windows Media Player Library in Windows 8.1
By Soumitra Sengupta published on 11-03-2013
To repair or fix a corrupted Windows Media Player Library go through the following….(more)
Windows Update and Recovery options in Windows 8.1
By Anand Khanse published on 11-03-2013
Windows 8.1 has revised PC settings – they have undergone minor changes that make it appear somewhat different from the settings that are present….(more)
Closing gaps in this Gender Equality Gap chart
By Purnachandra Duggirala published on 11-05-2013
Recently I saw this interesting chart on Economist Daily Charts page. This chart is based on World Economic Forum’s survey….(more)
Learn PowerPoint 2013 for Windows: Add Pattern Fills to Shapes
By Geetesh Bajaj published on 11-06-2013
Pattern fills for shapes are two-color designs comprising lines, dots, dashes and checks. PowerPoint includes 48 patterns such patterns….(more)
Open a delimit notepad file in Excel
By Ashish Koul published on 11-09-2013
Macro to open a delimit notepad file in Excel….(more)
Testing with Team Web Access using Visual Studio 2013
By Gouri Sohoni published on 10-27-2013
Team Web Access gives us the ability to plan tests, manage full test suite and executing test cases using Visual Studio 2013….(more)
Different ways of getting Path
By Abhishek Sur published on 10-29-2013
It is a very common requirement to get the path of a file relative to the path of the current location which accesses the path. In .NET there are a number of ways….(more)
WPDev Tips: How to pass an object to WP Navigation Service?
By Kunal Chowdhury published on 10-29-2013
While working on an application last weekend, I was in need to pass an object as query string parameter to the other page of my Windows Phone application….(more)
Merge objects using $.extend() in jQuery
By Dhananjay Kumar published on 10-31-2013
Have you ever come across a requirement in which you need merge many objects in one….(more)
Sass: A simplified way to write CSS
By Brij Mishra published on 11-01-2013
Once AJAX came into the market and become popular, it changed the whole web development and web experience as a user. Microsoft came up with the whole new AJAX….(more)
Generate Format Files Based on Table Metadata
By Visakh Murukesan published on 10-28-2013
I'm explaining a method using bcp command to generate a format based on table metadata which can be utilized for the data export through….(more)
High Availability and Load Balancing of a Azure Virtual Machine Cloud Services within a Data Center
By Rami Vemula published on 10-27-2013
Virtual machines in Windows Azure comes under as Infrastructure as a Service (IaaS). When we want to have complete control on our application deployment environment, then Azure Virtual Machine Service….(more)
Exchange 2013 Outlook anywhere issues when InternalHostname value is set to Server FQDN
By Ratish Nair published on 10-28-2013
This was a multi-site Exchange 2013 deployment with a 10MBPS - 30PMBS dedicated pipe running across site. We had a requirement to ensure local users contact local servers….(more)
How to install Ready-to-Use business processes in CRM 2013
By Roohi Shaikh published on 10-30-2013
Microsoft Dynamics CRM 2013 provides ready to use Business Processes and it is as simple as we install sample data….(more)
Apply Field Validations without writing Java Script in MS CRM 2013
By Mahender Pal published on 10-31-2013
In Microsoft Development Forums many times we found posts where new CRM users are asking for help to write JavaScript….(more)
The option for the SharePoint 2013 Workflow platform is not available
By Brij Dammani published on 10-31-2013
I installed Sharepoint Designer 2013 and tried to create SharePoint 2013 workflow but there was no option to select platform….(more)
Exchange 2013: DBs not mounting after DC Removal
By Prabhat Nigam published on 11-01-2013
To reduce the load on the server I decided to remove domain controller from one of the node so that I can reduce the hardware….(more)
Best Practices Analyzer cannot collect all data points from the environment unless Lync Server 2013 backward compatibility tools are installed on this computer.
By Balasaheb Ilag published on 11-02-2013
When you run BPA on Lync 2013, you will see the above warning message. If you have not install all prerequisite then you will receive….(more)
Visual BCD Editor- An Advance Boot Configuration Data Editor
By Shyam Sasindran published on 10-27-2013
Whenever we have boot related issues mostly we use to check and repair the boot loaders. Windows has a build-in….(more)
Learn PowerPoint 2013 for Windows: Add Gradient Fills to Shapes
By Geetesh Bajaj published on 10-28-2013
Gradient fills are typically blended fills between two or more colors that graduate from one color to another. Although shapes filled with gradients….(more)
How To Fix Skype Windows Store app crashes in Windows 8.1
By Soumitra Sengupta published on 10-30-2013
When you start the Skype Windows Store app in Windows 8.1, the app immediately crashes, and Windows returns….(more)
How to Copy Process Details in Windows 8 Task Manager to Clipboard
By Ramesh Srinivasan published on 10-30-2013
The Windows 8 Task Manager has several new features and improvements. Of which, one of the nice additions to the Windows 8 Task Manager….(more)
How to: Enable Local Administrator Account in Windows 8.1
By Shantanu Kaushik published on 10-31-2013
This post is a collection of steps on How to enable local administrator account in Windows 8.1. The same steps can be followed….(more)
Work Folders in Windows 8.1
By Anand Khanse published on 11-01-2013
Windows 8.1 introduces a new feature called Work Folders. If you have to work from anywhere from your different devices, then Work Folders….(more)
Live Chat
Webcasts
Working with Windows Azure IaaS
2:00PM IST
Register
What’s new in CRM 2013
3:00PM IST
ONE ASP.NET
4:00PM IST
Developing Near Field Communication in Windows Phone 8
5:00PM IST
Windows 8 and Hyper-V
6:00PM IST
Exchange Server 2013: Modern Public Folders
8:00PM IST
Working with SharePoint 2013
9:00PM IST
In-Person
Quite a few in-person activities are also organized on Community Day by the MVPs in association with the local User Groups. Please follow the South Asia MVP on Facebook for further updates on In-Person activities.