You need to sign in to do that
Don't have an account?

Multiple lines insert into a text field
I want to maintain history tracking of a field on task .
When ever the field is edited or updated i want to add Date - Name - Comments on the newly created field .
Example :
Existing field - Test - Tesitng - 17/12
New Field - Testing - 17/12 - Raj
Existing field - Test - Tesitng in Progress - 18/12
New Field - Testing - 17/12 - Raj
Tesitng in Progress - 18/12 - Sam
Existing field - Test - Tesitng Completed - 19/12
New Field - Testing - 17/12 - Raj
Tesitng in Progress - 18/12 - Sam
Testing - Tesitng Completed - 19/12 - Raj
Hi Raj
I have a sugession .please try in my way...
1-first fetch all the value
2- add them into a List<String>
3-In a loop insert all the value
Here is some code you can refer...
For reference please go through this two link
http://boards.developerforce.com/t5/Visualforce-Development/Display-multiselect-picklist-values-in-vf-without-semicolon/m-p/503471#M56016
Did this post answers your question if so please mark it solved so that others get benifited.
Thanks