Enable or disable US tax certificates

Learn how to enable or disable US tax certificates.

In the Salesforce Lightning app, you can enable or disable US tax certificates.

  1. To enable or disable US Tax Certificates on the My Account page, add or remove the Tax Certificates menu item.

  2. To enable or disable US Tax Certificates on the Checkout process/flow, adjust the DR Shipping Address for the drb2b_BuyerInfo component and configure it to include (or not include) US Tax Certificates as part of the flow.

Main flow and subflow details

Flow type

Description

Main flow

DR checkout flow

Subflow

DR Shipping Address Custom component: drb2b_BuyerInfo Design variable: Enable Tax Certificates Design variable values: {!$GlobalConstant.True} / {!$GlobalConstant.False}

Enable tax certificates in the subflow

If the design variable's value is !$GlobalConstant.True, the tax certificates' functionality in the checkout flow will be enabled.

Disable tax certificates in the subflow

If the design variable's value is !$GlobalConstant.false, the tax certificates' functionality in the checkout flow will be disabled.

Once the design variable is configured, save and activate the checkout flow.

Last updated