Question

replace base lookup object

Hello folks,

   I need to replace the base Account type lookup object. Do I have to re-import all the lookup values to the replaced object? 

I see no values after doing the replacement object. Is there an efficient way to handle this without loss of data?

 

Like 0

Like

1 comments

Hello,

First of all you need to delete this replaced object since it seems that it was created incorrectly (and there is a high probability that you get network errors when opening this lookup). For some reasons when I was testing replacement of "Account type" object there was an error while publishing and the object appeared in configurations, but database structure was not updated and the object itself was not published. It lead to incorrect displaying of this lookup (there were no values in the lookup and console returned errors). I resolved this issue by deleting this replacing object and creating it once again. The major target is to:

1) Set Account type (Base) as parent object for this replacing object

2) Publish the object successfully without errors

As a result you will get new column and old values of the lookup will be present in a list.

So as a conclusion in your case - you need to recreate this replacing object.

Best regards,

Oscar

Show all comments