Hello merchant-coders,
Writing a custom OUI module. I'm adding a couple fields to the
Customer Add/Edit screen (ACNT) which will be stored in a separate
db so I don't have to screw with native dbs. The problem I having is
that I can't any of this new data to saved. I've tried a savedata
function in a system module and a logging module. For instance, in
the system module, I was thinking that savedata function would
reside in:
<MvFUNCTION NAME = "SystemModule_Action_Customer_Update">
The function does not seem to run, or at least the code inside. I've
tried just simple MvExport stuff.
So, I've been kind stumped here. Any ideas? TIA.
fyi: this extra data will be stored in a independant db along with
the cust_id and maybe a couple other fields. It will be a required
field for customers who are new or who already exist.
--
Best regards,
Scott
mailto:[email protected]
Comment