CRM 2013 USD with WPF application

Hi All,
I have developed the External USD application in WPF.
In custom application I am opening the Contact record using the
Process.Start(www.google.com);
any other way to open the new window in within session
Rammohan

Hi Abhishek,
Thanks for a quick update on the same.
I have gone through the link share above, however, i must share that this issue may not be because of incorrect credentials, as the credentials saved under "Email Server Profile" remain unchanged and are working fine. Its just that, every once
in a while the mailbox gets automatically disabled. Post clicking "Test and Enable Mailbox", the mailbox starts working again.
Also, "Use Impersonation" is set as "No" under Email Server Profile.
Regards,
Mohit Ahuja

Similar Messages

  • AIRHelp compatible with WPF application?

    Hi, all,
    I am a technical writer and have been tasked with researching alternatives to our current context-sensitive .chm help file. With the next release of our product, the developers will be using WPF (Windows Presentation Foundation).  (They will be using the Microsoft Developers Kit--not sure if that is important information.)  I have been looking into AIRHelp and am wondering if the locally-installed AIRHelp would be a viable option for a WPF app.  We need to keep the context sensitivity, too.
    I appreciate any feedback/direction you can give me.  Thanks!
    Jenny

    That will work for webhelp but not locally installed AIR help.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • CRM 2013 with USD development

    Hi All,
    I am trying to develope the Custom search functionality in USD which has available contact search it's not fit for my business requirement.
    I plan to develop using WPF custom search functionality and then integrate into USD .
    is it write way to do it?
    or else i have use VS 2013->USD->CustomSearch has to build the application? Please guide me on the same..
    -Regards,
     Ram
    Rammohan

    HI
    For custom search functionality in USD we have to go for toool->USD->CustomSearch or  we have to develope one Custom search application in USD?
    can you please guide me?
    My actual requirement is in contact entity we have to search based on different attributes like first name ,last name mobile number etc..once i click the search button it should visible in grid based on that session has to open ... is it i have develope
    in wpf custom application or you guys are going toprovide some information on this it's very urgent pls help me out?
    Rammohan

  • Issue with worksheet.Select(true) after hosting Excel window in WPF application

    The issue is with Office 2013.
    We are hosting excel workbook window in WPF application using HwndHost class. In overridden BuildWindowCore method of HwndHost class, we are creating a MDICLIENT Window and setting this MDICLIENT window handle as parent for Excel
    main window handle and returning HandleRef object of MDICLIENT window handle from BuildWindowCore method.
    Once HwndHost control is loaded, we are selecting sheet of excel in the loaded event of HwndHost control. The code for selection of sheet is given below.
    dynamic workSheet =
    this.excelApplication.Workbooks[1].Worksheets[sheetName];
    this.excelApplication.Workbooks[1].Activate()
    workSheet.Activate();
    workSheet.Select(true);
    The first time execution of
    workSheet.Select(true)
    halt for few seconds and then it throws exception “System.Runtime.InteropServices.ComException”
    with message “The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))”.
    But it executes successfully without delay on subsequent calls. Sometimes the execution halt for minutes on different Systems.
    This absurd behaviour is seen only once in application instance life time and that too after excel window gets loaded in WPF application. If we execute
    workSheet.Select(true)
    before loading of window then it executes properly. Once
    workSheet.Select(true)
    executed for first time with exception, it executes successfully without delay on subsequent calls.

    No, I dont have any macro in the sheet and it is happpening with all workbooks. The problem is consistent with all workbooks and also it throws exception only for first time in the application. If I execute it again in same application instance, it works
    properly.

  • Dynamics CRM 2013 : Offline capability with Outlook Plugin

    Dear all,
    I have a scenario where I have to use the Offline Capability feature of Dynamics CRM 2013 with CRM Client for Outlook plugins.
    Can I use the offline capability mode if all my users are using gmail as their email?
    If so, can someone guide me please.
    Your help would be greatly appreciated.
    Many Thanks & regards
    Vinay

    You need to change page size in order to see the on button. try Ctrl+0
    Regards Faisal
    Thanks Faisal for your reply. I tried Ctrl+0 (zero) but no difference. I think Ctrl+0 is for clearing the zoom in/out effect in web pages. While this tool is a windows (desktop) application.
    Please note that I have taken the snap (attached in original post) after maximizing the
    Update Assembly dialog (by double clicking the title bar area.
    The version of the Plugin Registration Tool is 6.1.1.1143 64bit. If you can check your Plugin Registration Tool version and post the snapshot as well?
    blog: http://technologynotesforyou.wordpress.com | skype: ali.net.pk

  • MDT 2013 Windows 8.1 application install with reboot problem

    Hello!
    I have a problem with an application install on Windows 8.1. I'm trying to install two applications and have activated "Reboot the computer after installting this application" for the first application. After rebooting the deployment window does
    not show up agagin. BDD.log shows, that the deployment starts after the reboot but seems to hang, before the UI shows.
    I tried to install this two applications under Windows 7, which works without any problems.
    Here is the BDD.log for the failed deployment: http://pastebin.com/PbUH1LUq
    Can anyone confirm this problem with MDT 2013 and Windows 8.1? Any ideas how to fix this?
    Additional information: Further testing showed, that this problem just occurs, if the application install gets started separately after deploying the OS. If the applications are installed in one deployment together with the OS, everything works fine.

    I did the same install on Windows 7, which worked without any problems. Here is the log file: http://pastebin.com/Qgn2PzyC
    To make it clear:
    If I run a Lite Touch Install task sequence to install Windows 8.1 and install the two applications within this LTI, everything works fine. The computer reboots after installing the first application and the deployment goes on and finishes successfully after
    the reboot.
    If I first install Windows 7 or Windows 8.1 via LTI and then (after LTI successfully finished) start a separate application install (using a custom task sequence with only one "Install Application" task in it), everything works fine with Windows
    7 (installation continues and finishes after the reboot) but fails with Windows 8.1.
    In Windows 8.1 the computer reboots after installing the first application, but after rebooting, the installation does not start again.
    Keith, as you said, my environment is corrupted, I created an new fresh deployment share, just added the two test applications and the custom task sequence and tried again. Same result, Windows 7 works fine, Windows 8.1 fails by not starting the installation
    after the reboot.

  • Issue with retrieveing the Manager of a System User in a Custom workflow - CRM 2013

    Issues with custom workflow activity in CRM 2013 On-prem
    I'm trying to pass the Manager of the System
    here is the code that I'm running, it gets to setting the MANAGER and stops
    I put the ran the FetchXML seperatly and it does return a value so I know what bit works
    public class CaseAccountManagerManagersLookup : CodeActivity
    // Inputs
    [Input("Enter Case")]
    [ReferenceTarget("incident")]
    public InArgument<EntityReference> CA { get; set; }
    // Outputs
    [Output("Manager Output")]
    [ReferenceTarget("systemuser")]
    public OutArgument<EntityReference> AMOUT { get; set; }
    protected override void Execute(CodeActivityContext executionContext)
    // Context
    IWorkflowContext context = executionContext.GetExtension<IWorkflowContext>();
    IOrganizationServiceFactory serviceFactory = executionContext.GetExtension<IOrganizationServiceFactory>();
    IOrganizationService service = serviceFactory.CreateOrganizationService(context.UserId);
    //Create the tracing service
    ITracingService tracingService = executionContext.GetExtension<ITracingService>();
    // get the account and renewals manager ID's
    var CASE = CA.Get<EntityReference>(executionContext);
    tracingService.Trace("Case ID = " + CASE.Id);
    try
    // FETCH
    string fetchXml = string.Format(@"
    <fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>
    <entity name='incident'>
    <attribute name='title' />
    <attribute name='incidentid' />
    <order attribute='title' descending='false' />
    <filter type='and'>
    <condition attribute='incidentid' operator='eq' value='{0}' />
    </filter>
    <link-entity name='contact' from='contactid' to='customerid' alias='ak'>
    <link-entity name='account' from='accountid' to='parentcustomerid' alias='al'>
    <link-entity name='systemuser' from='systemuserid' to='bc_dssalesperson' alias='am'>
    <attribute name='parentsystemuserid' />
    </link-entity>
    </link-entity>
    </link-entity>
    </entity>
    </fetch>", CASE.Id);
    EntityCollection case_results = service.RetrieveMultiple(new FetchExpression(fetchXml));
    //tracingService.Trace("fetch has run");
    if (case_results.Entities.Count != 0)
    foreach (var a in case_results.Entities)
    //if (a.Attributes.Contains("ai_parentsystemuserid"))
    tracingService.Trace("set manager id next");
    var MANAGERID = (EntityReference)a.Attributes["parentsystemuserid"];
    tracingService.Trace("manager id set");
    AMOUT.Set(executionContext, MANAGERID);
    throw new InvalidOperationException("Want to see trace");
    tracingService.Trace("end ");
    catch (Exception e)
    throw new InvalidPluginExecutionException("Plugin - CaseAccountManagerManagerLookup - " + e.Message);
    finally
    throw new InvalidOperationException("Want to see trace");
    Pete

    Hello,
    Try to use am.parentsystemuserid instead of just parentsystemuserid.
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Best practice for developing with CRM 2013 (On Premises)

    Hello all.  I'm just starting to work with CRM, and I have some questions that hopefully will be simple for the seasoned developers.  It's mostly just some best practice or general how-to questions for the group.
    - When creating a new Visual Studio CRM Project I can connect to my CRM Instance and create new WebResources which deploy to the CRM instance just fine, but how can I pull all the existing items that are in the CRM Solution into the Visual Studio CRM project?
     Or do I need to export the solution to a ZIP, expand it with SolutionPackager.exe, then copy these into my Visual Studio project to get it into sync?
    - When multiple developers are working on changes is it best to keep everything in a Visual Studio project as I mentioned above, or is it better for everyone to have their own instance of CRM to code with so they can Export/Import solutions as needed then
    these solutions be manually merged before moving into a common Test/QA environment?
    - When modifying the submenu on a CRM form is it suggested to use Ribbon Workbench or is it better/easier to just export the solution, expand it with SolutionPackager.exe,  modify ribbondiff and anything else required for the change, package it
    back up, then reimport to CRM?  I've heard from some that Ribbon Workbench has some limitations, but being green I wasn't sure what those limitations might be or if it'd be best to just manually make these changes.  Or is thre any way to have a copy
    of ribbondiff in Visual Studio and deploy this without having to repackage the Solution and Import in the ZIP?
    I think that's it for now :)  Thanks for any advise or suggestions.  I really want to start learning the in's and out's of CRM and how all the pieces fit together.  Also can someone direct me to some documentation or books that might give
    more insight on developing for CRM 2013 or 2015 (moving to this soon)?
    Thanks for your time.

    Hi Sam
    Also interested in best practice around this area - especially recommended development routes, unit testing, continuous integration etc - it would be great if you posted here if you find any good articles etc. At the moment we tend to just push changes
    onto a live system as and when appropriate and I'd prefer to move away from that...
    Thanks
    Stuart

  • 2010 to 2013 migration problem with service application

    With a 3rd party migrator we are able to migrate a simple 2010 site to 2013. By simple UI level approach sites are migrated easily. But we have a large project where we have good amount of work done on various service applications. 
    We are facing problem to migrate entire 2nd SP2010 application with service applications. Do any one has idea of smooth migration of large service applications to 2013 with avepoint or quest tools?
    If faced same problem then share steps.

    The Microsoft guidance for upgrading a SP2010 farm to SP2013 is in the link below. Most of your existing SharePoint out of the box service applications can be upgraded also. This includes User Profile Service Application and the Search Service Application.
    Custom service applications most likely not upgradeable. Hopefully the guidance was followed so there should be no problems.
    http://technet.microsoft.com/en-us/library/cc262483(v=office.15).aspx
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • How to install and integrate siebel crm with oracle application r12

    Hi,
    i would like to install siebel sales crm on my linux machine and intigrate it with oracle application r12. i need some kind of doc id or metalink id from which i can get all information.Kindly help on the same.
    Thanks,
    Vishal Joshi
    Edited by: Vishal Joshi on Jan 25, 2011 3:15 PM

    Hi,
    Most of these integrations are prebuilt. Look for AIA/PIP.
    If you check out the presentations from OOW there were session on how other customers have done this.
    HTH,
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

  • Can CRM On Demand integrate with SAP applications?

    Hi,
    Can Siebel CRM On Deamd can work integrated with SAP applications..?

    Siebel CRM OnDemand can integrate with SAP applications using custom web services.

  • Error when startup WPF Application with Crystal Report !

    Hi!
    I have an error when build & run a WPF Application with Crystal Report. Can anyone help me ?
    First, I created 2 project, one is the WPF Application & one is Shell Start Up project (to show loading screen, then show main window when loaded, is WPF Application too)
    WPF Application:
    /// <summary>
        /// Interaction logic for MainWindow.xaml
        /// </summary>
        public partial class MainWindow : Window {
            public MainWindow() {
                InitializeComponent();
               // crViewer is SAPBusinessObjects.WPF.Viewer.CrystalReportsViewer
                crViewer.ViewerCore.ReportSource = new CrystalReport1(); // Assign report to viewer
    Shell Startup:
    [STAThread]
            public static void Main(string[] args) {
                AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
                Application app = new Application();
                ShowLoadingWindow(); // Show loading screen
                MainWindow mw = new MainWindow();
                mw.Show();
                app.Run();   
            static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) {
                // Exception was throw here
    And here is the exception & it's stack trace
    Message:  Object reference not set to an instance of an object.
    Stacktrace:
    at SAPBusinessObjects.WPF.Viewer.ViewerCore.<>c__DisplayClass1.<set_ReportSource>b__0()
       at SAPBusinessObjects.WPF.Viewer.DelegateMarshaler.<>c__DisplayClass29.<QueueOnThreadPoolThread>b__28(Object )
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

    As far as I know the error is typically due to the fact that I'm trying to address an object that has not been set. E.g.; this could be due to  bad scoping, bad inits/constructs, trying to access a member of a class without instance object and so on. I suspect this is a design \ code issue. You might be able to confirm this using [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx].
    Other than that, I'd recommend creating a phone case here:
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyVkAAAAR&rests=1282226845369
    - Ludek

  • Recording Captivate 4 with WPF windows applications

    Is anyone having issues recording captivate sessions using a WPF windows application. Specifically, I lose my ability to view data in any drop down control, although the data is there as I can retrieve it using the keypad. I have also had issues with the application locking after clicking on the drop down arrow. I have been assured by the development group that they have stuck to standard WPF controls, not any exotic third party controls. Any assistance would be greatly appreciated.
     

    Hi there
    Hmmm, this makes me wonder if WPF is what's used for presenting the Advanced Actions in Captivate. I say that because I personally had issues with capturing this area in Captivate.
    One suggestion is to establish a remote desktop control from the PC with Captivate. You actually run the problematic application on a separate PC. You control it remotely from the PC where you have Captivate installed. Because it's simply a windowed application on the PC where Captivate is installed, you can usually overcome any incompatibilities between the application and Captivate.
    Hopefully this helps... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Issue with Plugin Registration Tool in CRM 2013

    Hi,
    I've spent quite a while trying to connect up the Plugin Registration Tool for CRM 2013. I thought I'd had a breakthrough and got it connected but it's given me another problem. Let me try and explain where I'm at:
    Software is installed and I can open it up and enter in some details about the discovery service.
    With the credentials entered, I click on 'Login' and I get a pop up with 'Multiple CRM organizations are available to you. Please choose the one...' as the title and also a list of the environments to connect to - the list is as I would expect it to
    look.
    I select the environment and then click on 'Login' again.
    I get the same pop up box again, titled 'Multiple CRM organizations are available to you. Please choose the one...' but this time, there's no environments in there. Just before this new pop up appears, there's a message on screen for a very brief moment:
    "Initializing UII core connections to Microsoft Dynamics CRM...".
    At this point, there's not a lot I can do. Has anyone got any clues as to why this is happening and how I can get passed it?

    Hi Andrii,
    Thanks for your reply. I tried double clicking but it didn't seem to do anything at all - the screen just stayed put. I noticed that after clicking 'Login' when I'd selected the environment, there was a message on the screen for a very brief moment before
    I got the blank environment box - I tried to screengrab it a few times until I got it. It says "Initializing UII core connections to Microsoft Dynamics CRM..." - I don't know if this is relevany or not?

  • Merge Microsoft Surface(XNA) application with Microsoft Surface( WPF) application..

    Hi All,
    I have made an application in XNA ..which contained 3D building ,in which u can zoom the building, panning the building, rotate it & when u move yr finger over the building then it show individual floors of building , i mean when yr finger is on first floor
    then it show 1 floor as so on , & if u tap any floor then u jump to isomeric 3d part of that floor & here u found same functionality like zooming , panning etc..
    Now I wants to merge above XNA Application with my Surface(WPF) application ..for that I made the dll of my XNA apps & imported it in Surface(WPF) apps & tried to merge it but din't got success .....If any one has any idea please let me know ....
    Regards 
    Anupam Mishra

    did you got it working? I am in desperate need of this solution as I am approaching to my deadline for project.
    Thanks

Maybe you are looking for

  • Iphoto calendar is a mess, can we get a pro calendar in aperture?

    I am making a calendar using the aperture library in iphoto and having lots of troubles. When i have added the photos to their positions, i find that i need to edit some photos to fit their neighbours, and then having to close iphoto, open aperture a

  • What am I doing wrong with this filter (counter/frequency issue), probably another newb question.

    I extracted the part of my VI that applies here.  I have a 6602 DAQ board reading a counter for frequency, using a Cherry Corp proximity sensor.  Getting a lot of noise and errant ridiculously high readings.  Speed of shaft which it's measuring is cu

  • How to really edit source in .fla file?

    Hello,    I am a Java programmer and I can read and edit most anything I get my hands on. I don't work much with flash and when  I do there is no reason to look at any sort of source.    I received a file from someone to add to a project and the inst

  • Purchase Requisition printout

    Hi MM Gurus, My Client want to have the Purchase requisition Printout. But i have checked in SAP system that there is no standard settings for Purchase Requisition Printout. I have also checked in NACE that there is no Application available in SAP. H

  • Reg  Order reservation not deleting after PGI (VL01N)

    Hi All, ETO scenario, For production, reservation will be create through WBS element. After production , If I do delivery and PGI,  production order reservation is not deleting. Same material If I do delivery(LP) through CNS0, then order reservation