johnrajbd / bots

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

Improve: PartnerID/qualifier handling #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Motivation
1. Via syntax parameters the partnerQualifier can be set. This works, but for 
many partners this is cumbersome. Another option would be to use 'partner 
table' for this.
2. Not-unique PartnerID's, have to use the PartnerQualifier as well. This can 
be done using eg callable queries.

would work like:
incoming: MyPartnerID = call(EdiPartnerID,Qualifier,editype)
outgoing: EdiPartnerID,Qualifier = call(MyPartnerID, editype)

Original issue reported on code.google.com by hjebb...@gmail.com on 28 Jan 2014 at 1:41

GoogleCodeExporter commented 8 years ago
All of this can be done via user exits.
will make plugin to demonstrate this.

Original comment by hjebb...@gmail.com on 14 Feb 2014 at 12:51