Hi All,
I want to disable the functionality of Reports as in first screenshot and retain the functionality of Reports as in the second one.
Following is the AL code used -
Hi All,
I want to disable the functionality of Reports as in first screenshot and retain the functionality of Reports as in the second one.
Following is the AL code used -
Hi
Only promoted actions are visible there.
On each action, you want to promote the use of the following properties.
Promoted = true;
PromotedCategory = Report;
Regards,
Avinash B
Used the reporting section, still not getting desired result
Hi
Instead of creating a group called report, Use the Reporting section.
actions
{
addlast(Reporting) //adds all the actions to the Report tab
{
// Create your actions
}
}
Regards
Avinash B