You need to sign in to do that
Don't have an account?
Embed date in text line
I've got an Apex class which writes a description text to a case on creation.
Now i want add a date (today()) into the line of text.
Before deploying this to production (and possibly break the case creation process), can anyone tell me if the following line will do the trick ?
Now i want add a date (today()) into the line of text.
Before deploying this to production (and possibly break the case creation process), can anyone tell me if the following line will do the trick ?
Description = 'Gegevens: \n\n Ontvangstdatum: + date.today() \n\n nummer: ' + Code
try this:
All Answers
try this:
I will try this solution next monday. So close to the weekend and no possibilty for me to monitor errors.
Next week i will let you know if it works.