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
Harshal Kulkarni 15Harshal Kulkarni 15 

Using different placeholders or labels for single object

Hi,

I have used one object as lookup in two or more different object. I want to show different label / placeholder (Search .. Object)  of parent object while adding each child record.

Can anyone please help me to resolve this?

Thanks
Kanav TechfineryKanav Techfinery
Hi Harshal,

There are 2 possibilities:
1.Changing the field label on the Child Object
2. Changing the Related List label on the parent object

This can be done in Step 6 of editing the lookup field on the child object.

In below example, an object 'My Custom Object' has a lookup to the Account object.
User-added image

This shows up like this on the Parent object:

User-added image

Let me know if this resolves your question. If not, please provide some screenshots so I can help you further. :)