Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have data for 2011 and 2012 and months from Jan to Dec..Also I have a button named YTD(Year to date) if I click on this button by defaullt The month field should have Jan to Aug data selected.How do I do the same in Trigger.. I know how to select a single value in a field but not sure about multiple values..
Thanks in advance..
To select multiple values use search string like this
(Jan|Feb|Ma*|A*|Ju*)
Celambarasan
Hi,
Have you look in to the Select in Field in actions.
Celambarasan
I have an idea about select in field.. I am not sure how to make multipole values selected at a time in a single field..
I have an idea about select in field.. I am not sure how to make multipole values selected at a time in a single field..
To select multiple values use search string like this
(Jan|Feb|Ma*|A*|Ju*)
Celambarasan
Hi,
Thanks for Quick reply its working..
Please mark the correct answer! Thank you!
Hi Celembarasan,
I have to [Work Item Class] field which has some values like MCTB,RTB,DCTB,TBD etc.. In a trigger I would like to select it as
[Work Item Class] <> 'RTB' .. Any suggestions how do i do this??
Thanks in advance...
Hi all,
Do anyone have suggestions for this???
Thanks in advance..