EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

PartnerDirectory Event

Fired before accessing partner.cfg of a trading partner.

Object Oriented Interface

public function firePartnerDirectory($param);

Procedural Interface

inedi_profilemgr_register_callback($res, 3, array($this, 'firePartnerDirectory'));

Parameter List


'name'
'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) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]