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
arabisaysarabisays 

Salesforce Report problem

I am migrating reports from one Org to another. When migrating some reports I am having trouble. This reports contains the following markup.

<params>
        <name>scopeid</name>
        <value>701800000011GlK</value>
    </params>
  <params>
        <name>co</name>
        <value>1</value>
  </params>

Please clarify what this exactly means.
Ashish_SFDCAshish_SFDC

Hi , 


Need some more information here, how are you migrating ?

Are you getting any errors? 

Enable debug logs and see you can find some specific errors. 

The value is a Salesforce Object Id, try opening that in your salesforce 

https://<na2>.salesforce.com/701800000011GlK

Replace <na2> with your current Org Instance that will show you the object. 


Regards,

Ashish


 

arabisaysarabisays
https://<na2>.salesforce.com/701800000011GlK .  I have tried this before. But no data found.

I think it is a salesforce bug. Previously there may be  data. But when data got deleted , it didn't cleared from report.
Ashish_SFDCAshish_SFDC
Hi , 


That could be the issue, 

Check the recycle bin and see if you can locate that Record, 

The prefix - 701 of the Record is associated to the campaign records - hope that helps. 


Regards,
Ashish