Add Queue Item - Series On Queues - Part 2

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 8

  • @yashobantadash6670
    @yashobantadash6670 2 года назад +1

    great video! but couldnot understand the subtle difference between itemcollection vs iteminformation collection

  • @Mrreddy-lu2en
    @Mrreddy-lu2en 2 года назад

    Hello @Harika, if there is a duplicate value , will the process gets faulted or it continues to add remaining items to queue by excluding the duplicate items?

  • @k.ramanareddy6432
    @k.ramanareddy6432 2 года назад

    Harika what happens when the queue item is not processed within the deadline time, will it be in adondened state...

  • @rajsunny7950
    @rajsunny7950 3 года назад +1

    Thank You Madam

  • @ss-ye6pl
    @ss-ye6pl 3 года назад +1

    @Harika Mudiam .. Thanks for the video.
    In unique reference. once we get the exception
    "Message: Error creating Transaction. Duplicate Reference. Error code: 1016". It just stop to add the further unique items. How to check the value is unique and to adding the values further. (say example)
    Id Types
    111 Gift Cards
    222 Pet Supplies
    111 Buy Again
    567 Gift Cards

    • @harikamudiam
      @harikamudiam  3 года назад

      mention unique reference as Types instead of ID

    • @ss-ye6pl
      @ss-ye6pl 3 года назад +1

      @@harikamudiam thankyou. :-)
      Enabled the unique reference in queue At the duplication value, the add queue item activity will throw error as duplicate and stopped the execution, hence used the continue on catch block. it just eliminate the duplicate(comparing queue and excel) and continue by adding the unique values in to the queue.

  • @RaviPatil-wc1mk
    @RaviPatil-wc1mk 2 года назад

    Also tell,How to remove dublicate Queue ?