Lookup fields on a custom object seem to be missing?How to display the Contact phone and contact email id in...
What is a common way to tell if an academic is "above average," or outstanding in their field? Is their h-index (Hirsh index) one of them?
What to use instead of cling film to wrap pastry
Mug and wireframe entirely disappeared
Should I mention being denied entry to UK due to a confusion in my Visa and Ticket bookings?
Is there precedent or are there procedures for a US president refusing to concede to an electoral defeat?
Can I use a Cat5e cable with an RJ45 and Cat6 port?
Which sphere is fastest?
Where are the "shires" in the UK?
GitLab account hacked and repo wiped
How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?
Gerrymandering Puzzle - Rig the Election
Notation: What does the tilde below of the expectation mean?
Copy previous line to current line from text file
Endgame puzzle: How to avoid stalemate and win?
How do I, as a DM, handle a party that decides to set up an ambush in a dungeon?
Should I simplify my writing in a foreign country?
Should homeowners insurance cover the cost of the home?
Why aren't nationalizations in Russia described as socialist?
How to deal with employer who keeps me at work after working hours
Adding command shortcuts to /bin
Side effects of Initiation by a Guru?
As a GM, is it bad form to ask for a moment to think when improvising?
How should I tell my manager I'm not paying for an optional after work event I'm not going to?
Is the book wrong about the Nyquist Sampling Criterion?
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
7 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 5 hours ago
Adrian Larson♦
111k19123262
111k19123262
New contributor
asked 7 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
7 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
7 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
7 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
7 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 7 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
7 hours ago