Author: ERP Consultors

Use of CHARINDEX Function in SQL

Use of CHARINDEX Function in SQL: (1) “CHARINDEX” function is used to get the position of Character from a string. (2) Let’s take an example to get the position of ‘e’ from the Vendor Address field in the Vendor table as shown. Note: (i) This function performs a case-insensitive search and (ii) Gives first find position …

Use of CHAR function in SQL

Use of CHAR function in SQL: (1) “CHAR” function is used to get the first CHARACTER from ASCII Value. (2) Let’s take an example to get CHAR from the ASCII Value field from the Vendor table as shown. (3) Select the database in the SQL server and click on the “New Query” button as shown. (4) …

Use of ASCII function in SQL

Use of ASCII function in SQL: (1) “ASCII” function is used to get the first ASCII value of a string. (2) Let’s take an example to get the ASCII value of Vendor Name from Vendor table as shown. (3) Select the database in the SQL server and click on the “New Query” button as shown. (4) …

Create Positive Item Journal Adjustments with auto Item tracking or Lot No. assignment in BC D365

Create Positive Item Journal Adjustments with auto Item tracking: (1) In every type of industry where Items are Purchase, Sales and Manufacture, at the time ofadjusting the inventory, we mainly used “Physical Journals” while using this Physical Journal, wehave to apply lot no. or item tracking one by one. Due to this reason, we will develop …