Add the Ad Hoc Bulk Change Button to POs and Invoices in Leap
Acquisitions staff frequently need to bulk change item records for a specific order. This is commonly done for orders that were placed manually instead of using EDI or if Polaris created item records using the wrong template. In the Client, it can efficiently be done as an ad hoc bulk change by opening the list of items that are linked to a PO or invoice. The ad hoc bulk change button should be added to the tab that contains the list of item records linked to the PO and Invoice in Leap in order to make this process more efficient. At this time, the individual item records would need to be added to a record set. This takes a lot more time in Leap than it does in the Client.

-
Wes Osborn commented
You might also want to comment on this: https://portal.productboard.com/iii/6-innovative-product-status-board-new/c/932-additional-acquisitions-links-
If needed, you could also use this SQL in the item find tool:
SELECT
DISTINCT cir.ItemRecordID
FROM
Polaris.polaris.PurchaseOrders po WITH (NOLOCK)
JOIN
Polaris.polaris.POLines pol WITH (NOLOCK) ON po.PurchaseOrderID = pol.PurchaseOrderID
JOIN
Polaris.polaris.POLineItemSegments polis WITH (NOLOCK) ON pol.POLineItemID = polis.POLineItemID
JOIN
Polaris.polaris.LineItemSegmentToItemRecord lisir WITH (NOLOCK) ON polis.POLineItemSegmentID = lisir.POLineItemSegmentID
JOIN
Polaris.polaris.CircItemRecords cir WITH (NOLOCK) ON lisir.ItemRecordID = cir.ItemRecordID
WHERE
po.PONumber = 'YourPONumberHere' -
Brenda Gornick commented
ABSOLUTELY NEEDED
-
Trish Pelletier commented
What a staff time saver! Would love to have the ability to bulk change collection and fund.
-
Debra A MILLER commented
Please add ah hoc availability for Acquisitions tracking in LEAP.
It is an essential part of the job of tracking of ordered items. -
Brenda Gornick commented
SUPER extremely important key ability needed