Top new questions this week:
|
I think this is mainly a licensing question: We're assessing a CMS app on the app exchange. I can't find any information about what happens if the company that builds/supplies/supports the app goes …
|
Are there any good tricks for debugging/developing on Salesforce when I have multiple external Javascript files that have to be saved and uploaded as Static Resources every time I make a change? It's …
|
I'm pretty good with URL hacks to set field values in a record, save=1, saveURL/retURL, etc... But I'm getting stuck on something I've never tried before and I don't even know if it is possible. Is …
|
Does anybody know of a way to make a field un-editable after 24 or maybe 48 hours of the creation of a record ?
Thank you.
|
Here is my situation:
I have created a custom object called "CSB" with fields:
source_xml__c => Text
IPN__c => text
Salesman => Lookupfield to "User"
In the "User" object there is a custom …
|
Date Literals are really helpful in SOQL queries. There are times in Apex where it would be really helpful to be able to use the literals or some sort of easy equivalent (not in a SOQL query). Is …
|
I have two object X and Y. Y is child of X. Object X is having a field called Title (Long Text Area). I want to show this field on Y also. Cross-reference formula field will not work since Title is a …
|
Greatest hits from previous weeks:
|
How do I copy(for want of a better word) metadata (i.e. Objects, Workflows, Validation rule etc), and code (Apex, Visualforce, Triggers) from one Production org to another production org?
Is this …
|
On Salesforce.com's Customer Portal marketing page there is a video with an example Customer Portal from Dell. The portal in the video is obviously using a lot of custom CSS which I know can be …
|
Can you answer these?
|
I need to send an email if a particular lead is not opened after 2 days of assignment.
There is a field called IsUnreadByOwner, but we cant access this field through workflows or formulaes.
Is there …
|
Having a little issue. Trying to insert a task using a custom controller, and I am not getting any kind of "error" when this executes. Everything else on the page seems to work but this.
Any help …
|
Salesforce gives the ISV the Salesforce Edition of the Customer Org in the Subscriber object, and this data is available no where else. Any ways to access data from Subscriber other than the Object …
|