View containing custom column works in SharePoint 2010 but crashes webpart in SharePoint 2013

First off.. I am using SP FOUNDATION.  Secondly, I'm linking a contact library from a parent site to a view on a sub site. This works in SP 2010 but when I tried to duplicate it in our new SP 2013 site, it doesn't.
Reproduce steps to add Parent Contact Picks to Blog Sub-Site in SP 2010 (Foundation)
In parent site, create a contact list (add some people)
In parent site à Site Settings
à Site Columns … create a new Column of type “Lookup”. 
Set the Information Source to the Contact List in step 1 with its Column = “Last Name (linked to item)” 
Create a BLOG sub site
BlogSite à Site Settings
à Site Libraries and Lists
à Posts
à Add from existing site columns …. Select the Lookup column you created in step 2.
BlogSite à Site Settings
à Site Libraries and Lists
à Posts
à Create View à Standard View….Create a new view and select ONLY the lookup column from step 4.
Add a new Blog post and while in the ‘New-Item’ form, make sure to select a person from the Contact list.
Open up the details page of the new post so that only the single post shows. Edit the Page and Insert a New Web Part
à Lists and Libraries
à Posts.
Edit the newly added web part and change its view to the one created above in step 5.
Drop the down arrow to the right of the newly added web part’s title and select Connections
à Get Filtered values From
à Post [1] (or whatever the default Post Web part is called). Set both the “Provider” and the “Consumer” field names to “ID”.
You will now see that whenever you open the “Details” page of any blog post, you will see the Main post (aka the original form), the normal “Add Comment” entry web part, AND 
the new web part that show the Contact selection specific to that single post. Clicking on the Name of the contact will actually pop up the details from the parent site.
SharePoint 2013 (Foundation)
Now perform the exact same steps in SharePoint 2013. However you’ll notice that Step 8 above appears to work but as soon as you try and edit that web part again or move on to step 9, the newly added web part states “Unable to display this Web Part. To troubleshoot
the problem….. Correlation ID: 52d36c9c-e7a2-509e-1d60-3df1ce53ce2d”.
Followup: In doing some testing I determined the following..
1 - If I adjust step #5 as to NOT select the new linked column.. it works. Oddly however, the new view works when are you just using the view by itself (/site/lists/Posts/NewViewname.aspx).
2 - I can fix the crash by enabling the 'Server Render' option on the WebPart. This actually now shows my information however the linked field is no longer a link.
3 - As long as it's not a Lookup type column, I can follow the same process and do not need the Server Render option. Of course these other types are not live links.
Seems like a bug to me.

I set "Breakline" hidden because I don't want to show this in create new item form. 
I realized that may be the reason. So changed the column to Optional in CT and created a new calendar using that CT. then at list level CT I changed it to Hidden.  That works.   The column is available for use when modifying view.
Thanks

