• Sandeesh
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies

Hi,

      I have implemented the territory management feature on my production Org.

The information related to rule based territory assignment gets stored in the following Objects.

AccountTerritoryAssignmentRule
AccountTerritoryAssignmentruleItem

UserTerritory

 

 

Is there any way through which I can access(copy) these objects. i.e. through Eclipse ???

Hi,

  I have Territory management enabled on my production org.

I need to migrate it to my sandboxes for the purpose of deployment

How do I do this?

 

Thanks

Currently i want to find all the ConvertedOpportunityId's from Lead Object using SOSL query:-

 

String queryString;      

String searchdialog = 'New York'
queryString = 'FIND \''+searchdialog+'\' IN ALL FIELDS RETURNING Lead(ConvertedOpportunityId where isConverted = true)';

List<List<Lead>>resultset=search.query(queryString); 

 

But i am unable to get the rows.

Thanks in Advance,

Sandeesh

Currently i want to find all the ConvertedOpportunityId's from Lead Object using SOSL query:-

 

String queryString;      

String searchdialog = 'New York'
queryString = 'FIND \''+searchdialog+'\' IN ALL FIELDS RETURNING Lead(ConvertedOpportunityId where isConverted = true)';

List<List<Lead>>resultset=search.query(queryString); 

 

But i am unable to get the rows.

Thanks in Advance,

Sandeesh