Quantcast
Channel: Microsoft Dynamics NAV
Viewing all 64865 articles
Browse latest View live

Forum Post: Cannot show any actions on a new worksheet page?

$
0
0
Hi, I have created a new worksheet page and added some actions but when I run the Page it only shows Home tab with Refresh and Find action. The page does not even show Actions, Navigate and Reports tabs. When I tried to customize Ribbon from RTC then it only let me add MICROSOFT DYNAMICS NAV tab. Any suggestions on what to do? Thanks,

Forum Post: RE: Cannot show any actions on a new worksheet page?

$
0
0
do you have code under action or runobject property set for those actions?

Forum Post: RE: Cannot show any actions on a new worksheet page?

$
0
0
No, I did not have any code under actions but they are still not appearing after I added test MESSAGES for each action. Also set RUNOBJECT property but no use

Forum Post: RE: .dll file issue while creating client control add-in

$
0
0
Hi all, The issue was actually with the public key which I was using. When I created a new project in Visual Studio and generated the public key again newly, my problem was solved. I know it is a little strange. But my issue was solved after doing this.

Forum Post: RE: Display List on basis of selection

Forum Post: RE: Display List on basis of selection

$
0
0
Ok. So refer the below link. I have done the same in a report. https://tinamenezes.wordpress.com/2017/08/16/displaying-lookup-form-on-a-field-based-on-a-particular-selected-option-of-another-field-in-request-page-of-a-report/

Forum Post: RE: blank page at end of report

$
0
0
Hi, You need to check the below 2 conditions: 1. Total Height of (Header+Body+Footer+Top margin+Bottom margin) should be <= Page height 2. Total width of (Body +Left margin+right margin) should be <= Page width

Forum Post: RE: Cannot show any actions on a new worksheet page?

$
0
0
Hi You have to put some code under the actions. Try to put MESSAGE. Any doubt you can see the page 291 as reference. Thanks Antonio

Forum Post: Hide/Show Dropdown

$
0
0
Hi I have one dropdown. It has 2 values Export/Import. I want if Export is selected a particular dropdown should be visible . If Export then another dropdown should be visible . I want this in report. Thanks

Forum Post: RE: Hide/Show Dropdown

$
0
0
Hi, This question is similar to the previous question that you posted. https://community.dynamics.com/nav/f/34/t/253484 I have already given you the link which has a detailed procedure to do this customization. In request page of a report, to get a different drop down based on a particular selection criteria of another field, this is the only way to achieve this. https://tinamenezes.wordpress.com/2017/08/16/displaying-lookup-form-on-a-field-based-on-a-particular-selected-option-of-another-field-in-request-page-of-a-report/

Forum Post: RE: Excel error

$
0
0
Yes, this was the solution. Thank you!

Forum Post: Installation

$
0
0
Hi, is there any official guide for Dynamics NAV 2016 installation? If not, any earlier version? Also, any ideas how to install NAV with: a) server on one machine b) database on another In which way do I run installer? What is installed first?

Forum Post: RE: Installation

$
0
0
hi, take a look at MSDN site System Requirements for Microsoft Dynamics NAV 2016 msdn.microsoft.com/.../dd301054(v=nav.90).aspx Installation and Configuration Walkthroughs msdn.microsoft.com/.../dd301193(v=nav.90).aspx Walkthrough: Installing the Three Tiers On Two Computers msdn.microsoft.com/.../dd355184(v=nav.90).aspx Walkthrough: Installing the Three Tiers on Three Computers msdn.microsoft.com/.../dd301254(v=nav.90).aspx nice video\post by Saurav here saurav-nav.blogspot.it/.../microsoft-dynamics-nav-2016-how-to.html

Forum Post: Adding a new field from a new table

$
0
0
Dears I am trying to modify the "Item Variant" table, in order to add a new drop down list field which is "Size". Although, the size should be defined in a separate table I created a new table, called Size Table here is the new table as I run it Now, on the "item variant" table, all I want to do is to add a new field and set the "table relation" with the new table The problem is, when I run the item variant ... . the new field drop down list is showing only one column (size id) , not the full list (ID and Size) Any idea ? Thanks in Advance

Forum Post: RE: Understanding the CRONUS Picking

$
0
0
hi, take a look to MSDN How to: Pick for Production in Basic Warehousing msdn.microsoft.com/.../hh172811(v=nav.70).aspx Pick Items msdn.microsoft.com/.../hh172899(v=nav.70).aspx nice ebook here Manufacturing with Microsoft Dynamics® NAV b-a.dk/.../manufacturing-with-microsoft-186p.html

Forum Post: Production Order Expected Quantity

$
0
0
When creating a bill of material for an item, I set the quantity as 1.2 Meter. Although, when I go to the production order, the expected quantity is rounded into 2 Here is the scree shot Any idea ?

Forum Post: Inventory Item Reclassification Journal - General Ledger Entries

$
0
0
When posting an inventory item reclassification journal, the following general ledger entries are created Account Debit Credit Inventory Account X Inventory Account X Inventory Adjmt Account X Inventory Adjmt Account X My question is precisely about the second two entries, why do I need to have the inventory adjustment account as an intermediary account when all I am doing is transferring item from one location to the new location (considering that the two locations are linked to the same GL account) ? Is there any configuration setup which prevents using the inventory adjustment account above ? Thanks in Advance,

Blog Post: GDPR and Azure, a new era for data privacy

$
0
0
GDPR Questions? Azure has answers nice white paper about Microsoft Azure and GDPR Compliance on Technet   https://gallery.technet.microsoft.com/How-Azure-Can-Help-788a4979 Microsoft is here to help Please have a look at our white paper How Microsoft Azure Can Help Organizations Become Compliant with the EU General Data Protection Regulation to gain an understanding of how your organization can use currently available features in Azure to optimize your preparation for GDPR compliance . We are here to help you with your compliance efforts in the face of the coming EU law. May 25, 2018: a new era begins for data privacy On this date in a little less than a year, the new European Union (EU) data protection law will be implemented, replacing the old Data Protection Directive , which has been in effect since 1995. The new law, known as the General Data Protection Regulation (GDPR) , gives individuals greater control over their personal data and imposes many new obligations on organizations that collect, handle, or analyze personal data. This is what we do Azure has developed a tradition of compliance which gives our customers the tools they need to comply with complex regulations . Our attention to, and preparation for the impact of GDPR continues to show how we equally prioritize the best cloud technology with the best compliance offerings. Additional information about how Microsoft helps you to fulfill specific GDPR requirements are available at the GDPR section of our Microsoft Trust Center . GDPR on Partner Network https://partner.microsoft.com/it-it/marketing/details/gdpr Source   https://azure.microsoft.com/it-it/blog/gdpr-questions-azure-has-answers/

Forum Post: RE: Adding a new field from a new table

$
0
0
Hi, You need to add a field group DropDown in you table Size Table . Add the fields which you want to see in the drop down. Go to Object Designer -> Click on you Size Table and click on design -> from the menu bar select View -> Fiels Group -> Name : DropDown , Group : Size Code,Size For reference check out this link: msdn.microsoft.com/.../dd354969.aspx

Forum Post: RE: Odata and composite keys in URL

$
0
0
Hi, I guess the issue is with the date format, had you tried changing the date format? Also make sure that the field size must be greater or equal to the size of the string.
Viewing all 64865 articles
Browse latest View live


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