Similar Messages

  • Pop-ups (custom animations) work in PPT presentation, but don't in published presenter PDF

    Pop-ups (custom animations) work in PPT presentation, but don't in published presenter PDF. I created a file in PowerPoint 2003 that allows the user to click on words in a graphic and have definitions of the word pop-up. This only works in the PPT presentation, it does not work when I publish the file to PDF using Adobe Presenter, version 7.0.5, build 7588. Any suggestions?

    MKO,
    That's not entirely surprising.  Unfortunately, what you're doing cannot be replicated or executed properly in Presenter content, because trigger functions are essentially Active X controls native to the PowerPoint environment.  And that's the problem: Active X commands are totally ignored when your deck is converted during the publishing process.
    So what to do?
    You have 2 options, and neither are "clean" solutions because each represents a bit of homework.
    Scenario 1: what you could do is create a series of hidden slides that are associated with / correspond to each of the text elements you have on the first slide.  You'd have to assign hyperlinks to the text boxes and then point the hyperlinks to the associated hidden slide.  The upside here is that if you have to edit any content after-the-fact, is that you can conduct such edits directly in PowerPoint.  But there is a drawback too; namely, that if you have to keep track of slide views, hidden slides are not tracked at all by LMSs (including Adobe Connect), so you'd have to come up w/ a formula for counting the number of visible slides so your presentation will mark a "complete" on the LMS.
    Scenario 2: create a Flash interaction that effectively does the exact same thing.  The drawback to this I hope is obvious: if you have any content edits, then you're forced to edit the file directly in Flash.  The good news here, however, is that this solution only requires one slide, so you can effectively keep track of slide views if that's something you need if the course is deployed on an LMS.
    Again, perhaps not ideal, but the above does represent alternative solutions to what you attempted to do in your sample deck.
    Rob
    http://www.robrode.com/yabb/

  • Single work item view containing all different work item types

    Hello,
    I've been trying to create a view which should contain all different work item types that are assigned to "me" and not closed. I've created a type projection and the view itself and it displays all work items. The problem I've got is that I can't set a critera
    that only shows items that aren't closed as all work item types have their own statuses instead of one common work item status.
    Does anyone any ideas around how to solve this?
    Thanks in advance!
    /Alexander

    Hi,
    I can not justifiy to my clients to purchase an application from 3k to offer something that should be trivial in an application such as service manager. Furthermore, i need sort all my active work items (IR, SR and MA) in accordance with the target date
    calculated by SLO.
    The WorkItem class has a relathionship to the type SLA Information, but type 1 to many. Anyway I could create a view that displays work items and DisplayName field from SLA (basead on first row in the relationship). However I could not display more fields.
    If I  could display TargetEndDate and Status from SLA Information, it would be a reasonable solution for my client.
    Thank´s
    Juan

  • Sharepoint 2010 Remote Development using Visual Studio 2013 Connection Errors

    I have a customer who is using a custom skinned site developed in Sharepoint 2010.
    I am trying to debug a webpart that is not loading on a page.
    My Environment:
    Local Laptop running Win 7 64 Enterprise, Visual Studio 2013, and Sharepoint Designer 2010.
    I connect to the customers network via VPN and use RDP to access the server. I have Admin rights to the server.
    Everything that I have read indicates that Web Part dev has to be done in VS. When I try to connect using server explorer, VS kicks back a 'Server Can not be found' error.
    I have tried using the computer name, the app url listed in SP Central Admin, the IP address of the box, and the actual URL of the site. However, VS can not connect to the server.
    I have done some homework on connecting VS to a remote machine:
    Adding New Servers in Server Explorer
    http://msdn.microsoft.com/en-us/library/edfcxas2%28v=vs.71%29.ASPX
    Add Server Dialog Box
    http://msdn.microsoft.com/en-us/library/107b72aa%28v=vs.71%29.ASPX
    SharePoint -how to connect remotely to production server
    http://stackoverflow.com/questions/3188364/sharepoint-how-to-connect-remotely-to-production-server
    SharePoint 2010 Development with Visual Studio
    http://stackoverflow.com/questions/10529917/sharepoint-2010-development-with-visual-studio
    Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008
    http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx
    Using SharePoint Designer 2010 to Work with Web Parts
    http://msdn.microsoft.com/en-us/library/ff630941%28v=office.14%29.aspx#odc_sp14_qn_UsingSharePointDesigner2010WorkwithWebParts_CreateXSLTListView
    The last connection article is confusing because one of the SO answers indicates that you do not need to have SP2010 installed.
    I have been doing lots of reading on SP structure, and it seems to jump all over the place. (Or at least my research does). I have been reading this Ebook:
    SharePoint 2010 Development with Visual Studio 2010
    http://books.google.com/books/about/SharePoint_2010_Development_with_Visual.html?id=TVKICs4vHTcC
    My questions are:
    Why cant I connect to the Server if I connected through VPN which would inherently make the server a local network computer?
    Do I need to have VS installed on the actual server? I read that I can install Sharepoint Foundation locally and this will give me access to the server in VS.
    Do I need to have the full version of VS installed in order to use Remote Tools?
    For the Web Parts:
    Why cant I see the web parts in Sharepoint Designer? I take it they are exclusively designed in VS, which brings me back to the questions above.
    In Sharepoint Designer, I can see a custom view that was created from a custom list. I want to add that list to the page where the web part isnt working. When I open up the Edit Interface, and try to find that list, it does not display in the 'Lists and Libraries'
    menu

    Hello,
    As per your description, remote deployment is not possible for server side code in sharepoint so if you are using server object model then you won't be able to debug or deploy your solution from visual studio.
    VS is not required to installed on UAT/prod server but you need sharepoint along with visual studio in same development machine to develop any custom webpart.
    Once you deploy your custom webpart on site then you will be able to see that webpart in webpart gallery and that gallery is also available in designer so it means you can also add your custom webpart from designer to any page.
    Correct me if i misunderstood you
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • SharePoint 2010 search webservices compatibility with SharePoint 2013

    Please let us know whether the SharePoint 2010 search webservice is compatible with SharePoint 2013.
    When we try to hit the SharePoint 2013 search service with the query developed in the Sharepoint 2010 , we are getting "System.Not supported" exception as response from server.
    Below is the search query we are using:
    "<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">"
                + "<soap:Body>"
                + "<Query xmlns=\"urn:Microsoft.Search\">"
                + "<queryXml>"
                + "&lt;QueryPacket xmlns=\"urn:Microsoft.Search.Query\"&gt;"
                + "&lt;Query&gt;"
                + "&lt;Range&gt;&lt;StartAt&gt;1&lt;/StartAt&gt;&lt;Count&gt;50&lt;/Count&gt;&lt;/Range&gt;"
                + "&lt;SupportedFormats&gt;"
                + "&lt;Format&gt;urn:Microsoft.Search.Response.Document:Document&lt;/Format&gt;"
                + "&lt;/SupportedFormats&gt;"
                + "&lt;Context&gt;"
                + "&lt;QueryText type=\"MSSQLFT\"&gt; SELECT fileName,Title,Path,Write,SiteName,URL,FileExtension,isDocument,contentClass FROM scope() WHERE CONTAINS(Path, SITE_PORT)
    and (contentClass = 'STS_Web' OR contentClass = 'STS_ListItem_DocumentLibrary' OR contentClass = 'STS_List_DocumentLibrary') ORDER BY lastModifiedTime DESC &lt;/QueryText&gt;"
                + "&lt;/Context&gt;"
                + "&lt;/Query&gt;"
                + "&lt;/QueryPacket&gt;"
                + "</queryXml>"
                + "</Query>"
                + "</soap:Body>"
                + "</soap:Envelope>";
    Please  help

    Hi Raghuramk,
    is the web service is a search query web service? if yes, i suppose sharepoint 2013 already deprecated,
    Search Query web service
    Description: The Search Query web service is deprecated in SharePoint 2013.
    In SharePoint Server 2010, the Search Query web service exposes the SharePoint Enterprise Search capabilities to client applications. This enables you to access search results from client and web applications outside the context of a SharePoint site.
    Reason for change: The Search Query web service is deprecated because the client object model (CSOM) and a new REST-based web service are available for developing Office-wide extensibility scenarios. The CSOM exposes the same functionality
    as the Search Query web service, and a larger set of functionality for stand-alone client applications.
    http://technet.microsoft.com/en-us/library/ff607742.aspx#section2
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Do I have to buy license for SharePoint 2010 to upgrade from 2007 to 2013?

    Hi, we have SharePoint 2007 (Enterprise) and now we want to upgrade directly to SharePoint 2013. 
    I have been told that 2007 to 2013 is not directly possible and I have to go 2007 to 2010 to 2013.
    Does this mean I have to buy license for SP 2010 just for the upgrade process?
    Thanks in advance.

    No, the SharePoint 2013 key won't work for the SharePoint 2010 installation. Usually if you have downgrade rights (as part of your EA) or if you have a TechNet/MSDN subscription you'll have additional keys for older versions.
    If all else fails, you can use the
    SharePoint 2010 trial keys, provided you can migrate your data within 180 days.
    Jason Warren
    Infrastructure Architect
    Habanero Consulting Group
    habaneroconsulting.com/blog

  • Sharepoint 2010, after restore, webpart only can viewd by authenticated users in the public page.

    Hi, I restore a Site from one server to other which have a different domain.
    I installed the wsp files, I published the page, I check for the site pages and everything is ok but, when I visit the page as normal
    user from internet, I get the next error when I visited the pages with webparts.
    When I visit the page with an authenticated user, that show me the webpart normaly.
    I try to check for permissions in the page, I click page permissions
    or library permissions and shows the next:
    Shows me the same error.
    Any ideas?
    Thanks a lot!!

    Hi,
    As I understand, after you restored the site from one server to other server you encountered the error.
    1. From the error you provided, it seems that it cannot find relative files, it is possible that you did not restore the site fully. You can restore the site again. 
    2. You can check the ULS log with the correlation ID, and get the details of the errors. You can fix the problems according to the details of the errors. 
    The case below is about there are several ways to backup and restore site in SharePoint 2010, you can refer to the case.
    http://sharepoint.stackexchange.com/questions/34639/problem-restoring-sharepoint-from-backup 
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • VBScript control Excel via COM works in Excel 2010 but NOT in Excel 2013

    Hi All,
    Does anyone know of any reason why VBscript that using COM to connect to Excel and perform some basic functions would stop working when I move to Excel 2013?  I have several VBscripts that run perfectly in 2010 but I get the following error when I try
    using Excel 2013:
    OLE error code 0x80070001:Unknown COM status code
    I can't even get a very simple test VBscript to open a new workbook in Excel.
    Has anyone come across this error or have any suggestions regarding the cause and/or resolution?
    Thanks in advance!
    John

    We cannot tell unless you post an example of the code the causes this error along with the complete error message.
    ¯\_(ツ)_/¯

  • Reg:: Create a New SharePoint 2010 server as the existing SharePoint 2010 Server with Named Instance

    Hi Techys,
    Please give me the better option for the below scenario.
    Scenario::
    I would like to Build a new sharepoint server with recently created MS-Sqlserver2008r2 named instance. and also I want the same data(Features and solutions) which i used in previous SharePoint farm.
    Desc:: We have a SharePoint 2010 farm with SP2. MSSQLSERVER is the default instance.
    now i want create a same SharePoint 2010 farm with MSSQLSERVER2(Named Instance)
    If you need any Information, plz let me know.
    Many Thanks,
    Madhu

    reproducing environments is difficult... lots of settings... the AVAILABILITY of OUT OF THE BOX features can be configured just by running the install and using a key to match editions (std/ent)... but which features are enabled, how they're configured,
    what customizations might be in place... not a simple checklist.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Content Query Web Part - in 2010 but Catalog-Item Reuse in 2013

    In SharePoint 2010 I exported this SharePoint Links List to be a WebPart that I can put for things.  It's our company's "Popular Links."  "WE" decide what is "Popular."  We have a few that I am sharing here. 
    In 2010 I got this to be a web part that I can pop onto multiple sites on our site collection.  Now in 2013, I'd like to use Search if possible to get this to work.  I tried and it didn't come out right.
    SharePoint 2013 Enterprise Edition RTM dec 2013 CU
    I tried the Items Matching a Tag and I set a tag to be "Popular Links" and set the tag on the items below in this graphic.  I then set it to look only at these.
    This is on the same page on the "home" page, publishing turned on.  I don't have the "feel" of the first "list" that I did on the graphic above.  It's not CSS as it is on the same page using the same master page. 
    Also when I click on the link it takes me to the displayform.aspx?id=1 page and I want to have the user just click the hyperlink.
    Could I / should I use the Catalog-Item Reuse feature with publishing and get a new site collection setup with this?  I am frustrated as I'd like to "share" information in another site, just as this "perfect" example (for me) to
    show this information multiple times.
    Thank you!

    CQWB is supported for Publishing Sites or site having publishing feature turned on, on other it will not work as expected.
    You can add it on the page from ribbon insert web part> from categories select Content Rollup > next pane slect Content Query.
    http://info.axceler.com/Blog/bid/116286/Content-Query-Web-Part-vs-Content-Search-Web-Part
    http://www.cwheeler76.com/Lists/Posts/Post.aspx?List=9a19060b-0efe-4368-8360-b07d23dc5c7b&ID=6&Web=916c3f13-7f62-4b71-b302-6fd9106b4bb2
    here is MSDN to customize it:
    http://msdn.microsoft.com/en-us/library/ff650512.aspx 
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Sharepoint 2010 "Choice filter" webpart is not working on Ipad.

    choice filter web part is not working on IPad. whenever we click on filter Icon it shows only loading.
    please refer below screenshot for better troubleshooting.
    Thanks & Regards,
    Rajiv Kumar
    Rajiv Kumar

    Hi,
    Could you provide more details about how the search service doesn’t work?
    Are the search service unable to be started in CA -> Application Management -> Manage services on server? Or did you find it not working when you did searching? If that is the case, could you provide the error about
    it?
    It would be helpful to solve this issue if you provide more details about the issue.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Sharepoint 2010 - Not able to access Sharepoint 2010 Public facing site on mobile browsers

    Hi All,
    Earlier, I posted a similar question in the forum , but did not get appropriate response . Posting it again with some more information .
    We are not able to access Sharepoint public facing site on Mobile browsers like chrome, IE, Safari (However the site is working fine on Firefox mobile browser and on PC/Laptops as well .)
    Following is the error we are getting :
     "Cannot set custom attribute on mobile controls in this page. Custom attributes specified are Access Key=0."
    I checked in the event logs , following was the exception :
    Exception captured in Exception HttpModule: System.Web.HttpException: Server cannot append header after HTTP headers have been sent.
       at System.Web.HttpResponse.set_RedirectLocation(String value)
       at Microsoft.SharePoint.Utilities.SPMobileUtility.Redirect(String url, SPRedirectFlags flags, HttpContext context, String queryStrings)
       at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.HandleMobilePageRequest(HttpContext context)
       at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea)
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Also, there was a microsoft OS security  patching on our farm servers post which the error starts coming . Following were the patches that were installed
    1. MS14-005          
    KB2916036          Security Update for Windows Server 2008 R2 x64
    Edition (KB2916036)
    MS14-009          
    KB2898857          Security Update for Microsoft .NET Framework 3.5.1
    2. on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems
    (KB2898857)
    3. MS14-009          
    KB2901112          Security Update for Microsoft .NET Framework 3.5.1
    on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems
    (KB2901112)
    4. MS14-009          
    KB2911501          Security Update for Microsoft .NET Framework 3.5.1
    on Windows 7 and Windows Server 2008 R2 SP1 for x64-based Systems
    (KB2911501)
    5. MS14-011          
    KB2909210          Security Update for Windows Server 2008 R2 x64
    Edition (KB2909210)
    6. MS14-012          
    KB2925418          Cumulative Security Update for Internet Explorer 8
    for Windows Server 2008 R2 x64 Edition (KB2925418)
    7. MS14-015          
    KB2930275          Security Update for Windows Server 2008 R2 x64
    Edition (KB2930275)
    8. MS14-016          
    KB2923392          Security Update for Windows Server 2008 R2 x64
    Edition (KB2923392)
    Has anyone of you ever faced similar(site not opening on mobile browsers) issue after installing these patches on farm servers .
    Any help would be much appreciated .
    Thanks
    Saquib Khan

    We have found below error related in ULS as well as event viewer both :
    Exception captured in Exception HttpModule: System.Web.HttpException: Server cannot append header after HTTP headers have been sent.   
     at System.Web.HttpResponse.set_RedirectLocation(String value)   
     at Microsoft.SharePoint.Utilities.SPMobileUtility.Redirect(String url, SPRedirectFlags flags, HttpContext context, String
    queryStrings)   
     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.HandleMobilePageRequest(HttpContext context)   
     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea)   
     at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Saquib Khan

  • Customized selectBooleanCheckbox works fine on Firefox but not IE, Opera?

    I'm using a customized selectBooleanCheckbox solution to give me a 'select all' like feature:
    <h:form>
    <h:dataTable binding="#{DialogManager.bean.nodeTable}" value="#{DialogManager.bean.nodeList}" var="nodeItem" border="1" cellpadding="10" cellspacing="1" >
        <h:column>
            <f:facet name="header">
               <h:selectBooleanCheckbox value="#{DialogManager.bean.selectAll}" valueChangeListener="#{MultipleSelectionDialog.allSelected}" immediate="true" onchange="this.form.submit();" />       
            </f:facet>
            <h:selectBooleanCheckbox value="#{nodeItem.selected}" />       
        </h:column>
    </h:dataTable>
    </h:form>When a user clicks on the selectBooleanCheckbox in the header, the other selectBooleanCheckboxs should also be selected. This works on Firefox, but not on IE or Opera. On IE, the checkbox in the header is selected and none of the checkboxs beneath it are selected. On Opera, the checkbox in the header is only selected for a moment before it is deselected.
    Why would this happen? How can I fix it for IE and Opera?

    tried onclick instead of onchange, no difference.
    The IE browser produces browser failure messages:
    'elements' is Null or not an object
    container.jsp row 325
    'elements.dialog:act' is Null or not an object
    container.jsp row 381
    Code: 0 Character 3I checked in the corresponding files and cannot make sense of the error messages.

  • Custom Login works in IE Explorer, but not mozilla 1.2. Why?

    Portal Rel. 2, all patches applied. Our custom login portlet works just fine when IE Explorer is the browser. When mozilla 1.2 is the browser, everything processes without errors, but the user is never logged in. The portlet is calling the procedure wwptl_login.login_url, and p_requested_url is set to portal.home. Any idea why it would work using one browser and not the other?

    Firefox does not use the same version of Flash as Internet Explorer, you need to download and install the version of Flash used by Firefox.
    Using Firefox go to http://get.adobe.com/flashplayer/ to download the installer, then run this file to install Flash.
    This support article has further details - [[Install the Flash plugin to view videos, animations and games]]

  • Create SharePoint 2010 Alerts that email to SharePoint Group Members

    I have created a SharePoint Group.
    I have placed individuals in the SharePoint group assigning them access to a sub-site.
    I need to set up alerts so library changes, announcements, calendar event items etc cause emails to be sent members of SharePoint group.
    Please provide directions for implementing a solution utilizing SharePoint designer workflow.
    Thanks,
    Roy
    Intell-Guy

    Hi,
    SharePoint Designer has send an email Action for sending email notification to users or groups, just create a list based workflow or reusable workflow and then publish the workflow to start when there is a create or change event. Here is a link for reference
    http://office.microsoft.com/en-us/sharepoint-designer-help/send-e-mail-in-a-workflow-HA010239042.aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

Maybe you are looking for