Page 1 of 1

PO Email V6513

PostPosted: Wed Jan 28, 2015 4:09 pm
by 2can2
Hi, Can you tell me the name to use for 'Read receipt' in PO breakout 'Form Email Purchase order Clicked'.
I want to set the default to be on.

Thanks.

Re: PO Email V6513

PostPosted: Thu Jan 29, 2015 9:44 am
by Mike.Sheen
Hi Doug,

I found that there is a bug preventing the setting of the Request Read Receipt flag within the "FormEmailPurchaseOrderClicked" breakout.

Attached is a patch DLL which will address the issue - just copy and overwrite your existing DLL in the Jiwa program files folder.
JiwaPurchaseOrderUI.rar
(79.92 KiB) Downloaded 111 times


Once applied, in the FormEmailPurchaseOrderClicked breakout, just add this line:

Code: Select all
RequestReadReceipt = True


And then when the Email dialog is shown, the Request Read Receipt checkbox will be set.

Mike

Re: PO Email V6513

PostPosted: Thu Jan 29, 2015 6:52 pm
by 2can2
Thanks for the swift reply and fix Mike.
Cheers :)