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
adeltaraabtadeltaraabt 

Move config between unrelated Orgs

Hello,

 

I'm currently moving some custom fields and custom object between two orgs using Eclipse.

 

Can anybody point me in teh right direction what coul dbe causing this error:

 

# Deploy Results:
File Name: objects/Account.object
Full Name: Account
Action: NO ACTION
Result: FAILED
Problem: lookupPhoneDialogsAdditionalFields 00Ni00000097A6q not found.

 

Regards.

Atul111Atul111
Hi,

First you have delete all the lookup filter it is related to record type. Only then you can move the configurations items
adeltaraabtadeltaraabt

Thank you in advance but i look under the section.

App Setup > Accounts > Related Lookup filters 

 

Nothing setup.

 

thanks Lee

AroraAnupAroraAnup

Hi Lee,

 

It seems that the issue is with a filter setup on the Lookup Phone Dialogs search layout. You can access the same by navigating to Setup-->Build-->Customize-->Accounts-->Search Layout-->Lookup Phone Dialogs.

 

You may want to remove the filter for the sake of deployment and then put it back manually once it is deployed.

 

Hope this helps! Let me know how it goes

sunny.sfdcsunny.sfdc
Hi 

I agree with JIRA. I was having the same problem with Contact object. All I did was removed the lookup filters from Contact Object and refreshed the Contact object (this is a must otherwise you will get the same error again and again) in Eclipse.

Then deployment worked fine for me.

Regards
Sachin