If you want a more dynamic solution, instead of creating a filter per field that need to be included, you could take advantage of the Application-Copy-Field-Value process action, and then loop on a configuration form that would contain the fieldids of fields that need to be included. After developing this code, you could just add new lines in the configuration form.
Best regards, Jean-Louis Halleux [email protected] On 28 Oct 2014, at 16:46, Serouche Rahimpour <[email protected]> wrote: > ** > Hi LJ, > Many thanks for the crystal clear explanation. > sr > > > > > > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of LJ LongWing > Sent: Friday, October 24, 2014 4:16 PM > To: [email protected] > Subject: Re: choosing fields to be included in email notification > > ** > Serouche, > I have done something similar to this in the past. So....the way you do it > is with a series of filters, one filter for each field needing to be > included. For each field/filter, check to see if it's designated to be > included in the notification, if it is, copy the contents of that field into > a tmp field that you are 'building'. Be sure to include 'fieldname: > fieldvalue' with an enter character, or something similar. > > Then, after the field list is built, you can then send a notification with > any other text you want and include that built up text field. > > On Fri, Oct 24, 2014 at 2:08 AM, Serouche Rahimpour > <[email protected]> wrote: > ** > Dear experts, > > One new requirement is to let the users chose which field should be included > in an email notification. > Like on form A there will be some check boxes which will then refer to some > fields of form B. > When a modification will occur on form B, the “tagged” fields could be > included in a mail notification. > I personally believe The idea itself is sort of out of space. But that’s a > new requirement. > Any ideas/tips on how it is possible to implement such workflow would be > greatly appreciated. > Best greetings > > Serouche > > PS: the current environment is ARS 7.5 patch 7 banana installation > > _ARSlist: "Where the Answers Are" and have been for 20 years_ > > _ARSlist: "Where the Answers Are" and have been for 20 years_ > _ARSlist: "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"

