# Item Receiving Method

<figure><img src="/files/VTkXQ0JGCSm3b1Pbm3sp" alt="" width="563"><figcaption></figcaption></figure>

## **Purpose:**

This DocBits card checks whether items in a dataset have a specified receiving method. Users can choose to validate **any** item or **all** items in the dataset based on a selected condition, making it suitable for scenarios where workflows depend on item receiving methods, such as in supply chain management or inventory tracking.

## **Functionality:**

* **Receiving Method Validation:** This card verifies the receiving method of items against a specified condition. Users can choose between **any** item or **all** items in the dataset and set the condition as **equals** or **not equals**.
* **Item Selection:** Users can specify:
  * **Any Item:** The card triggers if at least one item meets the specified receiving method condition.
  * **All Items:** The card triggers only if all items meet the specified receiving method condition.
* **Operators:** The following operators are available to define the condition:
  * **Equals (=):** Checks if the receiving method matches the specified value.
  * **Not Equals (≠):** Ensures the receiving method does not match the specified value.

## **Usage:**

This card is ideal for warehouse managers, inventory coordinators, or logistics personnel who need to validate item receiving methods before allowing further actions, such as processing, storage, or shipping.

## **Example Scenario:**

* A user configures the card to check if **all items** have the receiving method **equals "Direct Delivery"**. If every item meets this condition, the workflow proceeds, confirming that all items are intended for direct delivery.

By using the "Receiving Method Validation" card, organizations can ensure compliance with receiving protocols, improve logistics workflows, and maintain accuracy in item handling based on specific receiving methods.


---

# Agent Instructions: 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:

```
GET https://docs.docbits.com/administration-and-setup/workflow/and/table/item-receiving-method.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
