Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all 10657 articles
Browse latest View live

Grab Your PC, Sunglasses & Business Cards - D365UG/AXUG Summit Phoenix Registration Now Open!

$
0
0

Learn & connect with fellow Dynamics experts, Microsoft Support Technicians, Engineers, MVPs and more from around the globe, all while enjoying Phoenix, Arizona! Registration is now open for the 2018 User Group conference, D365UG/AXUG Summit Phoenix!

Summit is the only conference that brings together the Dynamics community – here’s what you can expect at this one-of-a-kind conference:

  • Content: Learn from the world’s leading experts like yourself! Topics focus on content that you need to grow & learn in your field. See this year’s high-level agenda.
  • Networking: Enjoy endless opportunities to participate in networking opportunities including luncheon table topic discussions, expo receptions, dinner with peers, to the informal opportunities that range from the registration area, walking between sessions to grabbing a coffee.
  • Access to solutions: With Summit 2017 hosting 6,600 attendees and over 240 sponsors you’ll be sure to find the answers you need within this vibrant community and dedicated expo hours.
  • Start Date: We start Monday instead of our typical Tuesday. The conference will run Monday, October 15 through Thursday, October 18 with pre-conference academy & expo hall set-up starting on Sunday.

Summit Nashville
Summit Nashville was our best Summit yet with 6,600 passionate Dynamics users! Dynamic Communities loves nothing more than bringing together experts like you to share & learn from each other, all in a great location. Take a look at our recent Summit Nashville conference!

Early Bird Pricing
Join your peers & other experts in Phoenix, Arizona now by registering with Early Bird pricing, a savings of $400.


Export certificates during installation of On-Premises version of D3FO

$
0
0
If you are running following PowerShell command you will most likely face error .\Export-PfxFiles.ps1 -ConfigurationFilePath .\ConfigTemplate.xml The error message will be suggesting you following...(read more)

Get data objects from Data entity in AX7 & D365

$
0
0
Working with data entity we need to manipulate data for inserting and updating records. So for that we have to get the relevant objects (Table buffers, data sources and data entity). Below are some of...(read more)

Migration - WMSII to Warehouse Management AX2012R3

$
0
0
Hi Folks, My this blog post will cover the migration of WMSII to Warehouse Management feature of AX2012R3. 1. Introduction The migration of stock and warehouses from old warehouse management feature...(read more)

How to Connect & Setup TFS in D365 / AX7

$
0
0
In AX7 & D365 MorphX development environment no longer exists. Now we have to done the development on Visual Studio. For sharing and merging the code among development peers, Team foundation server...(read more)

Do you know the top three reasons to attend Summit EMEA?

$
0
0

Summit EMEA is the User Group conference that brings Microsoft Dynamics 365, AX and CRM users, industry experts and software development vendors together to discuss important issues, to learn about product updates, and to find genuine solutions that suit your business needs.

The top three reasons to attend Summit EMEA, hosted 24-26 April in Dublin, Ireland are straight-forward – content, networking & access to experts. Let us & past attendees tell you a bit more.

Exceptional, quality content: Receive technical and functional training for all product versions in a focused environment that you can utilize 365 days a year. Tracks will include BI, reporting, customer engagement, technical, manufacturing and more. Take a look at the session tracks to insight into the content that is to come (D365UG/AXUG & D365UG/CRMUG).

“My goal was to be updated on my products and tap into specific trainings on certain areas; all my needs were met.” – 2017 Summit EMEA attendee

“Fantastic presentations, all of them!” – 2017 Summit EMEA attendee

Engaging, organized networking opportunities: Countless opportunities to create lasting relationships by connecting and networking with user group peers, partners and Microsoft team members.

“I’m very new to Dynamics so I found the sessions extremely useful and I made some great contacts for post conference understanding.” – 2017 Summit EMEA attendee

Access to experts: Learn from and connect with Dynamics experts on a personal basis including:  MVPs, experienced fellow users, Microsoft Engineers and Microsoft Support Technicians.

“My most valuable experience at Summit EMEA was being with the best & feel that my team and I belong here! All the to do’s that I brought home and can now work with.” – 2017 Summit EMEA attendee

Allow a past attendee to summarize:

“My objectives were to learn more and have the opportunity to network and meet fantastic people - all three of these were achieved with the fantastic, well-structured agenda, the time given to network and interact with subject matter experts and to talk and get to know liked minded people within the industry and the Community.” – 2017 Summit EMEA attendee

We couldn’t have said it better – Summit EMEA’s goal is to bring together like-minded folks to learn, network and to engage. We hope you can join in!

Register now to save €400.00 with Early Bird pricing, ending 31 January 2018.


*Not yet a member? User subscribers receive a free, company membership with registration.

