Hi Josh,
Thanks for your replies.
I have tried adding applicationarea to the base of RewardCard and RewardList as you suggested. Still without luck.
Cant add it to the table Reward as it wont accept that.
Just to be sure, as I am a rookie in AL. I have made 3 different files for each page as showed in the link from my original post. Reward.al, RewardCard.al and RewardList.al.
launch.json file:
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Microsoft cloud sandbox",
"startupObjectId": 50102,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
]
}
app.json file:
{
"id": "42ac57a0-b4ba-4eea-a411-c1c7cf6f0246",
"name": "ALProject1",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.0.0.0"
}
],
"screenshots": [],
"platform": "16.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"contextSensitiveHelpUrl": "ALProject1.com/.../",
"showMyCode": true,
"runtime": "5.0"
}