IPWorks EDI 2020 Node.js Edition

Questions / Feedback?

PartnerDirectory Event

Fired before accessing partner.cfg of a trading partner.

Syntax

as2profilemgr.on('PartnerDirectory', [callback])

Callback

The 'callback' is called when the 'PartnerDirectory' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.name
e.directory

Remarks

This event is fired every time partner.cfg needs to be accessed i.e when LoadProfile or GetTPInfo are invoked with partner name not being "self". The Name provides the partner name and Directory indicates the directory in which partner profile is expected. Setting Directory to a different path will make the component look for partner.cfg in that directory. Note: PartnerDirectory event is not fired when ListPartners is invoked.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Node.js Edition - Version 20.0 [Build 8203]