Microsoft Dynamics Webcasts, December 11-15, 2017: Vendor card payments; NAV sales & use tax; Blockchain for CRM; Replace Management Reporter

$
0
0
Here's what's happening on this week's live webcast schedule. Register to attend live or get access to the recorded event. Tuesday, December 12, 2017 How To Automate B2B Vendor Card Payments with Microsoft Dynamics GP 12:00 PM ...read more

Paramétrage des nomenclatures avec la « Stratégie de vérification de la sécurité »

$
0
0
Voici un petit article rapide pour dévoiler le secret d’un paramétrage de production qui s’appelle « Stratégie de vérification de la sécurité ». Ce paramètre est situé sous Gestion des stocks > Paramétrage...(read more)

Best of 2017: What Microsoft Dynamics 365/AX experts taught us about technology, process, and project management trends

$
0
0
We begin to wrap up the year in Microsoft Dynamics by looking back at the best expert insights of 2017, as published on MSDW.  For Dynamics 365 for Finance and Operations, Enterprise edition (D365FOE), formerly known as Dynamics AX, 2017 was a year ...read more

Expediting your Incident Report (2017 Update)

$
0
0

Follow the steps below to expedite your incident report.

Creating an incident report is a necessity when managing any of your software programs. Using the below steps will help you manage how and when you are creating and submitting incident reports.

  1. Provide detailed steps on your incident report what you did before you encountered the problem (essential)
  2. Provide screenshots of the windows used and any error messages in the incident report
  3. If you can reproduce the problem, provide a Dexsql.log and more importantly, provide a Script log
    1. A Dexsql.log records all communication between Dexterity/GP and SQL Server
    2. A Script log records the Dexterity scripts called in their hierarchy and their parameters. Since our software is written in Dexterity, this can tell us a great deal about what is happening with respect to our software. Oftentimes, a Script log enables us to find exactly what part of our code relates to the problem.

 

