Skip to main content

Output a form without seeing its preview screen

You can output a form by skipping the preview screen displayed by clicking the print button placed on a Salesforce page.

Whether to skip the preview screen is set for each print button.

When you click the print button with enabling skip, the form output process is started and the processing status is displayed on the screen. If you select an output method for downloading form files, such as downloading PDF files, the download will start automatically when the process is complete.

sfdc_page_previewSkip_.png

For the Print button enabling skip, you must select either "Only single output method enabled" or "Multiple output methods enabled and continuous run also enabled".

In addition, the following output methods can be selected.

  • icon_pdf.png *1

  • icon_zip.png *1 *2

  • icon_excel.png

  • icon_file_word.png

  • icon_invoiceAgent.png *1

*1 You cannot set a password to open the document.

*2 The type of a generated form (compressed ZIP file) will differ depending on the type of form layout. For details, see "Output forms after file compression in Zip format".Output forms after file compression in Zip format

Example 1. Before starting work
  • Preparation

  • Notes

    • This feature is only available in SVF Cloud for Salesforce.

    • When you have changed the SVF button settings, you need to create the print button again.

    • If you close the activities screen before all the forms are output, the form output process will be canceled.

  • Restrictions

    • In Lightning Experience, you cannot output from the list view.



Required settings

To skip the preview screen and output the form, set as follows on the SVF Button Settings screen.

For details on how to use the SVF Button Settings screen, see "2. Set SVF button in Sandbox environment".

To output with single output method

Setting item

Setting

SVF Button Settings screen - SVF Button Information - icon_setting.png - Action tab

Select one output method

SVF Button Settings screen - SVF Button Information - icon_setting.png - Action tab - Do Not Show Preview Screen

On

To output with multiple output methods in succession

Setting item

Setting

SVF Button Settings screen - SVF Button Information - icon_setting.png - Action tab

Select multiple output methods

SVF Button Settings screen - SVF Button Information - icon_setting.png - Action tab - Execute Continuously

On

SVF Button Settings screen - SVF Button Information - icon_setting.png - Action tab - Do Not Show Preview Screen

On

To output from Lightning Experience

If you want to skip the preview from the Lightning Experience details page and output the form, create a new action in Lightning Experience in the following procedure after creating the print button in SVF Cloud Manager.

  1. Log in to Salesforce.

  2. From Setup in Salesforce, open the Buttons, Links, and Actions page of the object on which you created the print button.

  3. Click the New Action button.

    sfdcLEX_button_newAction.png
  4. Set the details of the action as follows.

    For a setting item not listed in the table, specify any value.

    Setting item

    Setting

    Action Type

    Custom Visualforce

    Visualforce Page

    Select the created button (starting with "SVFLEX <number>")

    sfdcLEX_action_vf.png
  5. Click the Save button.

When the action detail screen is displayed, adding the action is complete.

In the action area of the detail page, place the action you created here instead of the print button.

Related information