-
In Manhattan Scale WMS Application, Where can I find Bulk storage to do a Replenishment?
I am working on this WMS software, I am given a task to a Replenishment Demo.
-
Why use the GET function with setup tables?
Why does the get function need to be used in this instance: if not SalesReceivableSetup.get() then SalesReceivableSetup.insert(); if SalesReceivableSetup."Order Nos." = ' ' then begin SalesReceivableSetup."Order Nos." := CreateNoSeries(); SalesReceivableSetup.Modify();
-
How to create field that connect to another field and changes it's value?
In the lists of Buyer Registration and Business Registration groups, a boolean type field "Increased Risk" must be added. In the list of registered sales invoices, a boolean type field "Critical" must be added, which would be filled in with the value "Yes", if the above-mentioned groups assigned to the account are…
-
Web Servers with HTTPS and NAV Web Services
Hi all, Where can i find documentation or something which proves that Web Servers with HTTPS can communicate with NAV Web Services? version: 2009 R2 Thanks
-
Changing report text to blank depending on user selection (NAV 2013)
I have a report set up which displays two values (Version Code, and Production BOM Number). I have an existing option which prints 2 of these when a 'double sided' option is selected however I need to add a option to remove these and make the areas blank. In the code below you can see the double sided one is called…
-
If Statements
Hi I'm new to programming in C/AL. I have a page which you can select either Two sided or NA for different types of printing. What do I need to add to provide a action for when NA is Selected. I've defined the variables as gblnTwoSided and gblnNA. Only one can be selected and if neither are it defaults to One side printing…
-
Is there something like "Sonar Qube" for C/AL?
any Software?
-
Pattern identification issue
I'm working on mapping out a new set of functionality my company needs in NAV. Most of the aspects in the additional requirements fit into certain patterns easily, but my problems comes from a subset of the data that shapes up to be like master data that has a need for maintaining a revision number and revision history.…
-
Why did design patterns become a popular topic?
1) They are carbon copies of what the standard does and if you know the standard functionality, you know them already. Instead of writing a long essay on "released entity" they could just as well write "just like status on Sales Order". 2) They are strongly add-on focused, not customization focused (too heavy weight, does…