johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

Improve: added explicit enveloping criterium (can be set in mapping) #272

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
use additional attribute in enveloping.
(now: editype, messagetype, frompartner,topartner etc are used)

attribute can be set in mapping.
extra option (eg via function): 
- only envelope if not in same infile
- use this attribute as envelopeID

Original issue reported on code.google.com by hjebb...@gmail.com on 20 Dec 2013 at 6:37

GoogleCodeExporter commented 8 years ago
used field  'rsrv3' in ta tabel for this.
eg in mapping:
    out.ta_info['rsrv3'] = MyEnvelopeCriterium
(files with different rsrv3 will be separately enveloped)

Using this as envelopeID: can be done via user exit 'envelopecontent'.
Somewhat more complcated, but AFAIK this is not very useful either.

Original comment by hjebb...@gmail.com on 31 Dec 2013 at 12:44

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 31 Dec 2013 at 12:52

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2014 at 2:49