• gizmo100
  • NEWBIE
  • 25 Points
  • Member since 2010

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 5
    Replies


Hello!!


I´m trying to create a validation rule  to get an error if the TEXT field  is not starting with 

 

http://

Or  

http://www.

 

 

Thanks!

Gizmo

 

Hi,

 

 

I have a text  field with a link (for example) www.salesforce_1.com

 

And

 

I have a number field where I can enter 20, 35 or 100 depending on the record. (let´s suppose I have entered 25)

I would like to create a formula to obtain the 25 lines automatically: (all lines/links in the same field)

 

 

www.salesforce_1.com

www.salesforce_2.com

www.salesforce_3.com

www.salesforce_4.com

etc......

 

Any ideas??

 

Thank You!

Gizmo

 

 

 

Hello,

 

I have this formula (thanks Stevemo!!) which I use in a field update........Now I would like this formula only applying if the record has an specific record type.

 

I use 3 record types for this object and I only want to update the field if the record type of the record is equals to A??

 

 

DATEVALUE(RIGHT(date1__c,4)+ "-"+ MID(date1__c,3,2)+ "-"+ LEFT(date1__c,2))

 

 

Thanks!

 

Gizmo

 

Hi Everybody,

 

I have a text field (8 length) and I would like to create a formula field that converts the "01092009" to 01/09/2009"

 

thanks for you help!!

 

:)

 

Gizmo


Hello!!


I´m trying to create a validation rule  to get an error if the TEXT field  is not starting with 

 

http://

Or  

http://www.

 

 

Thanks!

Gizmo

 

Hi,

 

 

I have a text  field with a link (for example) www.salesforce_1.com

 

And

 

I have a number field where I can enter 20, 35 or 100 depending on the record. (let´s suppose I have entered 25)

I would like to create a formula to obtain the 25 lines automatically: (all lines/links in the same field)

 

 

www.salesforce_1.com

www.salesforce_2.com

www.salesforce_3.com

www.salesforce_4.com

etc......

 

Any ideas??

 

Thank You!

Gizmo

 

 

 

Hello,

 

I have this formula (thanks Stevemo!!) which I use in a field update........Now I would like this formula only applying if the record has an specific record type.

 

I use 3 record types for this object and I only want to update the field if the record type of the record is equals to A??

 

 

DATEVALUE(RIGHT(date1__c,4)+ "-"+ MID(date1__c,3,2)+ "-"+ LEFT(date1__c,2))

 

 

Thanks!

 

Gizmo

 

Hi Everybody,

 

I have a text field (8 length) and I would like to create a formula field that converts the "01092009" to 01/09/2009"

 

thanks for you help!!

 

:)

 

Gizmo