Using Salesforce SOQL I can get the Owner\'s Id using the following: SELECT Case.OwnerId FRO开发者_StackOverflowM Case
I am executing the query for my custom object created in SFDC. but i am getting the following error: {\'[{\"message\":\"\\nSELECT FS_Account_Name__c from FS_Work_Order__c\\ERROR at Row:1:Column:34\\n
I want to get the field userhomepage fr开发者_运维问答om the custom table WebsiteUser via a SOQL query on the Account table. I tried about 10 different queries but i\'m not getting it working...
I have 3 tables, a parent table and 2 child tables.Lets say Mother_c is the parent. Then Child_c and Pet_c are the 2 child tables that have master-detail relationship pointer to Mother_c.
I\'d like to retrieve a Case record from the Salesforce API. I only have the beginning of the Case Id (don\'t ask why) so I\'ve tried the following query:
I\'m looking at an SOQL qu开发者_如何转开发ery that may either be hideously out of date or using some facet of their magical field__r.foreign_table join syntax, the code contains a reference to
Let\'s say you run a SOQL aggregate query that looks like this: select OwnerId, sum(ExpectedRevenue)val from Opportunity GROUP BY ROLLUP(OwnerId)
I am trying to find all the account that have the same partner. I am new to SOQL and I cannot do a join so I am at a loss. Here is the closest I have gotten:
The problem is that I need to compare two fields of different types in a SOQL query. TextField is a Picklist (so really text) and IntField is a Number(2, 0).Changing the types of these fields is not
I want to write a bulk trigger (keeping governer l开发者_开发问答imits in mind) such that when a new lead is inserted whose \'x\' field value is same as \'y\' field value of some opporunity, It update