Forum Post: RE: Creating case or Lead from Microsoft Social Engagement
Mohammad, This is a screenshot of how you should configure the details: I wrote in red the label in english of the options that I selected. For the "Lead" details, youhave to replace "incident" for...
View ArticleForum Post: Update parent form from a child form
When you open the activity form to create an activity, the record is updated in lead entity, but until the page is refreshed it is not seen that it has been updated. Anyone know if there is any way to...
View ArticleForum Post: RE: Update parent form from a child form
Hello, You can add an event of the "refresh" of the subgrid which will be triggered once the record is actually created. See :...
View ArticleForum Post: RE: CRM 2015 Email router dosent Work With HTTPS CRM Oragnization...
I am comming back with solution for our problem. We have CRM installed in a NLB scenario, and the solution was to use NLB's URL in CRM deployment manager instead of node's names.
View ArticleForum Post: RE: Privileges for running Dialogs and Workflows
This is a bit old now, but maybe help someone. But Hosk has some good details on this topic here. crmbusiness.wordpress.com/.../crm-20112013-what-security-roles-do-you-to-need-to-run-a-dialog
View ArticleForum Post: Remote Debugging
Hello friends, We have the CRM FAT enviroments on AZURE virtual machines. Is it possible to perform remote debugging from visual studios' machines, which are in our company network? Than you,
View ArticleForum Post: RE: Remote Debugging
You should be able to install Remote Debugger on the Azure VMs, and that way debug on remote machines. I have not done it with Azure, but have done it with remote machines accessible via VPN where...
View ArticleForum Post: RE: Field validation using Javascript
Hey Lucas, Using "alert" in your client script is not supported and will break your forms in the future. For field validation in particular it is recommended that you use the "setNotification" method...
View ArticleForum Post: RE: Remote Debugging
Hi Picassadi, Yes its possible , you need to install remote debugger as Aric mentioned. Here is the some help reference you could follow . Hope this helps you....
View ArticleForum Post: RE: Remote Debugging
Yes, it can work with VPN or without. You will need to provide IP or FQDN of the machine you are connecting to.
View ArticleForum Post: RE: Remote Debugging
Hello Picassadi , How do you connect your VM? if its through VPN access then you should be connected with VPN when debugging.
View ArticleForum Post: Send email from the CRM on behalf of my gmail account
Is it possible to send emails from the CRM so it will pretend to send them from my gmail account, without actually setting it up and making adjustments in my google account such as "less secure up",...
View ArticleForum Post: RE: Plugin on Pre-Create of Order Close does not contain status
Chris, Can you please provide your code and registration in Plugin Registration Tool? I'm smart enough but not that smart to help you without seeing the code.
View ArticleForum Post: RE: How to Connect to SQL Database of Online CRM Dyanamics 365?
To connect your SQL Database with Online CRM you can use different SSIS or Cloud-Based No-coding solutions. I prefer cloud-based services `cause they usually don't require coding knowledge and manual...
View ArticleForum Post: RE: [HOW TO] Enable/Disable mandatory fields on portal form
Thank you so much Luca. It saved me a lot of time.
View ArticleForum Post: RE: Send email from the CRM on behalf of my gmail account
You can set up Server Side Synchronization with Gmail. You can set only an Outgoing Profile, so that you don't have to worry about incoming emails. Regarding the tracking of the email, this is a...
View ArticleForum Post: RE: Send email from the CRM on behalf of my gmail account
Hi GIlp, In order to send e-mails from your gmail account from CRM you would need to have following set-up in CRM: - the internal email address of your system user record needs to be set to the gmail...
View ArticleBlog Post: Dynamics Saturday USA - 10th March
Dynamics Saturday Dallas USA Date: March 10th Location: Microsoft Corporation, 7000 State Hwy 161, Irving, TX 75039 Registration: http://365saturday.com/dynamics/dallas-usa-2018 Announcing the Launch...
View ArticleForum Post: RE: Field validation using Javascript
Hi Lucas, Michel is correct , you should go the way Michel suggested. I have done little modification to reduce the redundancy of the code. Just created one reusable method where you need to pass the...
View Article