Issue in passing lookup value through parameters in CRM 2013
Hi,I have an entity named Proposals it has opportunity lookup field. I want to pass opportunity id when I open new proposal from opportunity form. I have a custom button in opportunity entity I have...
View ArticleUsing Microsoft CRM 2011 SDK calls in Threading application
Hello All, I am using threading application in which I have CRM sdk call(like Create,Update,Execute) on crm entities which are different in each thread. I am using early bound entity classes generated...
View ArticlePostOpportunityWin message - Context Input Parameters?
Hi, I'm fairly new to CRM development, but I have written a few simple plugins. What I have now, I'm having trouble with one custom plugin I'm trying to create. Basically I'm trying to run some code...
View ArticleActivate and Close Quote via Late Bound
I need to use late bound code to activate and then close a quote. The following is Early Bound code to accomplish this but can anyone translate it into Late Bound code? public void...
View ArticleCRM ONLINE 2013: On Approval Of Quotation, Run Report, Generate PDF and Send...
Hi,I am using CRM ONLINE 2013.How to automate below process?1. On Approval Of Quotation, Run Report.2. Generate PDF.3. Send an Email With PDF as attachment.As i have gone through many forums for this...
View ArticleDynamic CRM 2013 Online how to execute Report, generate PDF and email
Dear All,I am using Dynamic CRM 2013 online. For quote, I have workflow and Dialogue processes for review process. On approval, I want the system to generate a PDF of quote report, attach the PDF and...
View ArticleCRM 2013 - Convert Async workflow to Synchronous
Hi,I already have a async workflow in place in CRM but I would like to convert the workflow to synchronous workflow and set ‘Execute’ as “The user who made changes to the record” in the synchronous...
View ArticleGet entity display name in JavaScript using SDK.Metadata.js in Microsoft...
Hi, I have created a custom entity in my Microsoft Dynamics CRM 2013 environment. I have added "SDK.Metada.js" and "Json2.js" on entity form. I have written following JavaScript code to retrieve...
View ArticleAlternative for "Xrm.Page.ui.controls.get('WebResource_Name')" or...
Hi, I have inserted a web resource (containing a select control) on one of my custom entity form. I am using the following JavaScript code to disable the select control on save of the entity form....
View ArticleCRM 2013 ADFS 2.1 SDK Calls, Error: System.NotSupportedException: The...
Hi Community,I have successfully configures CRM 2013 with IFD. I get the error message from above when i try to connect to the CRM via SDK calls.I have tried to apply the following KB-Article. Which...
View ArticleBID and Custom Report based on opened entity form
HiI have created a report in BID with the following fetch-query :<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"><entity name="invoice"><attribute...
View Articleodata query in a web resource
HI,Can I use multiple odata queries in multiple functions like this? function getUserCounty(userId) { debugger; var serverUrl = Xrm.Page.context.getClientUrl(); var ODataPath = serverUrl +...
View ArticleActivityParty - Missing reference
Hello All,I'm trying to send email using email field in plugin. Below is the code i'm using. Its giving me error saying that , namespace ActivityParty could not be found - are you missing assembly...
View Articlecrm 4.0 code immigrate to crm 2013
Hi all experts,I am newbie in crm and now we upgrade crm 4.0 to crm 2013. I did not work with crm 4.0 and have very little exprience by crm 2013 (4 Months). I must immigrate Plugin to crm 2013 and...
View ArticleHow to add button within form in crm 2013
Hi,I want to add button with in entity form. Please tell me how to add button in form?
View ArticleCRM 2013 Pre-Filtered Report error
Hi ,im working on SSRS report in Dynamics CRM 2013 ( Dynamics CRM 2013 SP1 update rollup 1 on-premise ) in SQL Server Data Tools.I would like to iclude account prefiltering in my report.I tried CRMAF...
View ArticleCRM 2013: Iframe does not display the url set in onform load event with...
I have a situation we need to display a url in Iframe when a form is loading. the url is set in code with setSrc, or updated the query string value. this worked in crm 2004 not any more in 2013. MSDN...
View ArticleInserting HTML Behaving Differently for Bit (Two Options) rendered as...
Sorry for the awkward title, this one's hard to pin down.I have two fields, both bits (Two Options). I am using the XRMServiceToolkit (from Codeplex) to insert ToolTips on the page.The Toolkit uses...
View ArticleRetrive records using ODATA with SQL functions
Hi,I want to use SQL functions (for instance replace function) while retrieving records using ODATA endpoint using javascript. Like this:...
View ArticleHow to implement sql trigger logic in plugin CRM 2013
Hi,I have created a trigger in sql server for maintain version. But now I want to implement this logic on plugin. Can you tell me how to implement this trigger on plugin in CRM 2013?CREATE TRIGGER...
View Article