MongoDB ?

 MongoDB is a cross-platform, document-oriented database that provides, high performance, high availability, and easy scalability. MongoDB works on the concept of collection and document.DatabaseThe database is a physical container for collections. Each database gets its own set of files on the file system. A single MongoDB server typically...
Continue Reading...

Useful .NET CLI (dotnet) commands

 Commonly used CommandsHere are some of the commonly used commands for the dotnetCommandDescriptionnewCreates a new project, configuration file, or solution based on the specified template.restoreRestores the dependencies and tools of a project.buildBuilds a project and all of its dependencies.publishPacks the application and its dependencies into a folder for deployment to a hosting system.runRuns source code without any...
Continue Reading...

Rounding decimal values In Dynamics NAV

 As Navision is a financial system, it's obvious that most of the time we need to handle decimal values, and rounding decimals is a very important part of it. When we are converting high-value currency to low-value currency, a small decimal can make a big difference Name Type AmountToRound Decimal RoundToNearest Decimal RoundToUp ...
Continue Reading...

Duration Data Type in Dynamics NAV

 Represents the difference between two DateTimes. This value can be negative. It is stored as a     64-bit integer. The integer value is the number of milliseconds during the duration.The following are examples of durations:DATETIME-DATETIME=DURATIONDATETIME-DURATION=DATETIMEDATETIME+DURATION=DATETIMEThis example is run on a computer with the Current Format in the Regional and LanguageVariableDataTypeDateTime1DateTimeDatetime2DateTimeDurationDurationDateTime1...
Continue Reading...

How Changing Default Language In Navision or Business Central

 You can change the default language setting in Navision or Business Central instance.  Web service date format sync. with your system date format.Language Format List Country Wise.ISO 3166 Country CodeISO639-2 Country CodeCountryISO639-2 LangLanguageDate FormatISO639- LangALBALAlbaniasqAlbanianyyyy-MM-ddsq-ALAREAEUAEarArabicdd/MM/yyyyar-AEARGARArgentinaesSpanishdd/MM/yyyyes-ARAUSAUAustraliaenEnglishd/MM/yyyyen-AUAUTATAustriadeGermandd.MM.yyyyde-ATBELBEBelgiumfrFrenchd/MM/yyyyfr-BEBELBEBelgiumnlDutchd/MM/yyyynl-BEBGRBGBulgariabgBulgarianyyyy-M-dbg-BGBHRBHBahrainarArabicdd/MM/yyyyar-BHBLRBYBelarusbeBelarusiand.M.yyyybe-BYBOLBOBoliviaesSpanishdd-MM-yyyyes-BOBRABRBrazilptPortuguesedd/MM/yyyypt-BRCANCACanadafrFrenchyyyy-MM-ddfr-CACANCACanadaenEnglishdd/MM/yyyyen-CACHECHSwitzerlanddeGermandd.MM.yyyyde-CHCHECHSwitzerlandfrFrenchdd.MM.yyyyfr-CHCHECHSwitzerlanditItaliandd.MM.yyyyit-CHCHLCLChileesSpanishdd-MM-yyyyes-CLCHNCNChinazhChineseyyyy-M-dzh-CNCOLCOColombiaesSpanishd/MM/yyyyes-COCRICRCosta...
Continue Reading...