Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OTF Data is empty , when script is processed in FAX medium

Former Member
0 Likes
507

Hello,

Issue is we are processing the script in FAX medium, then under Close_form i am getting the FAXID and OTFDATA is empty.

But if i use the parameter GETOTF = 'X' then I am getting the OTFDATA , but FAXID is not generated.

My question is if FAXID is not generated will the output will be faxed or not ? As i use OTF data to convert to PDF and should place in unix directory. Will this requirement is possible or not ?

Please provide some suggestions on this.

Thanks for your inputs in advance.

Subash.

2 REPLIES 2
Read only

Former Member
0 Likes
447

Hi,

If you have set the field TDGETOTF to 'X' then there will not be any printing, display, or faxing.

If FAXID is not generated you cannot fax , you can convert this OTF to PDF and place in UNIX.

If you want both the FAX and OTF data , then call the script twice , once with TDGETOTF = 'X' and once to get FAXID.

Regards,

Srini.

Read only

Former Member
0 Likes
447

>

As i use OTF data to convert to PDF and should place in unix directory. Will this requirement is possible or not ?

> Subash.

Yes You can place PDF in Unix directory. Convert OTF to PDF. Then transfer the PDF table to unix directory.