function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rogerio Lara 2028Rogerio Lara 2028 

Field update with Picklist value and Date (Picklistvalue / Created Date)

Hi there,

I was wondering if anyone could help, please!!!

I am trying to create a field update that will update a text field with the data from another picklist field and the created date field.

For the picklist field I originally had TEXT (picklistfield_name), but I was not able to add the DATEVALUE Created Date.

Any idea of how this can be achieved?

Thank you,

Rog
 
Best Answer chosen by Rogerio Lara 2028
Nayana KNayana K
Update field with formula :       TEXT( Adequacy_of_Position__c ) + " " + TEXT(DATEVALUE(CreatedDate))

All Answers

Nayana KNayana K
Did you mean field update will be concatenation of picklist value + created date value?
Can you please let me know the exact requirement including objects and field names?
Rogerio Lara 2028Rogerio Lara 2028
Hello Nayana, thank you for your quick response. How are you doing? ;-)

That is correct. I need those 2 field values to concatenate. 
Rogerio Lara 2028Rogerio Lara 2028
The field to be polulate is: Opportunity Positioning (Name field)

The fields I need are: Adequacy of Position (Picklist field)
                               Created Date (Date field)
 
Nayana KNayana K
Update field with formula :       TEXT( Adequacy_of_Position__c ) + " " + TEXT(DATEVALUE(CreatedDate))
This was selected as the best answer
Nayana KNayana K
I am doing Good Rog. Hope you are also doing good :)
Rogerio Lara 2028Rogerio Lara 2028
Hi Nayana, Thank you so much. Nothing that you cannot do! Really appreciate it! I was close this time as well, but got mixed up with the && . All is much better now! ;-)
Nayana KNayana K
Welcome Rog :) ;)