Hello,
I want to set the destination for printing the report, such as the setup print button in the validation of the BL
thank you.
Hello,
I want to set the destination for printing the report, such as the setup print button in the validation of the BL
thank you.
I think you won't be able to add the tab using SysOperationFramework. But you can add a menu item button in the dialog form. Refer to the below link.
https://ariste.info/en/2020/07/add-menu-item-sysoperation-dialog/
For Print desctionation menu item you can refer to standard class CustVendOutPaym >> dialogAddPrintOption(Method name).
Thanks,
Girish S.
Hi Mohamed,
Do you mean to add print destination target type?If so,you can refer to the enum SRSPrintMediumType which can custom the destination type,and you can refer to the standard logic in the form of SRSPrintDestinationSettingsForm.