Steps to Create Dexsql and Script Logs

  1. In Windows, go to the folder where "Dex.ini" is located; usually, it is in the "Data" sub-folder under the GP folder,
  2. Make a backup copy of "Dex.ini"
  3. Open "Dex.ini" in Notepad
  4. Add the following line anywhere under the [General] section:scriptDebugger=TRUE
  5. Save and exit "Dex.ini"
  6. Start GP
  7. You should now see a Debug menu on the main GP window as well as all other GP windows, beside the Help menu
  8. Perform all of the steps leading up to but excluding the step or process that is causing the problem
  9. Go to the Debug menu and choose Log Scripts
  10. Choose a location to save the file "Script.log" (feel free to change the file name, but keep the extension ".log").
  11. Perform the step or process that is causing the problem
  12. Go to the Debug menu and click on Log Scripts (which should have a check mark beside it to stop GP from adding to more to the log
  13. Exit GP
  14. Remove the additional line from "Dex.ini", change the value to "FALSE", or restore to backup of the original "Dex.ini"

 

To get more information, please contact us from the Binary Stream website.

To read the rest of our articles on ERPSoftwareBlog, check us out here!

 

Written by Maria Louie, Binary Stream

 

Essential Navigation Guide for Dynamics 365 Sales (CRM)

$
0
0
By Kevin Razavi, AX & CRM Senior Consultant, Arbela Technologies The black band at the top of the screen is called the Navigation Bar and controls the entire navigation of Dynamics 365. Also,...(read more)

Microsoft fixes exposed TLS key for Dynamics 365 Finance and Operations, Enterprise (at long last)

$
0
0
Customers of Microsoft Dynamics 365 Finance and Operations Enterprise edition were vulnerable to "man-in-the-middle" attacks for three months before Microsoft resolved the exposure. And according to the developer who discovered it, Microsoft ...read more

Best practice suppression in AX7 / D365

$
0
0
Best practices feature is recommended for any Microsoft Dynamics AX partner or end user who is enhancing or customizing Microsoft Dynamics AX. Suppressing best practices is not a recommended way. But in...(read more)

Delete/Cancel the Transfer order in AX 2012 R3

$
0
0
Transfer order will get deleted before posting the Picking list , Picking list registration and Ship transfer order . Note: If the picking list or picking list registration is posted for the transfer order...(read more)

Find standard label translations

$
0
0
Microsoft aren't shipping the source standard label translations with the developer boxes. You only get the source for labels in en-us and the rest you only get as binary.

Here is what you can do if want to figure out how a particular labels is translated.

First find the binary for the translated label file. This will be in the Resources folder under the package in question. For example, looking for the PRO labels from ApplicationSuite in Danish:


And next, open the dll in a tool allowing you to peek inside dll's. For example .NET Reflector.



How to get list of products, product attributes and attribute values in AX2012 & AX7 / D365

$
0
0
I have came across a task in which I need to populate a grid that display a list of products, product attributes and attribute values. So Instead of getting all the related data sources I have created...(read more)

Are You Ready for the Discontinuation of Microsoft Payment Services This Month?

$
0
0
Beginning January 1, 2018, Microsoft will no longer support its Payment Services for Microsoft Dynamics ERP. According to Microsoft Dynamics Community , Payment Services will be discontinued for any versions of Microsoft Dynamics AX, NAV, GP, RMS, ...read more

How to Use Dynamics ERP Data to Efficiently Manage Web Store Inventory

$
0
0

Interested in launching additional sales channels, but worried about accidentally selling out-of-stock inventory? Here’s how Sana Commerce can help you prevent this worst case scenario.

 


The Potential Pitfalls of Omnichannel

Letting your clients buy through multiple channels means offering unprecedented convenience. By letting clients choose their channel, you’re giving them something even more valuable than your products: the freedom to do business in the way that works best for them. However, implementing an omnichannel strategy isn’t without its risks.

It increases the chances of your clients having to leave your online or physical store empty-handed, for example. We all know how frustrating it is when someone grabs that last item from the shelf just before you can reach for it. If you have multiple sales channels, that means there’s multiple avenues for clients to take the last item, to your other clients’ disappointment.

 

Prevent Client Disappointment With Smart Use of Your Dynamics ERP

We understand that the reason you want to add a web store to your sales channels is to enhance the customer experience, not open it up to more risks. That’s why Sana Commerce lets you take precautions to prevent your clients leaving your store empty-handed.

Each of these measures is made possible by Sana’s unique approach to integration. Our web stores reuse your business logic and data as defined in Microsoft Dynamics, instead of rebuilding it. That means that your web store displays the data from your ERP in real time, without complex and maintenance-intensive connections.

But real-time insight into your general inventory isn’t sufficient to make sure your customers always get their desired item. Here’s how you can expertly manage your web store inventory with Sana Commerce.

 

Use the Customer Card's Preferred Warehouse in Your Web Store

Already taken measures to ensure that your clients’ orders come from a specific pool of inventory? The seamless integration between Sana Commerce and Microsoft Dynamics means that your web store can use the preferred location configured on the customer card.

This ensures that if your client orders through your web store, they will be ordering from the same inventory you assigned to them in your Dynamics ERP. So it’s business as usual, just through a different channel.

 

Use Separate Web Store Inventory

More worried about your web store and your physical store sales getting in each other’s way?

Sana Commerce also lets you define separate web store inventory in Microsoft Dynamics. Online orders use this separate inventory, so you do not have to worry about a sudden rush in online sales affecting product availability in your brick-and-mortar locations.

In other words, clients shopping on location only have to compete with each other for that final item — not people shopping from the comfort of their home or office.

 

Only Display Inventory That's Actually Available

Just because it’s currently in your warehouse, doesn’t mean it’s available to your clients. A web store that acts as a perfect extension of your Microsoft Dynamics system is great, but you don’t want to show your clients inventory that has already been reserved for previous orders.

Sana Commerce takes this into account, and only displays the inventory that is actually available for sale. This can also be combined with projected availability, so that the inventory levels displayed in your web store take into account the number of items scheduled for delivery to the warehouse. (Please note: this functionality depends on your ERP, so how it works varies depending on which Microsoft Dynamics system you use).

 

 

More Benefits of Seamless ERP Integration

The real-time, seamless integration with your Microsoft Dynamics ERP lets you take a smart approach to web store inventory management, and much more. Download the Benefits of Integration and find out how Sana Commerce turns your ERP system into the engine of your web store.

 

X++ code to know startDate, endDate, total number of days and remaining days for given date in AX2012

$
0
0
Hi, Below job helps us to know the startDate, EndDate, total number of days and remaining days in the month for the given date in Ax 2012. static void CG_Days(Args _args) { int FromDays, ToDays;...(read more)

Solved:Getting Error during Full CIL in Ax 2012 R3 CU11

$
0
0
I am Getting Error during Full CIL in Ax 2012 R3 CU11 version.

"The SysWorkflowDictElement.getAttribute() reflection API could not create and return the AifCollectionTypeAttribute object. Please check the parameters."

No any single report executing and giving parameter related error then tried to do full CIL then above error coming.

Solution: Solution of this issue is as below.
1.
first, compile the class mentioned in the error message and see if this solves the problem if not then use compile forward option.
2.Then use incremental compile option if again other class error coming then compile again till incremental compile issue not resolved.

3. Once incremental compile did then do full CIL.

4. Then if the issue still exists then do steps.


1) first stop the aos services and go to the folder of the XPPIL folder and delete all files

2) start the services of aos

3) and do the incremental CIL

4)THEN  Do FULLY CIL, THEN ALL THE SERVICE WILL BE STARTED.
Viewing all 10657 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>