IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

PartnerDirectory Event

Fired before accessing partner.cfg of a trading partner.

Syntax

as2profilemgr.on('PartnerDirectory', listener: (e: {readonly name: string, directory: string}) => void )

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 JavaScript Edition - Version 20.0 [Build 8262]