Forum Post: RE: How to read the child records from parent in CRM plugin
I want to execute this on creation of opportunity and line item
View ArticleForum Post: RE: Generic sql error
Hi Itz_Me_Ram, As suggested by Shivam and Ben, can you please try to adjust the batch size and let us know the result. Thank you. Amit Kumar Rath
View ArticleForum Post: RE: How to read the child records from parent in CRM plugin
As you need to create invoices based on line items. At the time of opportunity creation, there would be no line items. You so won't be able to achieve the invoice creation. If you trigger it at the...
View ArticleForum Post: Dynamics 365 app for Outlook on-premise vs online
Hi, I am looking for your experiences and thoughts on the subject. We are using Dynamics 365 on-premise at the moment with the Outlook plugin, but the plugin is giving us a lot of problems regarding...
View ArticleForum Post: RE: Generic sql error
Did you check the size of attribute "st_officeidentificationnumber"? Sometimes you have SQL Generic Error when you update a text field with a string that has a size superior to the one defined on the...
View ArticleForum Post: RE: Notify if no Activity logged for the Opportunity
I created the Rollup field as below: www.encorebusiness.com/.../track-last-activity-date-dynamics-crm-dynamics-365 Kindly let me know the detailed step to check it with numerical field.
View ArticleForum Post: RE: Switch Business Process Flow through JavaScript Web Resource
Hello, This link refers to the new client-side api for v9 of Dynamics 365: docs.microsoft.com/.../setactiveprocess Hope it helps!
View ArticleForum Post: Updating a lookup in a custom entity through plugin
Hi, My requirement is to get a lookup in a plugin , then check some conditions and then update the lookup field. I deployed my plugin on pre operation in synchronous mode. But i am receiving the...
View ArticleForum Post: RE: Updating a lookup in a custom entity through plugin
Hi, Did you debbug it, on plugin registration tool? I'm sure it will tell you which line is giving the error. But it seems you are trying to access some array or collection in a position that does not...
View ArticleForum Post: RE: Updating a lookup in a custom entity through plugin
yeah, i tried debugging it but i am getting some serialization format issues on debugging.So, i simply used traces in my code and directly run it.. Yes, here is the code below: try { // The...
View ArticleForum Post: RE: Updating a lookup in a custom entity through plugin
Are you sure that field "new_customer"is defined as Entity Reference?
View ArticleForum Post: How to read the data of Microsoft CRM Pre-defined system report...
Hi, I have created .net application and i am able to read data of Microsoft custom report using Microsoft SDK because it contains Fetch XML. Same using Microsoft SDK , i am not able to read Microsoft...
View ArticleForum Post: RE: Updating a lookup in a custom entity through plugin
On what message you have registered your plugin? Is it create or update?
View ArticleBlog Post: How Lubricant Marketers Use CRM to Integrate Data and Make it Come...
Lubricant Marketers, are you struggling to integrate data into your CRM system ? Or, are you struggling to make your data come alive? Do you have a CRM system to let all of this happen? This is a...
View ArticleForum Post: RE: Notify if no Activity logged for the Opportunity
Yes you can achieve this by using wait condition in workflow.
View ArticleForum Post: RE: How can create a new folder on local PC using javascript...
Adrian Begovich, Leo, Ravi Kashyap: thank you for you answer.
View ArticleForum Post: RE: Is it possible to express this SQL command as a...
FYI In the end we decided to do our housekeeping entirely in SQL (for both CRM2011 and CRM365/2016). I implemented it using a new stored procedure and a SQL script that schedules a daily task to...
View ArticleForum Post: RE: How to read the data of Microsoft CRM Pre-defined system...
You have to create fetch xml as per OOB report data.
View ArticleForum Post: RE: Updating a lookup in a custom entity through plugin
Hi CRM Beginner, Seems to be an array out-of-bounds issue. Can you show us the RetrieveEntityById function definition? One other point is to use GetAttributeValue to access the attribute values. This...
View ArticleForum Post: Refresh Form
Hi , I have custom button which run workflow step and the result of this workflow is create some record , i need to refresh my form after finish this process because i want show subgrid with new...
View Article