Lookup fields on a custom object seem to be missing?How to display the Contact phone and contact email id in a custom objectAutopopulate field based on lookup recordReporting on multiple lookup fields in a custom objectAll Fields not working on Lookup SearchHierarchical tree view in VF with custom objectGetChildRelationships not finding contact lookups for custom objectData Load into Accounts (Std Obj) with a Lookup to Custom ObjectCopying field value from related record to custom objectHow to retrieve records from two objects which has lookup relationship?How to show custom object fields in standard visual force page
To kill a cuckoo
History of the kernel of a homomorphism?
Where to draw the line between quantum mechanics theory and its interpretation(s)?
Lookup fields on a custom object seem to be missing?
Dihedral group D4 composition with custom labels
What do "Sech" and "Vich" mean in this sentence?
What to use instead of cling film to wrap pastry
Why did the Apollo 13 crew extend the LM landing gear?
Voltage Balun 1:1
Checking if two expressions are related
Can you use "едать" and "игрывать" in the present and future tenses?
Feasibility of lava beings?
Are pressure-treated posts that have been submerged for a few days ruined?
What are the advantages of luxury car brands like Acura/Lexus over their sibling non-luxury brands Honda/Toyota?
Trigonometry substitution issue with sign
Out of scope work duties and resignation
How do I calculate how many of an item I'll have in this inventory system?
Why do people keep telling me that I am a bad photographer?
What was Bran's plan to kill the Night King?
How can I get people to remember my character's gender?
Why does sound not move through a wall?
Correct way of drawing empty, half-filled and fully filled circles?
My first c++ game (snake console game)
Adding command shortcuts to /bin
Lookup fields on a custom object seem to be missing?
How to display the Contact phone and contact email id in a custom objectAutopopulate field based on lookup recordReporting on multiple lookup fields in a custom objectAll Fields not working on Lookup SearchHierarchical tree view in VF with custom objectGetChildRelationships not finding contact lookups for custom objectData Load into Accounts (Std Obj) with a Lookup to Custom ObjectCopying field value from related record to custom objectHow to retrieve records from two objects which has lookup relationship?How to show custom object fields in standard visual force page
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My org has a custom object - call it Wario__c
- with two lookup fields. It can be the child of either a Lead
or a Contact
object.
In the Custom Object Definition for Wario
, it displays Contact (Contact__c)
and Lead (Lead__c)
under the header "Custom Fields & Relationships."
So far, so good. In the page layout, the Contact and Lead fields are "in use" and located prominently on the page.
But in actual, instantiated objects, there's no Contact
and no Lead
displayed. I can't query Wario__c.Contact__c
or Wario__c.Lead__c
, nor can I reach (for instance) Wario__c.Contact__r.Id
.
And when I look in the Workbench, the Contact__c and Lead__c fields are missing.
What might be going on here? Why can't I see or query the lookup fields on this object?
custom-object lookup
New contributor
add a comment |
My org has a custom object - call it Wario__c
- with two lookup fields. It can be the child of either a Lead
or a Contact
object.
In the Custom Object Definition for Wario
, it displays Contact (Contact__c)
and Lead (Lead__c)
under the header "Custom Fields & Relationships."
So far, so good. In the page layout, the Contact and Lead fields are "in use" and located prominently on the page.
But in actual, instantiated objects, there's no Contact
and no Lead
displayed. I can't query Wario__c.Contact__c
or Wario__c.Lead__c
, nor can I reach (for instance) Wario__c.Contact__r.Id
.
And when I look in the Workbench, the Contact__c and Lead__c fields are missing.
What might be going on here? Why can't I see or query the lookup fields on this object?
custom-object lookup
New contributor
3
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either)
– Sebastian Kessel
6 hours ago
add a comment |
My org has a custom object - call it Wario__c
- with two lookup fields. It can be the child of either a Lead
or a Contact
object.
In the Custom Object Definition for Wario
, it displays Contact (Contact__c)
and Lead (Lead__c)
under the header "Custom Fields & Relationships."
So far, so good. In the page layout, the Contact and Lead fields are "in use" and located prominently on the page.
But in actual, instantiated objects, there's no Contact
and no Lead
displayed. I can't query Wario__c.Contact__c
or Wario__c.Lead__c
, nor can I reach (for instance) Wario__c.Contact__r.Id
.
And when I look in the Workbench, the Contact__c and Lead__c fields are missing.
What might be going on here? Why can't I see or query the lookup fields on this object?
custom-object lookup
New contributor
My org has a custom object - call it Wario__c
- with two lookup fields. It can be the child of either a Lead
or a Contact
object.
In the Custom Object Definition for Wario
, it displays Contact (Contact__c)
and Lead (Lead__c)
under the header "Custom Fields & Relationships."
So far, so good. In the page layout, the Contact and Lead fields are "in use" and located prominently on the page.
But in actual, instantiated objects, there's no Contact
and no Lead
displayed. I can't query Wario__c.Contact__c
or Wario__c.Lead__c
, nor can I reach (for instance) Wario__c.Contact__r.Id
.
And when I look in the Workbench, the Contact__c and Lead__c fields are missing.
What might be going on here? Why can't I see or query the lookup fields on this object?
custom-object lookup
custom-object lookup
New contributor
New contributor
edited 4 hours ago
Adrian Larson♦
111k19123262
111k19123262
New contributor
asked 6 hours ago
Robert McCowenRobert McCowen
283
283
New contributor
New contributor
3
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either)
– Sebastian Kessel
6 hours ago
add a comment |
3
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either)
– Sebastian Kessel
6 hours ago
3
3
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either)
– Sebastian Kessel
6 hours ago
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either)
– Sebastian Kessel
6 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either).
Click on the fields, then click on "Set Field Level Security" and ensure your profile can see them.
My Lord. We relied on an external consultant to create the object, and had a lot of problems with them. It never even occurred to me that they would have removed visibility for the admin profile...
– Robert McCowen
6 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
6 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "459"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Robert McCowen is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f261107%2flookup-fields-on-a-custom-object-seem-to-be-missing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either).
Click on the fields, then click on "Set Field Level Security" and ensure your profile can see them.
My Lord. We relied on an external consultant to create the object, and had a lot of problems with them. It never even occurred to me that they would have removed visibility for the admin profile...
– Robert McCowen
6 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
6 hours ago
add a comment |
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either).
Click on the fields, then click on "Set Field Level Security" and ensure your profile can see them.
My Lord. We relied on an external consultant to create the object, and had a lot of problems with them. It never even occurred to me that they would have removed visibility for the admin profile...
– Robert McCowen
6 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
6 hours ago
add a comment |
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either).
Click on the fields, then click on "Set Field Level Security" and ensure your profile can see them.
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either).
Click on the fields, then click on "Set Field Level Security" and ensure your profile can see them.
answered 6 hours ago
Sebastian KesselSebastian Kessel
9,29862239
9,29862239
My Lord. We relied on an external consultant to create the object, and had a lot of problems with them. It never even occurred to me that they would have removed visibility for the admin profile...
– Robert McCowen
6 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
6 hours ago
add a comment |
My Lord. We relied on an external consultant to create the object, and had a lot of problems with them. It never even occurred to me that they would have removed visibility for the admin profile...
– Robert McCowen
6 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
6 hours ago
My Lord. We relied on an external consultant to create the object, and had a lot of problems with them. It never even occurred to me that they would have removed visibility for the admin profile...
– Robert McCowen
6 hours ago
My Lord. We relied on an external consultant to create the object, and had a lot of problems with them. It never even occurred to me that they would have removed visibility for the admin profile...
– Robert McCowen
6 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
6 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
6 hours ago
add a comment |
Robert McCowen is a new contributor. Be nice, and check out our Code of Conduct.
Robert McCowen is a new contributor. Be nice, and check out our Code of Conduct.
Robert McCowen is a new contributor. Be nice, and check out our Code of Conduct.
Robert McCowen is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f261107%2flookup-fields-on-a-custom-object-seem-to-be-missing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Feels like you may not have permissions to the fields. If that is the case you won't see them or be able to query them (you won't see them via workbench either)
– Sebastian Kessel
6 hours ago