Skip to main content
1-Visitor
February 25, 2014
Solved

Command to get the ID of the last item in Integrity?

  • February 25, 2014
  • 1 reply
  • 2290 views

Can anyone help me out to get the ID of the very Last item present in Integrity? We have a workaround, that is create an item and the ID returned is the Id of the Last item in Integrity. But the restriction is, I dont want to create an Item in Integrity.

    Best answer by mrump

    Run a query for items created e.g. in the last 2 days and sort the result by Creation Date

    The ID of the youngest Item should be the one you seek.

    1 reply

    mrump16-PearlAnswer
    16-Pearl
    February 25, 2014

    Run a query for items created e.g. in the last 2 days and sort the result by Creation Date

    The ID of the youngest Item should be the one you seek.

    1-Visitor
    February 26, 2014

    Thanks A Lot! It worked & helped!

    1-Visitor
    February 27, 2014

    Omkar - if Matthias' answer was accurate, can you mark it as 'Correct' so that others can see a validated answer to this inquiry?