Custom report Fetch XML error in CRM 2011 online version

When i am trying to connect to my online CRM 2011 server below error appears
Unable to connect to data source 'DataSource1'.The connection to server "https://{my org name}.crm5.dynamics.com/XRMServices/2011/Discovery.svc"
could not be established. Make sure that the connection string and credentials are correct, and try again.
I also tried as per Abhishek Agarwal MSFT suggestion as
1. Make sure that the credentials are correct.
2. Try accessing the same URL through the web browser by providing the same credentials.
3. Try enabling traces for BIDS and look for the detailed error logs. You can do this by creating the regular
CRM trace registry entries under HKLM\SOFTWARE\Microsoft\MSCRMBidsExtensions or HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSCRMBidsExtensions is you have a 64 bit
machine.
but nothing happens, trace log is
ExceptionManager.PrepareException
>Unhandled Exception: Microsoft.Crm.Reporting.DataExtensionShim.Common.ReportExecutionException: The connection to server "https://xxx1.crm5.dynamics.com/XRMServices/2011/Discovery.svc"
could not be established. Make sure that the connection string and credentials are correct, and try again.
>
>Inner Exception: Microsoft.Crm.Reporting.DataExtensionShim.Common.ReportExecutionException: Metadata contains a reference that cannot be resolved: 'https://xxx1.crm5.dynamics.com/XRMServices/2011/Discovery.svc?wsdl'.
>   at System.ServiceModel.Description.MetadataExchangeClient.MetadataRetriever.Retrieve(TimeoutHelper timeoutHelper)
>   at System.ServiceModel.Description.MetadataExchangeClient.ResolveNext(ResolveCallState resolveCallState)
>   at System.ServiceModel.Description.MetadataExchangeClient.GetMetadata(MetadataRetriever retriever)
>   at System.ServiceModel.Description.MetadataExchangeClient.GetMetadata(Uri address, MetadataExchangeClientMode mode)
>   at Microsoft.Xrm.Sdk.Client.ServiceMetadataUtility.RetrieveServiceEndpoints(Type contractType, Uri serviceUri)
>   at Microsoft.Xrm.Sdk.Client.ServiceConfiguration`1..ctor(Uri serviceUri)
>   at Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateConfiguration[TService](Uri serviceUri)
>   at Microsoft.Crm.ServiceConfigurationCache`1.GetServiceConfiguration(Uri serviceUrl)
>   at Microsoft.Crm.ServiceProxyCache`1.GetServiceProxy(Uri serviceUrl, Credential credentials, Uri homeRealmUrl, String passportEnvironment)
>Inner Exception: Microsoft.Crm.Reporting.DataExtensionShim.Common.ReportExecutionException: The remote server returned an error: (407) Proxy Authentication Required.
>   at System.Net.HttpWebRequest.GetResponse()
>   at System.ServiceModel.Description.MetadataExchangeClient.MetadataLocationRetriever.DownloadMetadata(TimeoutHelper timeoutHelper)
>   at System.ServiceModel.Description.MetadataExchangeClient.MetadataRetriever.Retrieve(TimeoutHelper timeoutHelper)

First, please make sure you are using the right version of Microsoft Dynamics CRM 2011 Report Authoring Extension
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=64a09b75-8376-4b9d-aea3-8a83a1837c4d
Second, please make sure the connection string is correct, for CRM online,
The connection string should be: <ServerURL>;<OrganizationUniqueName>;<HomeRealmURL>
In this connection string, only <ServerURL> is mandatory.
For more details, please refer to
http://rc.crm.dynamics.com/rc/2011/en-us/online/5.0/help/how_rpt_customcreatefetchrs.htm
Please remember to click “Mark as Answer” on the post that helps you. Jackie Chen, Microsoft Online Community Support

Similar Messages

  • Connect To Microsoft Dynamics CRM 2011 Online From Windows Azure Hosted Website

    Hi
    I have hosted a asp.net website on Windows Azure and trying to connect to Microsoft Dynamics CRM 2011 Online. But I am getting below error:
    The data protection operation was unsuccessful. This may have been caused by not having the user profile loaded for the current thread's user context, which may be the case when the thread is impersonating.
    Error Source =    at System.Security.Cryptography.ProtectedData.Protect(Byte[] userData, Byte[] optionalEntropy, DataProtectionScope scope)
       at Microsoft.Crm.Services.Utility.DeviceUserName.Encrypt(String value) in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 869
       at Microsoft.Crm.Services.Utility.DeviceUserName.UpdateCredentials(String encryptedValue, String decryptedValue) in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 840
       at Microsoft.Crm.Services.Utility.DeviceUserName.set_DecryptedPassword(String value) in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 796
       at Microsoft.Crm.Services.Utility.DeviceIdManager.GenerateDeviceUserName() in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 390
       at Microsoft.Crm.Services.Utility.DeviceIdManager.RegisterDevice(Guid applicationId, Uri issuerUri, String deviceName, String devicePassword) in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 185
       at Microsoft.Crm.Services.Utility.DeviceIdManager.LoadOrRegisterDevice(Uri issuerUri, String deviceName, String devicePassword) in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 109
       at Microsoft.Crm.Services.Utility.DeviceIdManager.LoadOrRegisterDevice(Uri issuerUri) in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 92
       at Microsoft.Crm.Services.Utility.DeviceIdManager.LoadOrRegisterDevice() in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\DeviceidManager.cs:line 70
       at ServerConnection.ConnectToCRM() in c:\DWASFiles\sites\mfs\VirtualDirectory0\site\wwwroot\App_Code\CrmService.cs:line 56
    Can someone help me on this?
    Thanks Chandrabhanu

    Hi
    DeviceidManager.cs was causing the problem. I used simple codes and it worked.
    string CrmConnection crmConnection = CrmConnection.Parse("Url=" + crmserver + "; Username=" + username + "; Password=" + password + ";");
    OrganizationService serviceProxy = new OrganizationService(crmConnection);
    Thanks Chandrabhanu

  • Custom Reports Snapshots Disappeared when upgrading from 2011 to 2013

    Hi all,
    We are in the process of upgrading our CRM 2011 instance to CRM 2013. Both instances are on premises and use separate servers (SQL, front-end,etc...). This is how we went about it:
    - installed CRM 2013 on a new server using a different SQL server than the one used by the CRM 2011 installation.
    - took a backup copy of the CRM 2011 database and restored it on the CRM 2013 server
    - imported the CRM 2011 organisation on the CRM 2013 installation using the deployment wizard
    - the import went without any errors
    Now for the issue we are experiencing:
    - in the CRM 2011 we have several custom reports snapshots which were then used for subscriptions via SRS
    - the custom reports have been imported OK into the 2013 deployment when we imported the organisation
    - the custom reports snapshots have not been imported into SRS although they are listed in the CRM user interface under the reports section. When trying to run the reports from the CRM user interface an error message is displayed that the requested does
    not exist (as expected as the file does not exist on SRS)
    Any assistance would be much appreciated.

    Hi Jeffki123,
    I can reproduce it as you describing. Based on my understanding, the task pane is drawed by Word applicaiton, the Word applicaiton need to make task pane fit the current version of Office.
    >>Is there anyway to control the font size of the custom task pane title?<<
    No. As far as I konw, we can only change the size and postion of custom task pane. You can get more detail about the task pane from links below:
    Custom Task Panes
    CustomTaskPane Interface
    I suggest that you submit the feedback from link below, if you want to Word expose this function to enable change the font size of custom task pane.
    Submit Feedback - Microsoft Support
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create a custom report and include multiple extended CRM database?

    I have created a number of CRM databas extensions and applied all there fields to my contacts and cases.
    I might have for example:
    - Additional address details
    - Business information
    - Quote Details
    - Trade Referees
    I know how to run a custom report and that I can select any one of these extra CRM databases as a filter and included them in the report. Is there a way though to add more than one (preferrably all) of the extra CRM databases to the report?
    The onely ways I can see it work is by either include all fields in one extra CRM database (not ideal) or bu running multiple reports and merge them somehow in Excel.
    Is there another way that I am not aware off?
    Thanks for your help,
    Jerun

    Hi Jerun,
    There's no way to do that. You'll need to run separate reports and merge them in Excel.
    -m

  • Can we generate a report on Audit History? (CRM 2011)

    Hi,
    I can see the Audit view in the database but every record is holding only Old value . No idear from where crm is pulling up the new value?
    Can any one please let me know the solution?
    Thanks.

    check following links for the same..
    http://a33ik.blogspot.co.uk/2011/11/crm-2011-reports-on-data-auditing.html
    http://marcuscrast.wordpress.com/2012/01/14/dynamics-crm-2011-audit-report-in-ssrs/
    http://kelvinshen.blogspot.co.uk/2012/02/crm-2011-auditing-report.html
    MayankP
    My Blog
    Follow Me on Twitter

  • Sales  customer report shows this error

    Hi ,
    please how to resolve this error recently it showed this error ..i have send my log file error ..i am not figured out where the problem lies...its urgent ...greateful to all..please help me....this problem taken after creation of new legal entity.
    Projects: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXTGSCPR005 module: Consolidated Sales by Customer Client wise
    Current system time is 19-OCT-2012 12:09:23
    **Starts**19-OCT-2012 12:09:23
    ORACLE error 1427 in FDPSTP
    Cause: FDPSTP failed due to ORA-01427: single-row subquery returns more than one row
    ORA-06512: at "APPS.XX_XML_SALES_CUSTOMER3", line 127
    ORA-06512: at "APPS.XX_XML_SALES_CUSTOMER3", line 318
    ORA-06512: at line 1
    The SQL s
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1306154 on node ORAPSPR01 at 19-OCT-2012 12:09:23.
    Post-processing of request 1306154 failed at 19-OCT-2012 12:09:23 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Exceptions posted by this request:
    Concurrent Request for "Consolidated Sales by Customer Client wise" has completed with error.
    Concurrent request completed
    Current system time is 19-OCT-2012 12:09:23
    thanks,
    User13100220.

    I read many like this, start_date or end_date. Are you sure that this query return only 1 row? Because period_name may not uniquely indentify the records.
    SELECT start_date FROM gl_periods WHERE period_name = p_gl_period_from
    it shows error i didnot find any data ... error taken after creation of new legal entity.....
    thanks,

  • Substitution string used in custom Report column name does not display in PDF version of report

    I am using Apex 4.2.6.00.03, Apex Listener 2 via Glassfish4 and have set up all my applications and reports on this system.  We previously used Oracle 10.2, with Apache with a custom fopping document.
    My issue is that I have a report that has custom column headings using a substitution string to pull in the begin or end date for the report.  When the report is run and displayed, the column headings appropriately display the date.  However, when I try to set up the Print to PDF option, the column headings are not displaying correctly.
    Is it possible to use a substitution string in the column heading?  I am able to use the substitution string in the Page Header and Page Footer and those display correctly.
    In the Report Attributes setup I have set the "Strip HTML" to Yes and I have four columns that are using the &"ITEM NAME". string.  See below for actual display:
    The report column headings in APEX displays correctly (bold is the substitution detail): 
    Fund    Account Description          Balance 07/01/2014     Budget/Goal FY 14-15     YTD Actual 02/28/2015         Ending Balance 02/28/2015
    In the Print Attributes setup, when I get to the Report Columns section, the Heading column displays the headings as set up in the Report Attributes custom and I am not able to edit these names.  See below:
    In the version of the report that is Printed to PDF I get the following for display:
    Fund           Account Description           Balance %26amp;P347_BEGIN_DATE.     Budget/Goal %26amp;P347_FY.     YTD Actual %26amp;P347_END_DATE.     Ending Balance %26amp;P347_END_DATE.
    Any assistance would be greatly appreciated.
    Thanks,
    Pat

    First, the misspelled word is a test object and not data.
    Second, all data display correctly.
    Third, text object is displaying the old misspelled word.
    Fourth, I have eliminated the possibility that problems in of my pdf export routine cause this issue by exporting directly from Crystal Reports Viewer. I print the report to the crystal report viewer. The report looks good. The text object is spelled correctly. Then I click the Crystal Reports viewer's export button in the left upper corner and I export to both EXCEL and PDF. The excel export looks good. The pdf export is misspelled. All the export occurs internally in Crystal reports.
    Fifth, I found outthat all users who have this problem have the ADOBE PDF writer installed. I am just suspicious that ADOBE writer is interferring with Crystal export
    Sixth, I cannot recreate this problem on any of our development and test machines. It only happens on end-user laptops.
    Seventh, I changed the name of the report that had this problem and created a new version and installed on end-user laptop. The behaviour still persists. User saved the report as both RPT and PDF. RPT export looks good. PDF version has the spelling problem. Data on both reports is up-to-date and good. I copied the same RPT export to my PC and exported it to PDF, the pdf looks good. That is why I think something on the end-users laptops is causing the export to use some cached template.
    One more thing I did was to change the report name in VB.NET project, recreated a new package and installed on end-user's laptop. The same exact problem is still there.
    I have worked with Crystal Reports more than 15 years and I have never such a weird behaviour before. I know this sounds very weird. We are all baffled by what is happening.

  • How do I import .eml emails, etc. from Windows Mail 2011 (online version) to Lion mail program?

    I have tried to find out how to import my stored .eml emails from my previous PC into my new Mac Mini Lion Mail program, so I will not lose them all.  I have tried going through Thunderbird, but all it keeps giving me for choices is Apple Mail and Eudora.  Then the Mail on the Mini only gives me choices that do not include the .eml files.  Please help!  I have a gazillion emails saved and don't want to lose them!  Thanks very much!

    I see you are running Leopard. So maybe ask your question in the Leopard forum area.
    http://discussions.apple.com/category.jspa?categoryID=235

  • Multiple dev environments of CRM 2011 on one SQL 2012 server

    Hello,
    I have requirement to install multiple development servers of CRM 2011 which would use one SQL 2012 Server. 
    As you know, you need separate CRM 2011 Reporting Extensions, which means that Reporting Services (SSRS) should be installed not in SQL 2012 server but in the same server as CRM 2011. For SSRS (on CRM 2011 server) I want to use SQL 2008R2 Express (licensing
    issues).
    Is it possible to use SQL 2008R2 Express only for SSRS, while CRM 2011 is using SQL 2012 on different server?
    I get errors while creating organization:
    System.Web.Services.Protocols.SoapException: The feature: "Customizing security roles" is not supported in this edition of Reporting Services.
    Environment information:
    CRM 2011 on Windows Server 2008 R2. In the same server SSRS 2008 R2 on SQL 2008 R2 Express
    CRM database in different machine with SQL 2012 on Windows Server 2012.
    Regards, 
    Jonas

    SQL Express is not supported for Dynamics CRM.  Plus, the only way to have completely separate installations of Dynamics CRM pointing to one server for SQL is to used named instances of SQL Server on the Windows server you're installing SQL. 
    So you literally would have to install SQL multiple times on that one box.
    Instead of going through all that effort, why not just install Dynamics CRM once, and then make multiple CRM deployments using the CRM Deployment Manager? You can make as many CRM environments as you need with a single install of Dynamics CRM. This works
    great in dev environments where you need multiple instances for multiple devs. Plus, it gives you exactly one point of administration when it comes to the CRM install, and is a lot more supportable.
    The postings on this site are solely my own and do not represent or constitute Hitachi Solutions' positions, views, strategies or opinions.

  • CRM 2011 openStdWin method

    Hi,
    I'm having a problem with a some client code (web resource) that opens a window from the main application ribbon of CRM 2011.
    It works in the browser but not in the outlook client and I have an idea as to why but not how to fix it.
    Before my code opens the window it checks whether or not it is running from the outlook client - if so the openStdWin method is used:
    var my_win = openStdWin(window_url, window_name);
    If not the normal window.open method is used:
    var my_win = window.open(window_url, window_name, window_settings);
    In both cases a window opens, but since I have to (after the window opens) call a method inside this new window:
    my_win.methodName();
    my_win has to be an actual window object which is it when I use window.open but apparently not when I use openStdWin.
    Because of this my code breaks at the point where in attempt to call the method in the newly opened window when running from outlook client.
    Can anyone shed some light on this - maybe this method is supposed to be used in another fashion?
    PS. when I close down outlook after a failed attempt I get the option to send an error report to Microsoft which contains the following:
    Microsoft Dynamics CRM Error Report Contents
    <CrmScriptErrorReport>
    <ReportVersion>1.0</ReportVersion>
    <ScriptErrorDetails>
    <Message>Permission denied</Message>
    <Line>1</Line>
    <URL>/_grid/OutlookRibbonContextGrid.aspx?etn=account&ver=63475613997005</URL>
    <PageURL>/_grid/OutlookRibbonContextGrid.aspx?etn=account&ver=63475613997005</PageURL>
    <Function></Function>
    <CallStack>
    </CallStack>
    </ScriptErrorDetails>
    <ClientInformation>
    <BrowserUserAgent>Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Microsoft Outlook 14.0.6117)</BrowserUserAgent>
    <BrowserLanguage>en-us</BrowserLanguage>
    <SystemLanguage>da</SystemLanguage>
    <UserLanguage>da</UserLanguage>
    <ScreenResolution>1920x1200</ScreenResolution>
    <ClientName>Outlook Laptop - Online</ClientName>
    <ClientTime>2012-06-18T13:00:14</ClientTime>
    </ClientInformation>
    <ServerInformation>
    <OrgLanguage>1033</OrgLanguage>
    <OrgCulture>1030</OrgCulture>
    <UserLanguage>1033</UserLanguage>
    <UserCulture>1030</UserCulture>
    <OrgID>{CBFE2AD6-1D2D-4AC4-BC17-5A9998BBA17F}</OrgID>
    <UserID>{8EFA7A51-B614-4CB6-868D-A587AB77521B}</UserID>
    <CRMVersion>5.0.9688.1561</CRMVersion>
    </ServerInformation>
    </CrmScriptErrorReport>
    The message says "Permission denied" but I think that is a little misleading because the object simply isn't there or rather it is an empty object.
    If I do this alert(JSON.stringify(my_win)) when using window.open I get a dialog with a full window object (or as much as the dialog can show) but when I use openStdWin i get "{}" which is an object but an empty one.

    Thanks for your reply Scott,
    I am using absolute URL. The 1st part is provided by the build-in getServerUrl (in the Xrm.Page API) and the rest of the URL is a static path to a HTML Web Resource, so there should be no cross-domain stuff going on. (it is CRM 2011 Online by the way).
    The HTML Web Resource does include some javascript files but they are all Web Resources in the same solution (referenced by relative path).
    Right now I actually have a working solution I made yesterday, but that was by doing a work-around. Roughly what I
    was doing in the first place was:
    1) open the window and when window was loaded ask the opening window/code (javascript) to build and execute a query.
    2) upon completion of the query, message back to the opened window (via my_win.someMethod()) that the result was ready to use.
    The reason for doing it this way was to ensure that the opening window markup would be fully loaded and look nice (and display a progress indicator etc.) before starting to execute the query, which could make the window appear as not responding or just make
    it not load right away, which looks ugly.
    Secondly, the result from the query (an array of simple objects) needs to be merged with a larger array which the opened window already holds due to the javascript files it references.
    What I am now doing in the work-around is to have the opening window build and execute the query itself, since that eliminates the need to call a method on the window object which is null (or I
    do not have access to for what ever reason).
    Since this works I cannot see what illegal or cross-domain stuff there should be going on in the original version. The only difference between the 2 versions is that in the 2nd version, once the window is opened, I don't need the window object for anything,
    like it did in the 1st version.
    I still like the 1st version better, so I'm still interested solving the mystery about the missing window object from openStdWin.

  • Report using xml stylesheet

    Has anyone tried generating report output in xml and displaying using stylesheet. I need some help in this.
    Any help is appreciated.
    Thanks
    Rakesh

    Hi Rakesh,
    If you mean "Customizing Reports with XML", then you can take a look at the Chapter on this topic in Publishing Reports Manual:
    http://download.oracle.com/docs/html/B10314_01/pbr_xml.htm#1004903
    Let us know if you have Q's.
    Navneet.

  • Excel Output for Standard Reports using XML Publisher

    Hi All,
    Customer wants to get Excel Output for the existing Standard/Custom Reports using XML Publisher. I followed the following procedure.
    1. Changed the output to XML for Concurrent program ( Trial Balance - Detail )
    2. Used the Existing seeded Template
    3. Ran the Report using EXCEL as the output.
    When I clicked on View Output, I am not able to see the Excel output. I am seeing the HTML tags in the output window. Verified that Viewer Options existed for Excel as follows:
    File Format=Excel, Mime Type=application/vnd.ms-excel.
    When I ran the report with PDF output. I can see the PDF output.
    Ran the HTML output with new Viewer Option ( File Format=HTML, Mime Type=application/vnd.ms-excel) then I can see the output in Browser in the Excel format. I did this test after going through the Metalink Note: Note:316752.1
    My question is.. Do I need always choose the HTML ouput in the options window to trigger the Viewer option for HTML. Customer may not like this idea. He would like to choose the Excel Output and see the output in Excel format either in the Browser or Microsoft Excel.
    Can someone in this situation before help me out.
    Thanks,
    V

    Questions rephrase:
    1. Is the output is same for HTML and Excel options ?
    2. Why the output is viewable with HTML option and not with Excel option ?
    Customer has XML Publisher Version 5.0.1 and in the process of applying 5.6.1
    Thanks,
    V

  • Migrating from CRM 2011 on-premise to Online

    Hi there,
    We currently run CRM 2011 on-premise, we have 5 users and minimal customisations so far. We would like to migrate from On-premise to Online as we have this available through our Office 365 plan. Is there a migration tool available from Microsoft, or a manual
    migration guide? We have searched for info online and can only find 3rd party tools that provide this function that are very pricey for such a small company. 
    Are we stuck doing this manually or is there a way?
    Steve

    For the migrating from CRM on premise to online has two parts:
    1.Customization
    You can export the total solution as following:
    Go to Settings->Customization->Export Solution
    Click Next->Choose what you want to export.
    Click Next to export.
    Then you can go to another CRM Online instance, go to Settings->Solutions->Import solution.
    2. Data
    For the out of box function of CRM 2011 Online, we does not support all data export one time. But we support all data export for one entity one time as following:
    Let us take example that you want to export data for Account and Contact record types.
    1. Create a view of all fields for the record type Account.
    a. Go to accounts Grid and click on Create personal view
    Click Edit Columns in the dialog that pops up and then click Add Columns.
    Click the checkbox in the header to select all columns. (This will export data for all columns, some of which may not be importable)
    Click ‘ok’ and then Click ‘Save’ on the Ribbon in Advanced find dialog. It will prompt you for name of the view .Provide the name for the view.
    2. Navigate to view (Account) and Export the data in Static Excel format.
    a) Go to Accounts Grid.
    b) Navigate to Accounts view.
    c) Click Export to Excel.
    d) Select “Static worksheet with records from all pages in current view”.
    e) Click Export and save the file. (Account.xls)(The records that are exported will be based on the record for which you had privileges).
    f) Save the file in CSV /XML format from Excel. (Account.csv)
    Wilson

  • Custom Report Configuration

    Hi all,
    I have an issue during the configuration of CustomerReportExtensions.xml.
    I was already provided with EqtUIModelDefinitions.xml and EqtUICommonModels.xml files, but I'm not sure how to use them.
    Would you please provide me with a documentation guide?
    Thanks.

    Have you looked at the Agile Product Lifecycle Management for Process Custom Report Configuration Guide?
    It is available online on OTN, in the Product Lifecycle Management for Process Extensibility Pack 2.7 for Microsoft Windows zip file or HTML link:
    [http://www.oracle.com/technetwork/documentation/agile-085940.html#plmprocess|http://www.oracle.com/technetwork/documentation/agile-085940.html#plmprocess]
    If you have it already and have a specific question, let us know.
    Thanks
    Ron

  • Email Template Issue in MS CRM 2015 Online

    Hi,
    We recently upgraded the CRM form 2011 on premise to MS CRM 2015 online.
    We are facing the issue in Email Templates navigation in MS CRM 2015 online version as mentioned below.
    SETTINGS-->TEMPLATES-->Email Templates getting the following error message.
    I have deleted all the email templates in DEV instance but still this error occurred.
    Please help how to resolve this issue. Its very urgent.
    Yadav

    Hi,
    Please let me know if anybody aware of this issue.
    Yadav

Maybe you are looking for