Hello, Seems you are using Microsoft.Xrm.Sdk, Version=8.0.0.0. Try to upgrade your SDK dlls wth 8.2 or latest. Hope this helps.
↧
Forum Post: RE: error while creating a new record using ribbon button
↧
Forum Post: RE: support can see read-only data from Opportunity for all accounts.
Hi Ankur, I believe you have created security role with giving access only business unit level access for those two entities. Hope this works.
↧
↧
Forum Post: Execution context custom api dynamics V9
Hello, i'm trying to call a custom action and set an output parameter, however i don't see the execution context in order to assign the value in the CA. is it a MS V9 bug? any idea about the MS bug please? Jason Lattimer Andrii Butenko Thank you
↧
Forum Post: RE: Dynamics 365 for Phones - mobile express form is not getting loaded
Hi Radu, Thanks for the response. Yes, I'm accessing CRM through mobile app. So, is there any work around to load mobile express form in mobile app? Thanks, Hardik
↧
Forum Post: RE: Unable to connect CRM 2016 On Premise with mobile
We have the same issue. Anyone??
↧
↧
Forum Post: RE: Customize the Action Bar for SubAreas pointing to WebResources
I was just in the neighborhood of implementing the same thing. Got a custom webresource, opened from the sitemap. So it's not going into an entity.. and like the other says, to customize the buttons in a command bar, you're editing the ribbon, and therefore use ribbon editor. So since you're not dealing with an entity, how do you go about editing the basichometab? the answer is application ribbon. so create a blank solution, add the application ribbon, load it up on the ribbon editor, you'll find the basic home tab.
↧
Forum Post: RE: Test & Enable mailbox not working
Hello Goutam, Thanks for your reply. Your mailbox Kaiser Khan can't send email. In the mailbox record, set the synchronization method for outgoing email to Server-Side Synchronization or Email Router, and try again. I did that and then get the following error message. An unexpected error occurred while receiving email through the mailbox Kaiser Khan. The owner of the associated email server profile has been notified. The system will try to receive email again later.
↧
Forum Post: RE: Memo field not applying \n nor
Try "\r\n" to add a linebreak
↧
Forum Post: RE: Business Process Flow Corruption?
Hi , I believe you created workflow in the event - record is created . Can you please change the event - field changes . This is because every time when you are moving stages BPF is internally call save() method of the entity. And make your workflow asynchronous. Hope this helps.
↧
↧
Forum Post: RE: Unable to connect CRM 2016 On Premise with mobile
For me, it turned out being a problem with the certificate on my ADFS Proxy Server. The CRM cert was updated a few months ago but never updated on the Proxy Server. Once I exported it from the CRM server and then imported and bound it to the ADFS Proxy site, everything started working again. The only way I discovered this was by browsing to my ADFS site from an iPhone. Apparently Safari cares a lot more about revoked certificates than IE or Chrome.
↧
Forum Post: RE: App not working
-
↧
Forum Post: App not working
We have Dynamics 365 on premise. It's working within the company. Opening the app and we fill in the URL, we get the error message "our server is not available or doesn't support this". ADFS seems well installed. Opening the app from within the network on a pc is working. We are struggling with this issue for several months. No solution so far. Has anyone has the same issue and how to solve it?
↧
Forum Post: RE: Dynamics App for Outlook - unable to connect to Dynamics
I know this is a bit old, but we ran across a very similar issue with the App while on version 15.0.4701.1000 for Outlook 2013 and according to Microsoft it is displaying the old version of the App and not the new one because Office needs to be updated to a newer version of 2013.
↧
↧
Forum Post: RE: custom data entry screen with variable amount of columns
thanks for the reply. I'm very new to d365 and learning the phrases for different elements. I honestly don't know if this would fulfill the requirement as I don't understand your answer. I know a sub grid is like a view to other data. Would related columns (option set or any type of field) allow for multiple / a variable number of columns?
↧
Forum Post: RE: Dynamics CRM 2016 EMAIL ROUTER: The SMTP server requires a secure connection or the client was not authenticated.
Thanks Wayne for your feedback, My email router configuration have user and password setting also the credentials have global privileges
↧
Forum Post: RE: Refresh form after api update
Thank you, where do I put the timeout exactly? it didn't work, the data is not refreshed
↧
Forum Post: RE: Execution context custom api dynamics V9
Hi , Could you please select the name dropdown left top , I hope you can see your output properties or name. Hope this helps.
↧
↧
Forum Post: Prevent to add inactive products in Opportunity
I have an issue, sales user does not know which product is active or inactive while searching product from the existing product list in Opportunity form, they sometime add inactive products as opportunity product. We don't want to sale inactive products. How can we prevent so that sales user could not select Inactive product? We have to use Order 'Product InLine Edit View' but it comes both Active and inactive. I tried to edit this view added condition from Existing product and chose only active product but still shows up inactive product as well.
↧
Forum Post: RE: Execution context custom api dynamics V9
I see the argument name, but it's empty, not the one I get from the context
↧
Forum Post: Insert Date and time with second or millisecond using RESTAPI
Hi All, I want Insert Date and time with second or millisecond using RESTAPI Note :-Data Type is Dateandtime Currently i am getting Minutes only , below is my code:- var new_tracker = {}; new_tracker.new_CurrentStatus = "date new tracker data "; new_tracker.new_name = "This tracker was created by the JavaScriptRESTDataOperations sample."; new_tracker.new_StartTime = new Date(); HERE IS MY VARIABLE TO INSERT for date time SDK.REST.createRecord( new_tracker, "new_tracker", function (new_tracker) { retrieveTracker(new_tracker.new_trackerid) }, errorHandler );
↧