• Return Receipt not working using Delivery Options

    By Lars Kellermann 2 decades ago

    The Field "ReturnReceipt" in the Memo form contains the following input translation formula:



    @If(

    @ClientType = "Web"; ReturnReceipt;

    tmpReturnReceipt = ""; "0"; tmpReturnReceipt)



    The field tmpReturnReceipt is filled using the inherited subform "DelOptionSubform" and has no input translation formula (only a default value formula). If you are using the conventional way of setting the return receipt request (action button "Delivery Options" -> subform "DeliveryOptions") this field never gets set.

    As a result it's impossible to send mails requesting a return receipt when using the Delivery Options dialogue only.



    Regards

    Lars