function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shishir VKShishir VK 

Creating reports under a specific report-folder using API

Hi All,

 

Using MetaData API (ver 18), I am trying to create Custom-Reports under a given Report-Folder. example : Create Report : "Account Report - Test" , under the ReportFolder : "Sample Reports Folder" .

 

So far I am able to create report-folders and custom-reports seperately...

 

But when i try to associatate a report with a report-folder using the MetaData API classes,  Iam not able to find any options/fucntions/methods to do so.

 

Please note: To create custom-reports Iam using Report class provided in the MetaDat API pack, and to create the report-folder I am using the class: "ReportFolder" provided in the MetaData API pack.

 

 

Please help me resolve this trick!!!

 

Thanks in advance,

 

Regards

Shishir