Forum Post: RE: How to create clone of entity and all components of that entity?
Hi, not sure there is an easy way.. you might create a new solution, add that entity to the solution, export the solution, and, then, update the solution files manually. Basically, you'll need to...
View ArticleForum Post: RE: Issue Create Record from Grid
I don't want to set it manually. Can that new field (as per your comment) got its value set 'Yes', if the record is created from subgrid1 and 'No' if its created from subgrid2, automatically.
View ArticleForum Post: RE: How to show only certain items in an option set.....
I tried this: function CallCenterTypeOnChange() { var CallCenterType = Xrm.Page.getAttribute("nhs_recordtype").getText(); if (CallCenterType == null || CallCenterType =='undefined' || CallCenterType...
View ArticleForum Post: RE: How to show only certain items in an option set.....
Nevermind, found the issue, it was because I still had a , in the value.
View ArticleBlog Post: Fixed – ‘The attachment cannot be saved. Either specify activityId...
Introduction: While performing data migration most of the time, we need to migrate Email and Email Attachments, where we first migrate the Emails and then migrate the Email Attachments. However, when...
View ArticleForum Post: RE: Set value on case after resolved - with workflow?
Hi , You can use a plugin in the PreClose step if it works for your probleme. Here a link who should help you : nishantrana.me/.../plugin-when-a-case-incident-is-resolved-in-crm-2013 Kind Regards, Mohamed
View ArticleForum Post: Show saved views in crm 365
Hello everybody, anyone knows how to show the advanced search in the grid? I want to make an advanced search for my data to filter like a catalog of product with difference caracters exactly like this...
View ArticleForum Post: RE: Exchange EDB Recovery Software
Try versatile third party Exchange Server Recovery Tool to recover EDB files flawlessly. The tool swiftly recovers emails along with tasks, calendars, attachments, appointments, images, notes, etc. and...
View ArticleForum Post: RE: documents association
Not out of the box. You might be able to do it using a plugin so that documents can be linked across multiple entities.
View ArticleForum Post: RE: Webresource - Javascript to show data from Web Request
Thanks for your reply Guillaume
View ArticleForum Post: RE: documents association
is that the same way as association many to many relationship?
View ArticleForum Post: RE: Free Solutions/Modules for CRM online ie Asset Management
Thanks Aric, App Source looks good, not quite got the apps i need but definitely worth the look.
View ArticleForum Post: RE: Can we give an alert message after attachment in note area?
Hi, I don't think there is an easy way to do it since you can't add event handlers to the notes control. You might be able to find an unsupported method (use javascript directly with DOM elements), but...
View ArticleForum Post: RE: How to Create Custom lookup in CRM say (ActiveDirectory User)...
Make sure you can run your plugin code, since this will to be run in sandbox/isolation, based on your tags of CRM Online.
View ArticleForum Post: RE: Problem in fetching records through advanced find
Hi David, based on the question I think, that is what is required. Amiy can confirm.
View ArticleForum Post: RE: Javascript getting year from date
I assume the new_birthyear is string type and you have published all customization. Can you point the year to month and see if the value is getting filled :...
View ArticleForum Post: RE: Connecting Azure Hub
You need to paste connection string with a key that has Send privilege on the Event Hub. In Azure Portal, that would be found in access policies to the event hub, while you likely copied more generic...
View ArticleForum Post: RE: How to create clone of entity and all components of that entity?
Actually I have many fields and web resources on the entity and i need to create 19 clones. So, this way is not easy. Can u have any other way. Thanks!
View Article