VSC deployment should only be used for development IMHO
Oh, and you should also read up on these powershell commands as you'll need them: Sync-NAVApp, Install-NAVApp, Start-NAVAppDataUpgrade and Unpublish-NAVApp
Date is a datatype in NAV. Just declare a variable of type Date as you would declare one of type Integer or Boolean.
Then you can assign a value to the variable, or use the value of the variable just as with any variable of any kind.
There are funktions to construct a date, to get the current date (TODAY), to get the WORKDATE set in the client, to disect a date etc. e.g. get the month, get the day of the week ...
There is also a type Time and a type DateTime, which is a combination of a date and a time into one single value. And there are more functions to deal with those and to convert between any of these.
The answer is that you really can't decide, the RTC client is "trying" to respect "PromotedIsBig" but it will always size the icons depending on the size of the window and your screen resolution.
The best you can do is remove so many icons from the main ribbon ("unpromoted" or remove completly) them. (To my knowledge)
On SQL these are integer fields. In NAV they are of type Option, which is similar to an Enum in other programming languages.
An Option field has an OptionString property, which is a comma separated string of option values. The first one is integer value 0, the next value 1 ...
The OptionString values are used in programming. For display to the user, these are translated using the OptionCaption property.
Take note that spaces are significant in OptionString. Many of these Options have an "empty" value, which is a single space.
A value with an empty string cannot be validated into the field, but it can still be set by code. In this case NAV just shows the numeric value.
You could create a premission set that contains all object except the pages that show finans data.
But this is a complet region and can be setup in a lot of ways
I am having this issue, when i run Syc Schmea with validation in NAV 2018 Dev Environment it stuck on this screen. no error shown in event viewer as well. and then I compile all table With Sync Schema Now with validation it goes fine for all tables no error found. then I tried Syc Schmea with validation in NAV 2018 Dev Environment but screen stuck with pendin status and no error shown.
Any suggestion please.
I want to run data upgrade after this step any suggestion.
Thanks in advance.