Forum Post: RE: CRM Account table field will not accept a single list value
Hi As suggested above, direct SQL data or schema changes are not supported. Please see the line below about SQL changes "Data (record) changes in the Dynamics 365 for Customer Engagement database using...
View ArticleForum Post: RE: Using Dynamic Fields from a custom entity in email templates
Yes, it works fine on 9.1. It does not have any dependencies to UI components or anything like that. It's just a Custom Workflow Activity that instantiates the email template and then replaces the...
View ArticleForum Post: RE: CRM Account table field will not accept a single list value
Thanks for the response, but as I mentioned I am able to insert and update with a list value GTE 2 and perform other CRUD operations. I am using a third party Java CRM Driver solution to execute SQL...
View ArticleForum Post: RE: Multiple Dynamics functional apps
Hi The Model-Driven App is just a container to group components and to have a seperate sitemap. You can certainly create many model-driven applications, add any component from Customer Service module...
View ArticleForum Post: Migrate CRM 2011 to 2016
Guys, We have on CRM 2011, we need to move it to CRM 2016. We don't want to in place upgrade. Is there guide side by side migration for CRM. Thanks
View ArticleForum Post: RE: Kingswaysoft data migration question
This can be achieved using an SSIS Derived Column component if I am not misunderstanding the issue. In the Derived Column component, you can add an expression field that takes the input from the other...
View ArticleForum Post: RE: Data migration of Marketing Lists (Member Count)
Did you also migrate list members using the listmember entity? I suspect that the "Member Count" field is an automatic system calculation (I didn't look into the entity closely though).
View ArticleForum Post: RE: Kingswaysoft error - one or more invalid character
Have you tried the "Remove Invalid Characters" option in the destination component?
View ArticleForum Post: RE: how to disable prompting 2FA
If you have trouble with MFA (Multi-Factor authentication), our recommendation is using the OAuth as the authentication option. OAuth is generally considered more secure and it also saves a connection...
View ArticleForum Post: RE: Get current entity logical name and record ID in CRM Portal...
Hi Amit, This way is still working if you are using entity form on the page. The actual control id can be slightly different, try below code to find out exact name and values in the console:...
View ArticleForum Post: RE: Kingswaysoft error - one or more invalid character
You actually did help this time Daniel :). It worked. Thanks alot, been on this all day.
View ArticleForum Post: RE: Need to show data a column view from a related record for a...
Thanks Rocker, my first thought as well, but not a solution. A workflow can't loop through all the child (Car) records of the parent (Contact).
View ArticleForum Post: RE: How to call CRM web API using portal web form with best practice
You can use what Joseph has proposed with oData and Entity List. But in case you want to output some specific information about case and especially if you need output something from connected entities...
View ArticleForum Post: RE: Dynamics Portals Security
What you have described should be doable with Parent Entity Permission Model. 1) Entity Permission "self" for Contact 2) Create child entity permissions for the Connection (choose correct to or from...
View ArticleForum Post: RE: Need to show data a column view from a related record for a...
David - THANK YOU! This was the exact solution we needed. I forgot calculated fields can be used like this, to map data across related records. In respect to not using the queue item entity - I am...
View ArticleForum Post: RE: Dynamics 365 on-premise (v9) | Problems with Outlook Client...
Looked at the logs you pasted. I found these errors appeared a few times in the log: 17:04:33|Warning| Error deleting file...
View ArticleForum Post: RE: Portal input HTML into field "Multiple Lines of Text"
Hi, to be able to save the form with symbols (deactivate the HTML Request Validation) - please use Site Settings with name "DisableValidationWebTemplate" and value "true" If there are no such site...
View ArticleForum Post: RE: How to concatenate or aggregate field values from multiple...
Thanks for the answer. I was hoping for a no-code solution
View ArticleForum Post: RE: How to concatenate or aggregate field values from multiple...
The custom workflow activity seems like the closest to a no-code solution, thank you. We ended up writing a plugin, but want to give it a try next time to avoid more code.
View ArticleForum Post: Schedule Duplicate detection Job with 30 days and update update...
Hi Dear Community Members, I am Very new to MSCRM area, I need to know how can I proceed for the below-mentioned problem. Problem - I need to schedule the "Duplicate Detection Job" every 30 days and I...
View Article