Hi,
Just saw that you are doing a series of extractions.
Just use a tmp-field and a set of set-fields actions.
tmp = $Subject$
tmp = SUBSTRC($tmp$, STRSTRC($tmp$, "---") + 3)
Priority = SUBSTRC($tmp$, STRSTRC($tmp$, "---")
tmp = SUBSTRC($tmp$, STRSTRC($tmp$, "---") + 3)
ClientName = SUBSTRC($tmp$, STRSTRC($tmp$, "---")
tmp = SUBSTRC($tmp$, STRSTRC($tmp$, "---") + 3)
Category = SUBSTRC($tmp$, STRSTRC($tmp$, "---")
tmp = SUBSTRC($tmp$, STRSTRC($tmp$, "---") + 3)
Description = $tmp$
Note that you have to create individual action-set-fields for each line. They
can be in a single filter though.
You might want to do a test in the filter Run If to prevent this from failing:
'Subject' LIKE "%---?%---?%---?%"
Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)
Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13)
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs
Find these products, and many free tools and utilities, at http://rrr.se
November 11, 2016 7:11 PM, "Su Kaur" <[email protected]> wrote:
> Thanks Misi.
> That'd help!
> I'll try that.
>
> Thanks!
> Kaur
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"