Forum Post: Cannot show any actions on a new worksheet page?
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...
View ArticleForum Post: RE: Cannot show any actions on a new worksheet page?
do you have code under action or runobject property set for those actions?
View ArticleForum Post: RE: Cannot show any actions on a new worksheet page?
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
View ArticleForum Post: RE: .dll file issue while creating client control add-in
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...
View ArticleForum Post: RE: Display List on basis of selection
Ok. So refer the below link. I have done the same in a report....
View ArticleForum Post: RE: blank page at end of report
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...
View ArticleForum Post: RE: Cannot show any actions on a new worksheet page?
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
View ArticleForum Post: Hide/Show Dropdown
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....
View ArticleForum Post: RE: Hide/Show Dropdown
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...
View ArticleForum Post: Installation
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...
View ArticleForum Post: RE: Installation
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...
View ArticleForum Post: Adding a new field from a new table
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...
View ArticleForum Post: RE: Understanding the CRONUS Picking
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...
View ArticleForum Post: Production Order Expected Quantity
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 ?
View ArticleForum Post: Inventory Item Reclassification Journal - General Ledger Entries
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...
View ArticleBlog Post: GDPR and Azure, a new era for data privacy
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...
View ArticleForum Post: RE: Adding a new field from a new table
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 ->...
View ArticleForum Post: RE: Odata and composite keys in URL
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.
View Article