|
More site info...
Salesforce.com Community - www.salesforce.com | Site profile
|
|
Site profile page for http://www.salesforce.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.salesforce.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.salesforce.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on Salesforce.com Community:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
465
|
1,571
|
4,208
|
|
Post:
|
787
|
2,675
|
7,311
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Salesforce.com Community (http://www.salesforce.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Salesforce.com Community posting activity graph:
|
|
http://www.salesforce.com Alexa graph:
|
Top authors on Salesforce.com Community during last week:
user's latest post:
Community - Error: Organization...
Published (2009-11-26 03:22:00)
there are some server-side issues which happen when there are multiple updates happening or maybe cross browser edits! Not sure though ... BTW .. is the error coming repeatitively? If yes, then try opening the class in edit mode again and then saving. Worst case, logout and login back into your org. Should work fine Cool_D
user's latest post:
Community - Dont want to display...
Published (2009-11-25 08:59:00)
Name is a required field and cannot be removed from page layouts. If you want the name to be auto-generated, change its type to "auto number" type
user's latest post:
Community - Help Navigating Soql...
Published (2009-11-26 03:18:00)
Hey Your current query is child to parent btw i.e. sons are children of parents, and your 'main' query object is son. Therefore your query should be: son = [select Id, First_Name__c, Last_Name__c, Age__c, ...
user's latest post:
Community - Redirect prevents...
Published (2009-11-24 19:52:00)
Hello whatAreYoudoing ; Since you use the " setRedirect(true);" method you gets two debug logs at once. For the page where you invoke the action and for the page you are redirected to(In your case this is the page " casePage" ). Sometimes you may be looking at the wrong log line. As I think in your case the relevant log line should be the line before the last line....
user's latest post:
Community - how to remove...
Published (2009-11-25 04:51:00)
Hi every one, Plz tell me how to remove Record Name from object.This record name was created defaultly at the time of creating Object. Thanks, Anu...
user's latest post:
Community - SOQL in operator...
Published (2009-11-25 18:47:00)
No, this is not supported, you'd need to deconstruct it into individual field comparisons.
user's latest post:
Community - Is there any...
Published (2009-11-24 05:02:00)
The following JavaScript writes the contents of the name parameter into the element identified by a parameter passed to the page. function fillIn(name) { var winMain=window.opener; if (null==winMain) { winMain=window.parent.opener; } var ele=winMain.document.getElementById('{!$CurrentPage.parameters.namefield}'); ele.value=name; CloseWindow(); } If your popup knows about the element ids...
user's latest post:
Community - SOQL References -...
Published (2009-11-19 08:57:00)
ok, it's look like the content is the reference, how can i get the value of the field ID?
user's latest post:
Community - How to write Test...
Published (2009-11-20 00:03:00)
hi can anybody help me to write Test class for this Trigger trigger insertIntoCustomerContactDetail on Contact ( after insert ) { for ( Contact a : Trigger. new ) { CustomerContactDetail__c ccd = new CustomerContactDetail__c ( Contact__c = a.id, First_Name__c =a.firstName, Last_Name__c=a.lastName, Date_Of_Birth__c = a.Date_Of_Birth__c, Mobile_No__c = a.MobilePhone, Email__c = a.Email__c...
|
|
|
Top 10 active forums on Salesforce.com Community during last week:
|
|
Top 10 forums on Salesforce.com Community:
Apex Code Development
- 19,455 posts
|
Visualforce Development
- 16,218 posts
|
AJAX Toolkit & S-controls
- 6,415 posts
|
Best Practices
- 5,003 posts
|
Custom Formula Field Discussion
- 4,538 posts
|
.NET Development
- 3,407 posts
|
Perl, PHP, Python & Ruby Development
- 2,328 posts
|
Java Development
- 2,021 posts
|
AppExchange Directory & Packaging
- 1,862 posts
|
Introduce Yourself
- 1,464 posts
|
|
|
|
|
Latest active threads on Salesforce.com Community:
Started 1 day, 21 hours ago (2009-11-26 05:40:00)
by Jakob
What kind of errors are you getting and did you get it to work?
Started 1 day, 23 hours ago (2009-11-26 03:22:00)
by Cool_Devloper
there are some server-side issues which happen when there are multiple updates happening or maybe cross browser edits! Not sure though ... BTW .. is the error coming repeatitively? If yes, then try opening the class in edit mode again and then saving. Worst case, logout and login back into your org. Should work fine Cool_D
Started 4 days ago (2009-11-24 02:35:00)
by Cool_Devloper
<apex utputField value="{!son.Fathers__r.Name}"/> Assuming that the relationship name is correct! Cool_D
Started 3 days, 18 hours ago (2009-11-24 08:24:00)
by gm_sfdc_powerde
Why don't you create a formula field on your object that refers case.recordTypeId?
Started 3 days, 2 hours ago (2009-11-25 00:48:00)
by Cool_Devloper
No this will not work Instead, what you can do is that store the URL as a string in the <apex:variable> and then enclose it within the HREF tag wherever you wanna use it on your page! Cool_D
|
|
Hot threads for last week on Salesforce.com Community:
Started 1 week ago (2009-11-20 17:52:00)
by gm_sfdc_powerde
What are you trying to update here? ID is the system identifier and cannot be updated.
Started 3 days, 23 hours ago (2009-11-24 03:24:00)
by Cool_Devloper
Already answered on VF discussion board! Cool_D
Started 4 days, 4 hours ago (2009-11-23 22:17:00)
by Cool_Devloper
For the 1st problem, it seems the variable is not getting set with the param value. Did you try giving a debug message, what value is "currentQuestion" having? Also, can you check if "assignTo" works in the param tag? Can you please elaborate on the 2nd problem? Cool_D Message Edited by Cool_Devloper on 11-23-2009 10:18 PM
Started 1 week ago (2009-11-20 22:19:00)
by Cool_Devloper
Hi Sean, I suggest instead of re-directing through the controller, you can do the same through JS! If you have the ID of the contact on your Detail page, then you can build a URL and call a JS function onclick of a button/link from ur VF section. Cool_D
Started 3 days, 12 hours ago (2009-11-24 14:34:00)
by Stevemo
I think you just need to use a couple of ISPICKVAL's for your Picklist options and LEN <1 for your LookUp Fields.
Started 3 days, 17 hours ago (2009-11-24 09:34:00)
by A_Smith
Is this in apex code? are you trying to reference an object installed by the package or is this code within the package itself?
Started 4 days, 5 hours ago (2009-11-23 21:22:00)
by gm_sfdc_powerde
Add required="true" attribute to your picklist tag.
Started 1 week, 2 days ago (2009-11-19 01:24:00)
by Cool_Devloper
I am running the Data Loader command prompt just by specifying the ProxyHost inside my company network! DId you try specifying just this without proxyUsername/password? Cool_D
Started 1 week ago (2009-11-20 22:13:00)
by Cool_Devloper
use Integer.valueOf() Cool_D
Started 5 days, 4 hours ago (2009-11-22 22:03:00)
by Cool_Devloper
You have to use Modal Windows to hold the context between the two windows. Please refer below- Modal Windows Cool_D
|
|