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
Is there an age requirement to play in Adventurers League?
Is any special diet an effective treatment of autism?
Is disk brake effectiveness mitigated by tyres losing traction under strong braking?
What do "Sech" and "Vich" mean in this sentence?
It is as simple as ABC
Will 700 more planes a day fly because of the Heathrow expansion?
Why is "breaking the mould" positively connoted?
Correct way of drawing empty, half-filled and fully filled circles?
How does the reduce() method work in Java 8?
How long would it take for people to notice a mass disappearance?
Where to draw the line between quantum mechanics theory and its interpretation(s)?
SOQL query WHERE filter by specific months
Why do these characters still seem to be the same age after the events of Endgame?
Should I simplify my writing in a foreign country?
Why symmetry transformations have to commute with Hamiltonian?
Python 3 - simple temperature program
Can you use "едать" and "игрывать" in the present and future tenses?
To kill a cuckoo
Does "Captain Marvel" contain spoilers for "Avengers: Infinity War"?
Lookup fields on a custom object seem to be missing?
When an imagined world resembles or has similarities with a famous world
Has the United States ever had a non-Christian President?
Would a small hole in a Faraday cage drastically reduce its effectiveness at blocking interference?
Is it normal for gliders not to have attitude indicators?
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
5 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
5 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
5 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
5 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
5 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
5 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
5 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
5 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
5 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
5 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
5 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
5 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
5 hours ago
I am sorry. Those consultants exist. Come back here any time you need more help!
– Sebastian Kessel
5 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