Queue unique reference question

Hi,
I added unique reference to my queue with one of the key fields set as reference. I am trying to understand, what is the best practice?
The business will not be able to add the same data again. Shall I remove the unique reference? Please advise what is the best standard of implementing this.

Thank you,

@A_Learner

We use unique reference for two purposes…

  1. If we dont want same item to be added again we get uniqueue reference in queue and add reference
  2. For searching the queue item from the queues unique reference would be healpful as we can search an item using unique reference

Depending on you needing these two …even if 1 is not needed having a reference will help in point2 to get the required item easily…can use for it

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.