Declaring Const Values in X++

 We can declare a constant value in X++ by using const keyword before defining a variable.  where         value does not change

Ex:

const str constantVariable = "Value";

const int age=45;

Comments

Popular posts from this blog

how to post trade agreement journals automatically using x++ code

How to Create a wizard in x++ d365

x++ code to submit and approve and reject the invent movement workflow in d365 F&O