• aolivencia
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 5
    Replies

Hi, I'm getting a strange error when I try to save my class file:

 

Field must be grouped or aggregated: Id

 

The error is somewhere here:

 

 

for (AggregateResult iter : [
Select
Id,
SUM(ReleaseAmount__c)

from myObj__c Where nObj__c = 'a0DA00000012fbMMAQ'
]) { .........................

 

Any idea ?



 

Message Edited by aolivencia on 03-17-2010 01:56 PM

Is there a salesforce page tracking system to know which pages are visited in an org ?

 

I have uploaded my app. in AppExchange, and I would like to know which pages from the distributed app. are requested by users.

 

Thanks.

Message Edited by aolivencia on 02-24-2010 09:54 AM

Hi,

I have a Org "A" and an Org "B"

Can I modify objects in "B" from "A" ?

 

pseudocode in A would be:

b = newB() ;

b.doSomething();

 

Thanks in advance.

 

Hi,

I'm performing a seaching ('high school graduate') on a picklist called Education_Level__c.

 

 

FIND { "*high school graduate*" } IN ALL FIELDS RETURNING Resume__c (Id, Name, Education_Level__c)

 

But the query doesn't return nothing, do you know why ?

 

Hi,

is it possbile to delete custom fields from a custom objects by using the metadata api in eclipse ? 

Currently when I do this, the .object files is refreshed with the previous content.

 

Thanks in advance

Hi, I'm getting a strange error when I try to save my class file:

 

Field must be grouped or aggregated: Id

 

The error is somewhere here:

 

 

for (AggregateResult iter : [
Select
Id,
SUM(ReleaseAmount__c)

from myObj__c Where nObj__c = 'a0DA00000012fbMMAQ'
]) { .........................

 

Any idea ?



 

Message Edited by aolivencia on 03-17-2010 01:56 PM

Hi.

What do you think it's the best approach/flow when you need to feed an extjs grid with json data ?

1) apex:repeat within js code.

2) to fetch json from another page ( I mean here that my extjs-grid url property value would be a visualforce page which would call a controller  )

3) other idea ?

 

Thanks in advance.

Hi,

is it possbile to delete custom fields from a custom objects by using the metadata api in eclipse ? 

Currently when I do this, the .object files is refreshed with the previous content.

 

Thanks in advance