Hi All,
I have a requirement to pull or find out the tables and columns used for a specific report request page in our BC sandbox environment. Actually it is a custom report i tried to find it in Report Layout Selection, Report Layout, Custom Report Layouts no where i found this report.
Even i pointed the vs code to cloud sandbox environment and downloaded the symbols as suggested in internet. But still am unable to see that report neither in VS code editor nor in BC no where am seeing the tables and fields for the report (Sales and Service Extract)
Can anyone guide me is there any way to pull the tables and columns used for custom report which is report request page from BC, please suggest if am missing anything here and am giving the launch.json code this is how am pointing to sandbox environment.
{
"name": "Microsoft cloud sandbox",
"request": "launch",
"type": "al",
"environmentType": "Sandbox",
"environmentName": "sandbox",
"tenant": "",
"startupObjectId": 22,
"startupObjectType": "Report",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
Thanks in advance
Pavan kumar