Nada Ahmed
10/17/2024, 11:53 AMCeligo AI
10/17/2024, 11:53 AMAI generated answer (using internal Slack threads):To create a saved search to show the item fulfillment created within the last hour, you can follow these steps: 1. Navigate to Reports > Saved Searches > All Saved Searches > New. 2. Select Transaction from the list. 3. In the Criteria subtab, set the following filters: - Type is Item Fulfillment - Date Created is within the last hour 4. In the Results subtab, you can select the fields you want to display in your search results. For example, you might want to include 'Name', 'Date Created', 'Item', 'Quantity', etc. 5. Save the search. Please note that the 'Date Created' filter will dynamically always refer to the last hour from the current time. For the 'Date Created is within the last hour' filter, you might need to use a formula (date/time) with the following value:
TO_CHAR({today},'YYYY-MM-DD') || ' ' || TO_CHAR({now},'HH24:MI:SS')
. This formula will return the current date and time, which you can then use to filter for records created within the last hour.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/17/2024, 11:54 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83838743
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83680439
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836268425
Celigo AI
10/17/2024, 11:54 AM