Home Page field in the Customer Card is still accepting 80 characters in BC24

Ganesh2002Ganesh2002 Member Posts: 14
We are upgrading BC On-Prem from 22 to BC24. I see the following code. When I go to the customer card, it allows me to enter only 80 characters instead of 255. I have downloaded the symbols. Please advise.

#if not CLEAN24
field(103; "Home Page"; Text[80])
{
Caption = 'Home Page';
ExtendedDatatype = URL;
ObsoleteReason = 'Field length will be increased to 255.';
ObsoleteState = Pending;
ObsoleteTag = '24.0';
}
#else
#pragma warning disable AS0086
field(103; "Home Page"; Text[255])
{
Caption = 'Home Page';
ExtendedDatatype = URL;
}
#pragma warning restore AS0086
#endif

d4xozdr9yjf0.png

x21zacwyh9vq.png



App.json

{
"id": "a835b52b-238d-4a08-8f21-46811d0ecbc3",
"name": "TEST",
"publisher": Test",
"version": "1.0.0.340",
"brief": "This contains the custom code of WCI",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [

{
"id" : "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name" : "Base Application",
"version": "24.9.29403.0"
},



{
"id" : "f3552374-a1f2-4356-848e-196002525837",
"publisher": "Microsoft",
"name" : "Business Foundation",
"version": "24.9.29403.0"
},







],


"screenshots": [],

"platform": "24.0.0.0",
"application": "24.9.29403.0",

"idRanges": [
{
"from": 50000,
"to": 51999
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true

},

"runtime": "13.0",
"features": [
"NoImplicitWith"
],
"target" : "Cloud"
}






Sign In or Register to comment.