Create an Item Search Which Displays Location Quantity On Hand on Separate Columns

Scenario To display the On Hand quantity per location, user needs to add the following columns to an item search: Inventory Location and Location On Hand. However, this will be displayed as multiple rows per location. User would like to view the Location On hand per column. Solution To create an Item search which displays Location Quantity On Hand on separate columns, please follow the steps… Continue reading Create an Item Search Which Displays Location Quantity On Hand on Separate Columns

Transaction Saved Search For Item Receipts Showing From and To Locations

Scenario To create a Transaction Saved Search for Item Receipts showing From and To locations, follow the steps below: Solution Navigate to Lists > Search > Saved Searches > New Search Type: Transaction Search Title: Enter Title Click Criteria Click Standard Filter: Note: For every required filter use drop-down menu to select it, once adjusted click Add. Select Type Type: Select any of Select Item Receipt    Click Set Select Main Line Main Line: Select Yes Select Set Select Quantity Quantity: Select greater than  Value: Select 0… Continue reading Transaction Saved Search For Item Receipts Showing From and To Locations

Formula to convert the amount from the base unit to the primary unit in an item saved search

Navigate to Lists > Search >Saved Search > New, then select item search. Provide the criteria and results as per the requirement. Under the results tab, select ‘Formula(currency)’ Select summary type as ‘Maximum’ Provide the formula: MAX(({transaction.rate}*{transaction.quantity})/{transaction.quantityuom}) KEEP(DENSE_RANK LAST ORDER BY {transaction.trandate} ) Then save and run the search

Item saved search to get the last purchase price from the most recent PO

Client requested to retrieve the last purchase price from the most recent PO. Navigate to Lists > Search >Saved Search > New, then select item search. Provide the criteria and results as per the requirement. Under the results subtab, select Transaction Fields: Item Rate Summary type – Maximum When ordered by field – Transaction Fields:… Continue reading Item saved search to get the last purchase price from the most recent PO

Saved Search to fetch the recently created active custom record for an item

Requirement There is a custom record named “Bin Enhancement” associated with the inventory items. We can create multiple custom record for a single item. The custom record is used to store the bin number in a particular location from the item record. We have a scheduled script to automate the creation or updation of this… Continue reading Saved Search to fetch the recently created active custom record for an item