Forum Post: RE: Processing of an mail
Hi, refer to below links (Please visit the site to view this video) make sure you use the latest sdk dll...
View ArticleForum Post: RE: Notes section issue in On premise 8.2.0.749
Hi, have you tested in different browsers? if not, give it a try, sometime it is caused by browser.
View ArticleForum Post: RE: Custom form
Hi , As mentioned by Wei You need to implement out of the box quick view form by using client entity lookup I'd. Please follow below reference - technet.microsoft.com/.../dn531145.aspx...
View ArticleForum Post: Subgrid Inline Lookup filtering on create
Hi Guys, Is it possible to attach custom filter on inline subgrid lookup.I know its possible via unsupported way but wanted to check if we can achieve this in suppoorted manner. Regards, Shaminder
View ArticleForum Post: RE: Business process flow
last question @fun. can i get the report done for how long the record is paused and who has paused??
View ArticleForum Post: Restrict closing tasks if child tasks are open
Hello all, I have added a sub-grid on the Task entity form relating to Tasks. Within that sub-grid I have child tasks that nee to be completed for the parent task. Is there a way that I can restrict...
View ArticleForum Post: RE: How to call Plugin when click on Iframe button in Dynamics...
Hi Naveen, You can achieve this by following steps: 1)Create an action in CRM of Global Type 2)Create an input parameter for that action 3)Write a plugin on action 4)Call your external api's in plugin...
View ArticleForum Post: RE: iPad web browser users: + button missing from...
Hi, We have the same issue in our enterprise. We have lost this button in Safari, Chrome and Opera on Android tablet and Ipad. BUT it is still present in the Firefox browser when you access the main...
View ArticleForum Post: RE: Restrict closing tasks if child tasks are open
Hi Leibish, Yup,we can do that . Write a plugin on change of status,in that check if status is equal to closed then check whether there are any child tasks having status active,if yes then throw an...
View ArticleForum Post: RE: Subgrid Inline Lookup filtering on create
Hi, this is not possible, take a look on below post. community.dynamics.com/.../209482
View ArticleForum Post: RE: Subgrid Inline Lookup filtering on create
Hi Shaminderpal, Seems its not possible I have not tried , you can try and let me know. Please find below reference how to add custom JavaScript in the grid control field....
View ArticleForum Post: RE: Subgrid Inline Lookup filtering on create
Hi Gautam, Thanks for your reply.I was actually looking for filter when we click on create button and get inline lookup,the you shared is for the editable grids reference lookup. Nevertheless,thanks...
View ArticleForum Post: RE: Restrict closing tasks if child tasks are open
Hi, you can create a custom workflow or plugin, trigger on status change, if the status is completed, check is there any childs still in open status, if yes, throw meaningful error message to user.
View ArticleForum Post: Making change to Case Activity Section
I was wondering what the proper way to go through and make changes to the Phone Call section under Activities when making a new case. I would like to add the duration field to this specific form. I...
View ArticleForum Post: RE: Business process flow
Hi CRM guy, i will take a look tomorrow and come back to you, i closed my development laptop already.
View ArticleForum Post: RE: Making change to Case Activity Section
Hi, unfortunately ,you cant edit this. community.dynamics.com/.../159929
View ArticleForum Post: RE: Business process flow
sure thank you for your response will be waiting for your reply. have a good time
View ArticleForum Post: RE: Query Builder Error - Field does not exist
I´ve just opened a case with Microsoft support on that. The answer : this is a application bug caused by migration CRM OnLine from v.8 to v9, waiting for an patch to solve it. Nice! Regards,
View ArticleForum Post: deactivating workflow using web api generates error
I am trying to deactivate workflow (the definition workflow) I own using the web api, however, I get an error. The C# examples that I found suggest that this was all that was necessary to...
View Article