Forum Post: Who to continue without update the ribbon workbench
Hi, I try to open the ribbon workbench in crm 2015 online. When I open it I get a message that there is a newer version of the ribbon workbench for download. How can I continue without update? thanks.
View ArticleForum Post: RE: How to get the owner of and name in JavaScript using odata in...
You can get owner details on CRM form using if(Xrm.Page.data.entity.attributes.get('ownerid').getValue()!=null){ var OwnerEntityRef=Xrm.Page.data.entity.attributes.get('ownerid').getValue()[0]; } For...
View ArticleForum Post: RE: Who to continue without update the ribbon workbench
In the end I updated the ribbon workbench. When I open it he give me to select solution to open. But then he still tell me that there is new version for ribbon workbench. What can I do? thanks!
View ArticleForum Post: Product Catalog
I have created 20 products in Dynamics CRM 2015 on-prem, but I did not have "product family" Now, I have "product Family", I need to edit/update each product from my 20 to "Family Hierarchy", but its...
View ArticleForum Post: RE: Best practice for name field
Hi, a perfect example for that issue is the entity address. What name to define for an address. Especially to make sense in a lookup? Street? Account/Contact name or the ID of the core system (which...
View ArticleForum Post: RE: Dynamics CRM 2016 IFD http redirect to ADFS
Hello Sharon, Thank you for your reply. Could you please re-check my first post and have a deep look to understand what I am trying to express. in a nutshell. Everything is working very fine with...
View ArticleForum Post: RE: CRM 2013 Rollup 3 confusion.
Hi All I thought this thread may have expired by now as I did post it a while ago. I thought I best provide an update and confirm that I re performed the upgrade and it is all working as expected. The...
View ArticleForum Post: RE: Best practice for name field
for example Customer Name - Main Address Customer Name - Address 1 Customer Name - Street Name Street Name - City (Customer Name) Customer Name - Street Name, City
View ArticleForum Post: Creating record from Business Process Flow Panel
Hi! I've created Business Process Flow that contains 5 steps and all on diffrent entity. First step is on custom one. Second is on custom entity too. Third is on Opportunity. Fourth is on Order. When I...
View ArticleForum Post: RE: Open web resource in another window
Thank you for all the answers! I wrote: Xrm.Utility.openWebResource("new_page1.htm", null, 300,300); I thought that it works, but now i see that i get an error : "The webpage cannot be found" What can...
View ArticleForum Post: SMS marketing+Whatsapp
Hi , I heard sending SMS is only available for US customers... is it right ? Also I am looking to send SMS + Whatsapp messages from a MDM campaign, how could I achieve this ? Many thanks for your...
View ArticleForum Post: RE: Product Catalog
Hi, Unfortunately you cannot add a product to a family - you will need to create a new product. Hope this answers your question.
View ArticleForum Post: RE: PowerPoint Generation
There is no support for generating powerpoint (the new CRM 2016 feature is for Excel and Word Documents). You will need to create a custom solution using a custom plugin/workflow activity. Powerpoint...
View ArticleForum Post: skipping day on the date fields CRM 2013
Hello everyone, Does anyone know why skipping day on the date fields CRM 2013? I would appreciate your reply
View ArticleForum Post: when owner of contact changes, new owner gets all contacts cases...
we discovered that when we change the owner of of a contact, all cases of that contact go to the new owner of the contact. this a undesired behaviour, does anyone know where / how to change this? many...
View ArticleForum Post: RE: PowerPoint Generation
Hi, The CRM 2013 doesn't support it. The CRM 2016 user guide says that you can create Microsoft Powerpoint or word etc using document management. Detailed guide of CRM 2016 you can download it from...
View ArticleForum Post: When text box value change in CRM 2015 onpremises
Hi, I came across one problem when i clicked on save button without moving out of cursor from textbox,the system take old value from the textbox and if i clicked any where before save button then...
View ArticleForum Post: Entity is not getting created.
Dear All, I'm trying to create an entity as-usual, but its showing me following error. Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault,...
View ArticleForum Post: RE: How do I set up the HTTP Header to include the authentication...
Have you tried adding username, password same as it has added SOAPAction, Accept etc. ?
View Article