Skip to main content

MSDYN365BC Spring Release - No Captions on Page?

Hi Readers,


Today I was stumped with an issue while doing development for a customer in CAL Development Environment.

While creating a new page global variable and then add a variable in the page but when I tried to run that page there were no captions in the fields that added as a global variable.

It took me a while to figure out the solution of the same so I thought it would be great to share about the issue and solution.



I am using Business Central Spring Release for North America.

What is the Problem / Issue?

For the Demo, I am creating a simple page with two fields as shown below.

Then I added a global variables ABC of type Text and added that in Page with caption - "My Test Field"



When I execute/run that page I don't see caption in the field added.



The reason behind Problem?

Cause of the issue - From Business Central Spring Release (14.x) I don't know why but default caption ML is ENC instead of ENU.



How to Resolve this problem?

Till Microsoft fix the issue for the on-prem C/AL version, make sure that correct Caption ML is set for all fields that you add as shown below.


Run the page to test the results.


To my surprise, ENC is the default caption ML added in Table field but somehow Platform understands that and shown caption on the page.

Hope you find the information useful.

Let me know your views as a comment on this article.

Stay tuned for more.

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -