Skip to content
Innovative Idea Exchange

Settings and activity

68 results found

  1. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn shared this idea  · 
  2. 66 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    Moving my importance level up a bit - it is SOOO annoying to lose the recent records when you're working to troubleshoot a problem/issue!

    An error occurred while saving the comment
    Wes Osborn commented  · 

    It would also be nice to see Authority records added to the view. If we want to go all out, maybe even an option in settings to determine which types of records go there for the user and an option for a compact view so you could get more entries in the list without scrolling.

    Wes Osborn supported this idea  · 
  3. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn shared this idea  · 
  4. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn shared this idea  · 
  5. 37 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    This is something we regularly need to do via SQL for branches closing for expected and unexpected reasons. It would be great to see this supported via an official UI so we could feel more confident about making the change. Support for this also moves us closer to being about to seriously consider hosting.

    Wes Osborn supported this idea  · 
  6. 82 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    This is such a pervasive but under the radar problem that undermines people's trust in the library to fulfill their request.

    Wes Osborn supported this idea  · 
  7. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn supported this idea  · 
  8. 32 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn supported this idea  · 
  9. 38 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    It would also be great if it were just harder to place item level holds. Either make it a permission or add a pop-up "are you sure" when placing an item level hold. We've got a couple of hundred "Not Supplied" holds in our system that are likely just instances of staff doing the wrong thing, placing an item level hold on an item that goes to lost.

  10. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn shared this idea  · 
  11. 42 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn supported this idea  · 
    An error occurred while saving the comment
    Wes Osborn commented  · 

    Yes, this would be great! And it would help reduce the number of reports that we get saying that an image can't be found or loaded for a particular title.

  12. 25 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    This is supported in some 3rd party Discovery Layer products already. It is a shame not to see support for new ILS features show up in Vega first. Vega should be 1st in class in use of underlying ILS features.

    Wes Osborn supported this idea  · 
  13. 36 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    Deleting them would be tough from a system design perspective, but finding a way to hide them would be great!

    Wes Osborn supported this idea  · 
  14. 37 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    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'

  15. 9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn supported this idea  · 
  16. 24 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn supported this idea  · 
  17. 41 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    This would be a very big CARROT to the sticks we're typically presenting to members for switching away from the desktop client. If they could quickly switch branches ONLY in Leap that would be a game changer. Even better if they didn't have to pick workstations.

    Wes Osborn supported this idea  · 
  18. 69 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Wes Osborn commented  · 

    Maybe one way of getting more delivery type information on the receipts would be to have a Printed Name in the branch record. Currently, there is a Display Name, if a Printed Name could be added that would be a helpful place to include the needed delivery/sorting information. That would mirror how InnReach works.

    Wes Osborn supported this idea  · 
  19. 13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn shared this idea  · 
  20. 12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Wes Osborn supported this idea  · 
← Previous 1 3 4