Hi All, Can I get form properties or entity properties for a target in retrieveMultiple message plugin. Is this doable ? My code void OnPostOperationRetrieveMultiple(LocalPluginContext lpc) { if (lpc.PluginExecutionContext.InputParameters.Contains("Target")) { var target = (Entity)lpc.PluginExecutionContext.InputParameters["Target"]; throw new InvalidPluginExecutionException("IN TARGET"); } } Please help
↧
Forum Post: CRM plugin Target Properties in RetrieveMultiple Message
↧
Forum Post: RE: Restrict Plugin To Process On Views and Advance Find View
Hello, Is it On-Prem instance? If yes and you work without isolation you can get source of your call. Check following post - mscrm4ever.blogspot.com/.../crm-40-logging-user-login-information.html HttpContext should contain information that you need. If you're online or you can use only isolation plugins I'm afraid you can't define the source of call.
↧
↧
Forum Post: RE: Feedback on Zappysys SSIS PowerPack for migration to Dynamics 365 online?
Hi folks, I want to recognize that our conversation here has been a little diverged. So I plan to make edits to some of my comments, as I believe we all work for the better of our life, whether individually, or for the family, the clients or partners, or probably for the wide community. Thanks,
↧
Forum Post: Setting Up Email Profile for O365
My company is in the process of upgrading to Office 365. Our IT department is the first to get it so we can migrate everything correctly and what not before it goes to the rest of our users. Since my mail has been upgraded to O365 I lost my ability to use mailbox in CRM with our current exchange email server profile. Has anybody ran into similar issues? I tried Exchange hybrid and Exchange online and both dont seem to work. Any thoughts?
↧
Forum Post: RE: Feedback on Zappysys SSIS PowerPack for migration to Dynamics 365 online?
Comment Edited
↧
↧
Forum Post: RE: Business Rule does not apply to all users
Thank you for your response. I've checked all fields in the Business Rule and they are on the form. All users have security access to the main form which is the one form all users use. We only have Main, Mobile and Quick View form types for this entity. The Business Rule does work when I run it. Thank you
↧
Forum Post: RE: Setting Up Email Profile for O365
Hi If your exchange is migrated to O365 and if yours is now Exchange Online, you have to configure the Server Profile to be Exchange Online first. Once you configured the exchange, you could test and enable your mailbox to see if CRM is able to communicate What Sync methods you have set up, are you using Server Side Sync? Once your Server profile is configured, you can Test and Enable all the mailboxes from the Server Profile as shown below If you don't dont want to test and enable all the mailboxes, you can do this at mailbox level as shown below Once you clicked on Test & Enable, check the Alert tab to see if the communication with Exchange for Incoming, Outgoing and Appointment/Contact/Task sync successful or not If it faile it will give you a detailed error message as to why it failed, that should help you to make necessary change and get it working You could also refer to the following link to have a read about troubleshooting and monitoring Server Side Sync https://docs.microsoft.com/en-us/dynamics365/customer-engagement/admin/troubleshooting-monitoring-server-side-synchronization
↧
Forum Post: RE: Business Rule does not apply to all users
Does any of the field involved in the BR has Field Security enabled? if so do all the users have at least read access if the any of the FSP enable field used in BR conditions
↧
Forum Post: RE: CRM plugin Target Properties in RetrieveMultiple Message
Hi Do you want to access the Entity Attribute or you want to access Entity metadata such as Entity Properties, forms and other metadata related to entity? Based on your question, my assumption is you are trying to access entity Meta Data not attributes and if so please see below as to how you can access Enitity Meta data community.dynamics.com/.../how-to-retrieve-entity-metadata-programmatically-in-microsoft-dynamics-365 docs.microsoft.com/.../gg327624(v%3Dcrm.8) You could specify what Entity Properties you need in your request and it will return all those properties in the results
↧
↧
Forum Post: RE: Setting Up Email Profile for O365
I tried doing this and none of it worked. I cant send the screen shot but this is what the errors are. Mailbox Jon O'Brien VIEW DETAILS Delete the alert. Your mailbox Jon O'Brien isn’t currently syncing appointments, contacts, and tasks due to an update to the mailbox record. Ask your administrator to test and enable the mailbox. Email Server Error Code: ACTMailboxUpdateError Learn More 3/28/2019 3:44 PM Mailbox Jon O'Brien Your mailbox Jon O'Brien isn’t currently sending outgoing emails due to an update to the mailbox record. Please ask your Dynamics 365 administrator to test and enable the mailbox. Email Server Error Code: OutgoingMailboxUpdateError Learn More 3/28/2019 3:44 PM Mailbox Jon O'Brien Your mailbox Jon O'Brien isn’t syncing incoming emails due to an update to the mailbox record. Ask your Dynamics 365 administrator to test and enable the mailbox. Email Server Error Code: IncomingMailboxUpdateError Learn More
↧
Forum Post: How to get my custom workflow name in Custom Workflow code
How to get my custom workflow name in Custom Workflow code
↧
Forum Post: RE: Feedback on Zappysys SSIS PowerPack for migration to Dynamics 365 online?
My editing is done. I recommend you all make relevant changes. Thanks,
↧
Forum Post: Adding Facets to Dynamics Portal Search
In the Facets Template I can see that the values for ModifiedOn / Rating and Associated Product are provided out of the box. I wanted to also allow filtering by Related Category. Does anyone know what value that is on the Knowledge Article record to be able to facet by? Template = Faceted Search - Facets Template This is the example for Modified on: {{#ifvalue facetName value="modifiedon.date"}} {{#if noData}} {{else}} {%endraw%}{{ snippets['Search/Facet/ModifiedDate'] | default: resx['Facet_DateModified'] | h }}{%raw%} {{#each facetData}} {{hitCount}} {{displayName}} {{/each}} {{/if}} {{/ifvalue}}
↧
↧
Forum Post: RE: Setting Up Email Profile for O365
You may have already done this but just wanted to check if you did the following when you did Test and Enable?# IMPORTANT: Make sure to select the checkbox on the dialog that appears and then click OK. If your Exchange mailbox was previously configured with another Dynamics 365 organization, selecting this checkbox will update your Exchange mailbox to sync with this Dynamics 365 organization instead. If you do not select this checkbox and your Exchange mailbox is already configured with another Dynamics 365 organization, the tests will fail and log one of the alerts listed in the Symptom section of this article. support.microsoft.com/.../incoming-emails-aren-t-being-synced-because-the-email-address-for-the
↧
Forum Post: RE: How to get my custom workflow name in Custom Workflow code
Hello, Do you need name of workflow that utilizes your CWA or name of CWA?
↧
Forum Post: RE: How to get my custom workflow name in Custom Workflow code
Hi Sai Kiran, The easiest method is to hard code your custom workflow name in the custom workflow code.
↧
Forum Post: RE: How to get my custom workflow name in Custom Workflow code
You can pass input parameter with custom workflow name to custom workflow activity code.
↧
↧
Forum Post: RE: Setting Up Email Profile for O365
Yup I've done that!
↧
Forum Post: RE: Cannot access cases from Entitlements
Hello, Are you able to access the cases from the case entity directly without going from the entitlements? If it is onpremises environment, check the event viewer for more details or enable the trace on the crm server.
↧
Forum Post: RE: Business Rule does not apply to all users
Hello, Try to desactivate the BR and reactivate it.
↧