What is the correct sequence of actions that would accomplish this requirement?

A utility company requires all customer correspondence to be archived in their Document Management System. The bulk of these documents are received via RightFax server and need to be imported into IBM Datacap Taskmaster document batches for further processing. It is also required that the solution designer configure the ingestion rule to delete images in RightFax server after they are imported. What is the correct sequence of actions that would accomplish this requirement?
A. SetServerName("hostname") > SetUserID("userid") > SetUserPassword("password") > SetProtocol("4") > Connect() > SetFaxRemoval(True) > ImportFaxes() > Disconnect()
B. SetServerName("hostname") > SetUserID("userid") > SetUserPassword("password") > SetProtocol("4") > Connect() > ImportFaxes(True) > DeleteFaxes(true) > Disconnect()
C. SetServerName("hostname") > SetUserID("userid") > SetUserPassword("password") > SetProtocol("4") > Connect() > SetFaxRemovalAfterImport(True) > ImportFaxes() > Disconnect()
D. SetServerName("hostname") > SetUserID("userid") > SetUserPassword("password") > SetProtocol("4") > Connect() > ImportFaxes() > SetFaxRemovalAfterImport(True) > Disconnect()

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.