> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/salesforce-lightning/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/salesforce-lightning/salesforce-lightning-b2b-commerce-app-1.6/integrate-the-salesforce-lightning-app/step-17-integrate-the-digital-river-components-into-the-checkout-flow/subflow-configuration/configure-the-payment-and-billing-address-subflow/link-screen-components.md).

# Link screen components

{% hint style="info" %}
To delete an existing link, click the link line between two elements and press the **Delete** key on your keyboard.
{% endhint %}

1. Click the circle below the **paymentMethodScreen** and drag it to the **placeOrderConfirmation** screen.\
   ![](/files/4098aCgzKC4ZNctR32Tx)
2. Click the circle below **placeOrderConfirmation** custom screen) and drag it to the **Validate Checkout State** subflow.\
   ![](/files/CrkU12vrCyeHA57cUv43)
3. Click the circle below the **Which payment type is selected** decision element and drag it to the **Assign PO to null** when the payment type is Digital River.\
   ![](/files/FyU7saEqAAMjnul34Mf8)
4. Click the circle below the **Update Address if change**d decision element and drag it to the Set **State** subflow.\
   ![](/files/uG3DdJ09jLSHV8oKfL3t)
5. Click **Save as** and enter a name for the custom subflow (for example, `DR payments`).
6. Click **Activate**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digitalriver.com/salesforce-lightning/salesforce-lightning-b2b-commerce-app-1.6/integrate-the-salesforce-lightning-app/step-17-integrate-the-digital-river-components-into-the-checkout-flow/subflow-configuration/configure-the-payment-and-billing-address-subflow/link-screen-components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
