-
```
check if there is route-script 'usersys/routescripts/bots-engine.py'
this can contain user exits for the engine code itself.
(for test-service)
added user-exit that runs after each --new run
(for …
-
```
Some (older) edifact messages have double UNS segments.
Bots did not accept these grammars (grammar-errors).
This works OK now.
Also lead to small change in parsing of incoming messages.
```
Or…
-
```
via inn.ta_info['bots_accessenvelope'] you have access to whole parsed
edi-file, including the envelope.
This is possible now because all edifact and x12 files go via mailbag.
```
Original issu…
-
```
until now bots did not support edifact/x12 grammars with the same record more
than once on the same level.
This is fixed now.
An additional attribute is used in get() and put(), eg:
get({'BOTSID'…
-
```
until now bots did not support edifact/x12 grammars with the same record more
than once on the same level.
This is fixed now.
An additional attribute is used in get() and put(), eg:
get({'BOTSID'…
-
```
asking confirmations (x120997 edifact-CONTRL) per channel-rule did not work.
reason was that when this is registered in bots for outgoung messages, the
outchannel ws not known.
(first enveloped, …
-
```
chained translation are starting up when a string is returned by the mapping
script.
now, when an empty string or None is returned no chained translation is started.
This is changed:
- None: no n…
-
```
asking confirmations (x120997 edifact-CONTRL) per channel-rule did not work.
reason was that when this is registered in bots for outgoung messages, the
outchannel ws not known.
(first enveloped, …
-
```
check if there is route-script 'usersys/routescripts/bots-engine.py'
this can contain user exits for the engine code itself.
(for test-service)
added user-exit that runs after each --new run
(for …
-
```
check if there is route-script 'usersys/routescripts/bots-engine.py'
this can contain user exits for the engine code itself.
(for test-service)
added user-exit that runs after each --new run
(for …