Articles tagged #SAVED
Articles tagged
#SAVED

Show Results of Saved Search for Custom Roles When Using The Filter Amount Is Less Than 0

When user creates a Transaction Saved Search with Amount is less than 0 in Criteria tab, it might not be visible for custom roles, even if permissions were set up correctly by Administrator.

Read More

Role Is Missing Under the Roles Subtab of a Saved Search

Some roles are missing under the Roles tab of a Saved Search.

Read More

Search for Entity Bank Details Without Parent Entity

Entity Bank Details are usually created from Customer or Vendor record. This way, the Entity Bank Details record is directly linked to the Customer/Vendor as its Parent Entity.

Read More

Formula to Add a Link to Transaction Saved Search Which Opens Another Transaction Saved Search When Clicked

There are times when in a master saved search, a user would want to have a link which when clicked would redirect the user to another saved search (child).

Read More

Saved Search Results Drill Down Fields

When viewing the results to a saved search where Summary Type is used there are some fields that you can drill down to and others that cannot.

Read More

Display Customer Status on Opportunity Saved Search

A user wants to display Customer Stages and Opportunity Status using an Opportunity Saved Search.

Read More

Create a Saved Search to Find Transactions Created by Administrator Roles

Create a Saved Search to find transactions created by an Administrator role.

Read More

Sorting Behavior for Saved Searches with Summary Types

Sort Byfields can always be selected on theResultstab of any Saved Search. This specifies how the results will be displayed when you run the search. Sometimes a user also definesSummary Typesfor the result fields, but he/she may forget to place the sort to use when viewing the search in summary form.

Read More

Saved Search for Customers created from WebStore

Create Saved Search that will show Customer records created from the Web Store

Read More

Saved search to show Vendor Name only to Open Purchase Orders report

Scenario:

Create Saved Search to show Vendor Name only to Open Purchase Orders report.

Solution:

To do this:
  1. Navigate toLists>Search>Saved Searches>New
  2. SelectTransaction
  3. Enter aSearch Title
  4. Go toCriteriatab >Standardsubtab,
    Filters:
    • TypeisPurchase Order
    • MainLine isTrue
    • StatusisnoneofPurchase Order:Closed,Purchase Order:Fully Billed,Purchase Order:Rejected by Supervisor
  5. Go toResultstab >Columnssubtab
  6. ClickRemove Allthe
  7. Add the followingFields:
    • Date
    • Document Number
    • Vendor : Company Name
    • Vendor : Name
    • Status
    • Amount
  8. ClickSave&Run

Read More

Sales Order Saved Search That Do Not Have Item Fulfillment Records Generated Yet

Sales Order Saved Search that does not contain Item Fulfillment related records.

Read More

Create a Saved Search to Display Sales Orders with No Files Attached

User needs to have Transaction Saved Search to display Sales Orders with no files attached under the Communicationtab > Files subtab.

Read More

Saved Search to Filter Transactions Created by Specific Role/s

User wants to create a Saved Search to filter transactions using specific role/s.

Read More

Add a Saved Search Filter for Item Fulfillments Created Within the Last Hour

A user needs to see a list of Item Fulfillment records created within the last hour.

Read More

Transaction Saved Search to Show Related Sales Order Status of Item Fulfillment

Create aTransaction Saved Searchthat would show the status ofItem Fulfillment's related order.

Read More

Saved Search > List of Inactivated Customers

A user wants to create a list of all customers that have been inactivated in the system.

Read More

Create Search for all Customers with no Transactions

Scenario

Create a saved search that will show all customers with no related transactions.

Solution

1. Navigate toLists>Search>Saved Searches>New
2. ClickCustomer
3.Search Title:EnterTitle
Example:Customers With No Related Transactions
4. ClickCriteria
5. ClickStandard
6.Filter:
Note:For every required field use the drop-down menu to select it and once adjusted click Add if
needed.
  • SelectStage
  1. Stage:SelectCustomer
  2. ClickSet
7. ClickSummary
  • Summary Type:SelectSum
  • Field:SelectFormula (Numeric)
    1. Formula (Numeric):Select isequal
    2. ClickSet
  • Formula:EnterDecode ({transaction.number},NULL, 0,1
8. ClickResults
9.Field:
Note:For every required field use the drop-down menu to select it and once adjusted click Add if
needed.
  • SelectName
    • Summary Type:SelectGroup
  • SelectFormula (Numeric)
    • Summary Type:SelectSum
    • Formula:EnterDecode ({transaction.number},NULL, 0,1)
10. ClickSave & Run

Read More

Saved Search on Inventory Count of Lot Numbered Items to Show the Inventory Numbers and Quantities on Snapshot Detail and Count Detail

Scenario

Users want to show in a single saved search theInventory Numbersand their quantities on theSnapshot DetailandCount Detail.

Solution

  1. Navigate toLists>Search>Saved Searches>New
  2. SelectTransaction
  3. Search Title:EnterTitle
  4. ClickResults
  5. ClickStandard
  6. Filter:
    • SelectType
      • SelectInventory Count
    • SelectItem
      • Selectnot none
    • SelectStatus
      • SelectInventory Count:Approved,Inventory Count:Completed/Pending Approval
    • SelectItem fields...
      • SelectIs Lot Number
        • SelectYes
    • SelectFormula(Numeric)
      • Formula:EnterCASE WHEN {transactionlinetype} = 'Snapshot Quantity' or {transactionlinetype} = 'Count Quantity' THEN 1 ELSE 0 END
        • Formula (Numeric):Selectequal to
        • Value:Enter1
  7. ClickResults
  8. ClickColumns
  9. Field:
    • SelectDate
    • SelectDocument Number
    • SelectItem
    • SelectFormula(Text)
      • Formula:EnterCASE WHEN {transactionlinetype} = 'Snapshot Quantity' THEN {inventorydetail.inventorynumber} ELSE null END
      • Custom Label:EnterSnapshot Lot Number
    • SelectFormula(Text)
      • Formula:EnterCASE WHEN{transactionlinetype} = 'Snapshot Quantity' THEN {inventorydetail.quantity} ELSE null END
      • Custom Label:EnterSnapshot Quantity
    • SelectFormula(Text)
      • Formula:EnterCASE WHEN {transactionlinetype}='Count Quantity' THEN {inventorydetail.inventorynumber} ELSE null END
      • Custom Label:EnterCount Lot Number
    • SelectFormula(Text)
      • Formula:EnterCASE WHEN {transactionlinetype}='Count Quantity' THEN {inventorydetail.quantity} ELSE null END
      • Custom Label:EnterCount Quantity
  10. ClickAdd
  11. ClickSave & Run

Read More

Create Saved Search for Transaction Bins

Here are the steps to create the Bins used in Transactions:

Read More

Create Report to Show Items on the Bins

The user needs an Item Saved Search that shows all Items on the Bin.

Read More
Read More Articles