How to Convert Lowercase Alphabets into Uppercase by using UpperCase Function in BC D365

Using UpperCase Function in BC D365:

(1) In this blog, we will get to know about the use of the UPPERCASE function in BC D365. It converts all letters in a string to uppercase.

(2) Syntax of UPPERCASE:

NewString := UPPERCASE(String)

(3) Now let’s take an example and see the result, as shown.

UpperCase Function Code in BC D365

Message 1 is: Output 1 is: MY NAME IS BUSINESS CENTRAL.


How to Convert Uppercase Alphabets into Lowercase by using LOWERCASE Function in BC D365
Batch or Bulk Posting of Sales Orders and Invoices in D365 BC
Auto creation of Item while entering Item Description in Purchase Line in D365 BC
Make Lookup Field by using OnAssistEdit Trigger in D365 BC
How to Generate Barcode in Business Central
Use of RUN and RUNMODAL in Business Central
Page.RunModal() Method– Microsoft Docs

Leave a Reply