• NPM
  • NEWBIE
  • 325 Points
  • Member since 2006

  • Chatter
    Feed
  • 12
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 17
    Questions
  • 280
    Replies

I am not a developer but we had a developer create some Classes, Components and Pages for us in late 2008 that we put into but never used in production and do not plan to use anytime soon or ever.  We would like to export these out of our production org.  We see where we can download Classes to our file system and then we could delete the classes, but see nothing similar for Pages and Components.  How can we export the Pages and Component so we can also delete them from out production Org? 

Where can we look to get or how can we find a better description of the reason for an Outbound Messaging Delivery Failure? Below is what we get from Outbound Messaging Delivery Status page.  It truncates the specifics making for a lot of guess work/ trial and error.

System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: . at System.Web.Se

 

Hi All.

 

I have the following requirement -

 

I want a text to be displayed on the page that should be just a label, not to be associated with any field. It is a normal page and not a Visualforce page.

My text is about 200 characters (the character limit for field label is 50 chars and that for section label is 80 chars).

 

Can anyone suggest me the solution for this?

 

Any help will be GREAT :)

 

Thanks

I need to write a Data Validation rule to enforce users to use the Task Subject pick list values when creating tasks or activities.

 

I've started with this but need some help finishing it:

 

IF( Subject  <> "Call, Contacted, Conversation, Fax, Handoff, Interview, Left Voicemail, Mailed Collateral, Other, Send Email, Send Letter, Send Quote, Web Meeting , value_if_true, value_if_false)

 

Thank you,

Hi,

 

I am trying to setup an email alert through workflows when ever owner changes for the account.I am trying to to it using ISCHANGED(OwnerId) in rule criteria (formula evaluats to true)but it throws an syntax error saying Function ISCHANGED may not be used in this type of formula.

I want to know is there any work aroud for this Issue.

 

Any help is gr8ly appreciated.

 

I want to show the Contact Mailing City field on my Case Page Layout, but it is not an option to select.

Does anyone know a way to get this field to show on the Case Page Layout?

I ultimately want to add that field to the Cases Views so I can have a few cities use the same queue and this way they will be able to easily see which cases are for their city.

 

Thanks

 

 

 

I need to find a way to create an auto-incrementing version number for records created in my custom app.  I've created a product management database where product information is entered and modified over time.  When the record is intially entered, I'd like the version field to show "1".  Then if the record gets edited, I want the record to get saved with a new version number (2,3,4,etc). 

 

Can I do this using a custom field?

Hey guys, I'm an intern building a database for a real estate company and need some serious help.  I'm trying to create a field (specifically a date field) that when a date is added to the field, it triggers the next set of tasks.

 

Currently I have selected:

 

Eviction Scheduled (date field) is 'not equal to' ""

 

It isn't accepting "" as a null value so first wondering what null is in Salesforce's language.

 

 

When that didn't work I tried to create a formula that triggered when any date beyond May 1st, 2009 was entered (and was true).  No luck there either.

 

This was the formula:

 

REOHQ__REOHQ_Eviction_Scheduled__c > DATE(2009,5,1)

 

 

 

If anyone has any advice, I would be greatly appreciative of some help.

 

 

Thank you,

 

Ross Johnson 

 

We use a standard naming protocol when naming records on a standard object, i.e. Account Name - Date

 

I am trying to create a workflow, so that when a user creates a new custom object record and doesnt put the account name into the custom object Name field then a workflow is triggered. I want the workflow to update the name field to include the account name field + a date field + whatever was saved in the date field.

So the workflow would trigger if the 'Name' field does not contain 'Account' field, but i am struggling to put this into formula terms.

 

Am i going about this the correct way, or should i be using a trigger for this?

 

Any help would be great.

 

Matt

Message Edited by mstev45 on 05-08-2009 08:36 AM

This is using Mobile Lite.  We have several users using it with no problem.  I have a user that can download the client fine but the device will not Activate. Does anyone have any ideas?

Hi, I have this validation rule to prevent sales from overriding the forecast category:

 

or(
and(
case( StageName , "Requirements Analysis", 1, "Qualification", 1, "Proposal", 1, 2) < 2,
Not(ispickval( ForecastCategoryName , "Pipeline"))),
and(
text( StageName)="Negotiation",
Not(ispickval( ForecastCategoryName , "Best Case"))),
and(
text(StageName)="Closing",
text(ForecastCategoryName)<>"Forecast",
text(ForecastCategoryName)<>"Commit"))

 

 

The first two work perfect....

 

 

but the 3rd one (closing stage = commit

 

 and(
text(StageName)="Closing",
text(ForecastCategoryName)<>"Forecast",
text(ForecastCategoryName)<>"Commit"))

 

 

cannot work... I tried many ways to rephase the formula, without luck...

 

What is wrong?

 

I am attempting to create a validation rule that specifies if a certain value is selected in the Opportunity Stage picklist field it forces the owner to enter the contract duration before they can save the record.
Any help would be greatly appreciated.
Below is what I put together based on other rules I have in place on but cannot get it to work:
AND(
(Probability >= 0.50),
ISNULL( Length_of_Contract__c ))
Message Edited by Local Edge on 04-08-2009 08:45 AM
Hi,

I am looking for some help with the following:

I get the following error when attempt to send outbound message to my test server: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

- I have a real certificate installed on the server.
- I am also able to view the listener description when I point browser on my dev workstation to the test server (same URL as the endpoint specified in my O/B message).
- In the IIS log, I can see all the hits from my dev workstation, but no hits from either of SFDC IPaddresses (204.14....)

Appreciate any info that will help me understand and debug this, or at least point me in the right direction.

Thanks!