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
PaulMacPaulMac 

Custom Object functionality similar to Case [Change Owner]

Hi,

 

I have a custom object which has a lookup field called "Assigned To". Next to this field I would like to see a hyperlink similar to the [Change Owner] link on the standard Owner field.

 

It would look like this

 

Onwer: Joe Blow [Change]  <-- this works now

Assigned To: Jane Doe [Change]

 

Is this possible?

 

thanks,

Paul

VJSFDCVJSFDC

hi Paul,

 

I dont think we can create a Assigned To field with the Change Owner hyperlink besides it.

Since the Change Owner has the data type of Lookup(User,Queue) and you cannot create a Custom Field with

Data Type ==> Lookup(User,Queue)

 

Thanks.

PaulMacPaulMac

Actually, I want the link to change the assignee (not the owner)

 

Owner: Joe Blow [Change]

Assigned To: Jane Doe [Change]

 

Would this be possible?

 

thanks,

Paul

VJSFDCVJSFDC

hi,

 

Having the Assigned To field with a [Change] hyperlink, when clicking on Hyperlink we can change the Assigned to Field is not possible because if you check the Data type of all the Case Owner fields or Owner fields in general there data type is Lookup(User,Queue).

And we cannot create a custom Field with Data Type Lookup(IUSer,Queue) or change the existing Field data type to Lookup (USer, Queue) one.