thanks henk-jan
I just realized that I had an error in the partner file that prevented
the GS from working correctly.
I had tried Mike's suggestion of using
eg. out.ta_info['frompartner'] = 'MY_EDI_ID'
in the mapping but must not understand the python syntax or its
placement in the mapping.
I just put it at the top of the mapping like this:
def main(inn,out):
#~ print 'translation script invoice810.py'
out.ta_info['frompartner'] = 'MY_ID'
out.put({'BOTSID':'ST','ST02':out.ta_info['reference'],'ST01':'810'})
and get
IndentationError: expected an indented block
I think it is just a syntax error - I guess I'll be studying python
abit.
thanks for all your help
ken