|
More site info...
Salesforce.com Community - forums.sforce.com | Site profile
|
|
Site profile page for http://forums.sforce.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://forums.sforce.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://forums.sforce.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:
|
582
|
2,012
|
5,292
|
|
Post:
|
1,013
|
3,390
|
8,991
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Salesforce.com Community (http://forums.sforce.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://forums.sforce.com Alexa graph:
|
Top authors on Salesforce.com Community during last week:
user's latest post:
Community - Regarding save() -...
Published (2009-11-26 03:48:00)
Hi prageeth, Thanks alot for your support..As u suggested i will do it and get back to u for any help...... Once again thankful to u for your help... ...
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 with validation...
Published (2009-11-25 11:20:00)
You can create a validation rule on the object and on the field. Be sure to place this on the field itself. Go to Setup and click on the Field Label, you'll see a section to add Validation Rules for that specific field. Best, Sati
user's latest post:
Community - Regarding save() -...
Published (2009-11-26 02:30:00)
Hello Anu; I assume that you haven't changed your VF page yet. It means that the VF page you are using is exactly similar to the one that you have presented at your first post. I can't find where the error is. Atleast I can't think how the message "No issues available at present" is generated. I can't see such a message in your controller. Please comment your two PageBlockSections and try...
user's latest post:
Community - Maildrop -...
Published (2009-11-26 09:11:00)
Actually the best place to log feature requests/bugs etc is in the projects issues list http://code.google.com/p/maildrop/issues/list
user's latest post:
Community - Is there any...
Published (2009-11-26 12:43:00)
Can you post the code that you are using to open the child window (i.e. the command link plus any associted javascript) - the full force component id of the 'relatedTo' field (with all the attendate j34;j56 etc prepended) needs to be passed across in the url - this is quite easy to get wrong!
user's latest post:
Community - How to find out...
Published (2009-11-25 10:01:00)
Only option is to run a dynamic describe call in apex (see dynamic apex) and look for the objects from the other packages. The objects will be prefixed with their namespace.
user's latest post:
Community - Need help with...
Published (2009-11-24 10:22:00)
Man, Thank you soooooooo much. I was wondering with the repeat can you still do outputfield? Thank you again for all the help.
|
|
|
Top 10 active forums on Salesforce.com Community during last week:
|
|
Top 10 forums on Salesforce.com Community:
General Development
- 18,485 posts
|
Apex Code Development
- 18,024 posts
|
Visualforce Development
- 15,311 posts
|
Best Practices
- 4,844 posts
|
Custom Formula Field Discussion
- 4,347 posts
|
AJAX Toolkit & S-controls
- 3,418 posts
|
.NET Development
- 2,105 posts
|
Java Development
- 2,090 posts
|
AppExchange Directory & Packaging
- 1,495 posts
|
Introduce Yourself
- 1,443 posts
|
|
|
|
|
Latest active threads on Salesforce.com Community:
Started 5 days, 7 hours ago (2009-11-26 14:12:00)
by Nick34536345
Just off midnight 01/01/1970 is the clue i guess is this on appExchange?
Started 1 week ago (2009-11-24 05:02:00)
by bob_buzzard
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('{!$CurrentPag e.parameters.namefield}'); ele....
Started 1 week ago (2009-11-24 17:32:00)
by gm_sfdc_powerde
Try enclosing your test method in System.runAs. You will have get a user from user object in order to do this. This will ensure that your user context is maintained throughout the test execution.
Started 5 days, 11 hours ago (2009-11-26 10:43:00)
by CTU007
I think you can do it using tag panelgrid and repeat you need to know how many columns (months)) <apex:repeat value="{!Forecast}" var="fc">
<apex:panelGrid columns="xx" columnClasses="left,right" width="100%" border="1" >
<apex:outputText value="Customer Name" style="font-weight:bold" />
<apex:outputText value="Item Name" style="font-...
Started 5 days, 11 hours ago (2009-11-26 10:47:00)
by Zeta
Here's my suggestion, if the only thing that changes is the "website", you can add to your controller a method called, for example "getAccDomain()", It could be something like: public String getAccDomain(){ return grabHTTPAway(Account.domain); } Then, in the url of the button or link you can type: http://www.somesiteoutthere.com/research/search.as px?q={!AccDomain}&...
Started 4 days, 23 hours ago (2009-11-26 22:15:00)
by gm_sfdc_powerde
Apex is a strongly typed language and does not support evaluating dynamic content. Having said that, it is possible to dynamically construct and execute Apex code from outside the platform using web service API. Not sure if this is possible in your case, can you elaborate more on your use case?
Started 1 week ago (2009-11-23 22:52:00)
by Cool_Devloper
Well, first of all I din't quite understand why you needed to create so many tabs. Maybe, you should see if there is a way to do this in a more effecient way! As far as your question goes, yes, you can still use the objects without creating tabs for each one of them. How to use them completely depends on your data model and relationships existing between the obejcts. Cool_D
Started 1 week, 2 days ago (2009-11-22 00:21:00)
by Cool_Devloper
Steve, When you load the data in any dependent object (FeeMarkup__c) which has a lookup field to any other object (Fee__c), then salesforce expects the salseforce 18 digit ID as the value and not a text like " LP5 ". This is the reason you are getting the Malformed_Id error while loading the data. You have to take the 18 digit ID of the loaded Fee__c records and manually map them to ...
Started 4 days, 17 hours ago (2009-11-27 04:32:00)
by Sennah
You have to set the sharing settings to "private" for the object, e.g. Opportunities and then grant access via sharing rules as needed. You don't have to grant access from top to down, because that is automatically given. See the Salesforce documentation on that topic, it's pretty good at that point.
Started 5 days, 12 hours ago (2009-11-26 09:11:00)
by SimonF
Actually the best place to log feature requests/bugs etc is in the projects issues list http://code.google.com/p/maildrop/issues/list
|
|
Hot threads for last week on Salesforce.com Community:
Started 1 week, 1 day ago (2009-11-23 09:22:00)
by werewolf
What do you mean, connect to it directly and not through the adapter? The SalesforceCTI.exe application _is_ the adapter.
Started 1 week ago (2009-11-24 03:24:00)
by Cool_Devloper
Already answered on VF discussion board! Cool_D
Started 6 days, 17 hours ago (2009-11-25 04:17:00)
by prageeth
Hello Anu; You need to do something as below. public class MyClass { ApexPages.StandardController myStandardController ; public MyClass(ApexPages.StandardController controller){ myStandardController = controller; } public void save() { myStandardController .save(); //call standard save() method run(); ...
Started 1 week 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, 2 days ago (2009-11-22 00:21:00)
by Cool_Devloper
Steve, When you load the data in any dependent object (FeeMarkup__c) which has a lookup field to any other object (Fee__c), then salesforce expects the salseforce 18 digit ID as the value and not a text like " LP5 ". This is the reason you are getting the Malformed_Id error while loading the data. You have to take the 18 digit ID of the loaded Fee__c records and manually map them to ...
Started 1 week, 4 days 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 1 week ago (2009-11-23 22:52:00)
by Cool_Devloper
Well, first of all I din't quite understand why you needed to create so many tabs. Maybe, you should see if there is a way to do this in a more effecient way! As far as your question goes, yes, you can still use the objects without creating tabs for each one of them. How to use them completely depends on your data model and relationships existing between the obejcts. Cool_D
Started 1 week, 1 day ago (2009-11-23 08:47:00)
by Nick1746323
Looks okay to me. What's the error?
Started 1 week ago (2009-11-23 22:15:00)
by Cool_Devloper
Is there any other trigger like on "QuoteLine" object? Or is there any workflow which might be getting executed in the whole flow somewhere? The exception means that the same record is getting updated again within the same conetxt! Cool_D
Started 1 week 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.
|
|