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
Sri Ramya PVSri Ramya PV 

Salesforce Connect

User-added image
Best Answer chosen by Sri Ramya PV
vishnu Rvishnu R
hi ramya,

try this..

go to setup-> Build-> customize-> users-> fields-> user custom fields -> new 

>>Add a new 'Phone UUID' custom field on the User standard object with the resulting API name of 'Phone_UUID__c'. The field should be of type 'Text' and marked as 'Unique' and 'External ID'.

User-added image


after this go to phones object -> fields 

change the field type to indirect lookup relationship

>> Change the 'UUID' field on the 'Phone__x' external object to be an indirect lookup relationship to the 'User' standard object. Use the 'Phone_UUID__c' field as the matching key for this indirect lookup relationship.
User-added image
chnage the field type , Related to -phones, select target, lenght -18,for profile visibility as visible then save it.

after this go to Administer->manage users->users->click on edit on any user

you will find this field -- Phone_UUID
update it with 0000123442 and save it.
User-added image

then check for the challange ...

hope this helps you.mark this as best answer if your issue is resolved or keep posting for further support

thanks
Vishnu R
 

All Answers

vishnu Rvishnu R
hi ramya,

I think you haven't made a indirect relation between phone and user object ..
check that once...

Hope this helps you.

Thanks
Vishnu R
vishnu Rvishnu R
hi ramya,

try this..

go to setup-> Build-> customize-> users-> fields-> user custom fields -> new 

>>Add a new 'Phone UUID' custom field on the User standard object with the resulting API name of 'Phone_UUID__c'. The field should be of type 'Text' and marked as 'Unique' and 'External ID'.

User-added image


after this go to phones object -> fields 

change the field type to indirect lookup relationship

>> Change the 'UUID' field on the 'Phone__x' external object to be an indirect lookup relationship to the 'User' standard object. Use the 'Phone_UUID__c' field as the matching key for this indirect lookup relationship.
User-added image
chnage the field type , Related to -phones, select target, lenght -18,for profile visibility as visible then save it.

after this go to Administer->manage users->users->click on edit on any user

you will find this field -- Phone_UUID
update it with 0000123442 and save it.
User-added image

then check for the challange ...

hope this helps you.mark this as best answer if your issue is resolved or keep posting for further support

thanks
Vishnu R
 
This was selected as the best answer