The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
47 views

Error: Field must be grouped or aggregated

We have a lookup relationship between a custom object Problem__c and cases, one problem can be related to many cases. I am trying to query the field or problem records and the number of related cases, ...
2
votes
1answer
38 views

Are you required to have access to all parent-records in order to access the child-record where all relationships are master-detail?

Let's say you have a child object Child__c that has 2 master-detail relationships and assume you don't have Modify/View All access to the child object or overall. Also assume that all object OWDs are ...
1
vote
5answers
59 views

How to get all the parents for an object?

Say I have a custom object, and I want to get the list of parents for it, is there a quick way to do it? I didn't see it in eclipse. The only way I can think of is going to the object detail page and ...
5
votes
1answer
53 views

Why does the documentation stipulate that a many-to-many object relationship requires two master-detail relationships?

In theory you can model a many-to-many relationship using lookup fields exclusively or in combination with a master-detail field. However the documentation only mentions master-detail fields. What ...
7
votes
1answer
108 views

Lookup Relationship question

I'm still new-ish to SF, so sorry if this is a stupid question. Set-up I create an object, test, and at creation I allow activities to be associated with that object. Test has a lookup ...
2
votes
1answer
95 views

Formula Field to Count Records in Lookup Relationshp

I want to count the number of child objects in a lookup (not master-detail) relationship. Since no rollup-summary (COUNT) fields are supported I thought I would do this: ...
0
votes
1answer
74 views

Custom New Button that creates record of specific type and parent record in Visualforce Controller (No URLFOR!)

Sorry for the lengthy title. But I want to make sure that I was not able to solve my problem with the standard answers to questions like this. I have a CustomObject_c that has many record types and a ...
2
votes
0answers
23 views

Is possible to relate Data Categories to custom objects records?

I have some data in Knowledge and Answers that I'd love to relate to other data in custom objects? Is it possible to refer data categories from custom objects, besides sort of manually (and ...
2
votes
1answer
35 views

Can you add relationships to knowledge articles?

It seems like the answer to this is no but I wanted to ask anyway. Knowledge articles themselves dont allow a lookup or a mater-detail field. And from what i can tell you cant add a lookup field ...