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
Anil MeghnathiAnil Meghnathi 

How to convert Text field type into User Lookup relationship

I have a field ModeratorID__C with type text. Now i want  to convert Text field type into User Lookup relationship.

 

Is it possible??

 

Thanks

@anilbathula@@anilbathula@

Hi,

 

It is not possible to convert a text field into lookup.

The work around will be creating a new lookup field and populating the data with users.

 

 

 

 

 

Hengky IlawanHengky Ilawan

No, it is not possible.

But, I assume ModeratorID__c contains record IDs?

Maybe you can create the lookup field and then copy the value from the text field to the lookup field?

I think it should work.

 

Regards,

Hengky

Santosh SSantosh S

Nope , thats not possible.

 

If ModeratorID__c contains record IDs, you can create the lookup field and copy the values from the text field to the lookup field

 

Hope it Helps