RE-Framework-Apply Business Exception Logic |Avoid Duplicate Records in Re Framework|UiPathRPA

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Watch this video to learn - How to apply Business Rule Exception Logic in ReFramework UiPath
    Add Items to Queue only if there is no more records to process in Re-Framework UiPath
    Re-Framework Advanced level Assignment in UiPath
    UiPath Re Framework Advanced Example
    ReFramework using Queue As Input
    UiDemo Application Example using ReFramework
    -------------------------------
    Watch these videos to understand ReFramework Tutorials
    ReFramework Sample Project| Practical Example - • RE-Framework Live Proj...
    Re Framework Overview Tutorial - • RE-Framework Overview ...
    State Machine Tutorial - • UiPath State Machine| ...
    UiPath Config File - • UiPath Config File|Con...
    UiPath Dictionary - • UiPath Dictionary| Dic...
    Add Config file data to Dictionary - • Write Config File to D...
    UiPath Orchestrator Basics - • UiPath Orchestrator Ba...
    UiPath Orchestrator Complete Tutorial - • UiPath Orchestrator Co...
    UiPath Assets in Orchestrator - • UiPath Assets in Orche...
    UiPath Queue Introduction - • UiPath Queue Complete ...
    Add Items to Queue in Orchestrator - • Add Items to Queue UiP...
    Get Items from Queue and Process - • Get Transaction Items ...
    Set Transaction Item Status - • Get Transaction Items ...
    Application Exceptions vs Business Rule Exception - • Application Exception ...
    Should Stop Activity - • Should Stop Activity U...
    UiPath Credentials - • UiPath Credential Acti...
    Take Screenshot and Save Image - • UiPath Take Screenshot...
    UiPath Invoke Workflow - • UiPath Invoke Workflow...
    UiPath Arguments- • UiPath Arguments | Arg...
    UiPath Exception Handling - • UiPath Exception Handl...
    Try Catch Finally in UiPath - • UiPath Exception Handl...
    Control Flow Activities Tutorial - • UiPath Control Flow Ac...
    Complete UiPath Variables Tutorial - • UiPath Variables Compl...
    --------------------------------------
    Watch this video & stay connected with me!
    👉 Subscribe to UiPathRPA: www.youtube.co...
    👉Follow me on Twitter: / uipathr
    👉 Follow me on LinkedIn: / manishpandeyrpa
    #uipath #uipathrpa #reframework #uipathreframework Join Here - www.youtube.co...

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

  • @UiPathRPA
    @UiPathRPA  5 лет назад

    Watch this video to learn - How to apply Business Rule Exception Logic in ReFramework UiPath

  • @dilsherkhan147
    @dilsherkhan147 4 года назад +1

    Thankyou Sir! Best video on RE Framework till the date.Well done :)

    • @UiPathRPA
      @UiPathRPA  4 года назад +1

      Thank you so much for watching my videos! Please Like and subscribe .

  • @user-qc7dp9lt7n
    @user-qc7dp9lt7n 4 года назад +1

    Hi, UiPath RPA
    Thank you for your useful video.
    Good Luck To You
    - From Korea -

  • @sudeshrajkumar7664
    @sudeshrajkumar7664 4 года назад

    So many videos of uipath tutorial in english but I see your videos because your videos in Hindi so please make videos in Hindi it will help me to understand deeply.please

  • @uday1002305
    @uday1002305 5 лет назад +5

    Hi Sir, you are doing such a great job. Thanks for providing these knowledge to us.
    I have some questions, do we have any tool at client side, so that client can run the job by his own?
    OR only Admin responsible for this, who takes care of Orchestra?
    Asking because many times dependencies of users or clients like put filename, credential or any other things?

    • @UiPathRPA
      @UiPathRPA  5 лет назад +3

      Good question. Client can run the job from anywhere using Orchestrator or mobile application if he/she is added as a user in Orchestrator. If they have access of the Robot installed system then they can run from UiPath Robot from tray.

    • @uday1002305
      @uday1002305 5 лет назад +2

      @@UiPathRPA Thanks for your response. I have understanding of Excel Macros. In Excel Macros, after development we sends excel file to user. So user click on button in excel sheet and run the macro.
      Actually, I want to know -
      1) After development, do we need to send. Xaml file to user? So user can double click it and run the file.
      2) Or do we need to add it in Orchastrator?
      3) just want clear understanding like, on user system, who creates robot connection - (Developer or User?).
      4) After robot connection,
      what steps to follow user? Like do he/she need to double click on XAML file.
      Or do he/she required to open orchestrator to run job.
      Or any other things he /she wants to do?

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

      @@uday1002305 he can run from the system tray or schedule the same.

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

    Nice knowledgeable video. However, the addition of duplicate records can be totally avoided by using the Dispatcher which will run only once on a seperate bot. Secondly we should always use dispatcher to add items to the queue and not place it in INIT block.

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

    By checking the option "unique references" while creating the queue should work..

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

    hello...thanksforwonderful video....can you show ref for non queue like data table and also ref for a linear process ....both examples with exception and retries.

  • @Sam-yb9ut
    @Sam-yb9ut 4 года назад

    Thank you nice job. very helpful

    • @UiPathRPA
      @UiPathRPA  4 года назад

      Thanks for watching!

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

    Hi manish bro. So in this reframe work in process transaction state u kept one condition which is " IsNumeric(in transaction.specificcontent(cashin)) ". Actually this condition is not working bro. Could u please give the solution bro

  • @mehbubalam7228
    @mehbubalam7228 5 лет назад +1

    Great Video. However, I have a question as usual. Let's say we do not have data in excel, rather we have multiple PDF files and we want to extract information from each of them and process. How do we add those to queue?

    • @UiPathRPA
      @UiPathRPA  5 лет назад

      Good Question -- As you know data can be fetched from Queue, Excel, DB, Email or Folders, so you have to use get files to get files from directory and process each file. Very soon I will make video on this

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

    Guys, I am seeing this error - when i try to add condition in Process.xaml page
    ERROR Validation Error Compiler error(s) encountered processing expression "IsNumeric(in_TransactionItem.SpecificContent("CashIn"))".
    Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class. Process.xaml
    Please suggest

  • @archanashetty726
    @archanashetty726 4 года назад +1

    Appreciate all the effort put in for the video. Really helpful. Tried this but I am unable to Set Asset to No as it says Forbidden. Please let me know how to resolve the same?

    • @UiPathRPA
      @UiPathRPA  4 года назад

      Hi Archana, Please watch this video. It will help you to set assets.
      ruclips.net/video/_wH_KivZIno/видео.html

    • @archanashetty726
      @archanashetty726 4 года назад

      @@UiPathRPA Did that still getting the error. Not able to set the Asset

    • @UiPathRPA
      @UiPathRPA  4 года назад

      You have to give the permission to robot to make that changes in assets.

    • @archanashetty726
      @archanashetty726 4 года назад

      @@UiPathRPA where do u give the permission

    • @archanashetty726
      @archanashetty726 4 года назад

      Please let me know where you can give permission in Robot

  • @user-je5fy3oi5e
    @user-je5fy3oi5e 4 года назад +1

    if
    (
    IsNumeric(in_TransactionItem.SpecificContent("CashIn"))
    )
    compiler error
    help me

    • @karinarodrigues5824
      @karinarodrigues5824 4 года назад +2

      You have to do this: Information.IsNumeric(in_TransactionItem.SpecificContent("CashIn"))

    • @amitagupta1815
      @amitagupta1815 4 года назад +1

      in_TransactionItem.SpecificContent("CashIn").ToString.IsNumeric : try this

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

      @@amitagupta1815 Thanks for comment

  • @anandk5017
    @anandk5017 4 года назад +1

    hi ,
    i am getting error when applying business rule as for i follow video in if condition
    IsNumeric(in_TransactionItem.SpecificContent("Cash In"))
    error like ---cannot reference instance numer ,shared variable
    how can i resolve it ??

    • @UiPathRPA
      @UiPathRPA  4 года назад

      Did you create TrandactionItem variable with DataRow and pass value in Invoke Workflow?

    • @anandk5017
      @anandk5017 4 года назад

      no, i used Queue

    • @UiPathRPA
      @UiPathRPA  4 года назад

      @@anandk5017 Did you follow the same steps shown in Video?

  • @atishayshrivastava8812
    @atishayshrivastava8812 4 года назад

    hi sir after running the all the data added into the queue after someday I want to update the same excel added some more item but I wanted to add a new item into the queue when I run the scripts 2nd time

  • @shoaibansari4282
    @shoaibansari4282 4 года назад +1

    Any way to check if same value is already in queues then don't add value to queues.
    Like-1234 are already in queues then second time don't add this value.

    • @UiPathRPA
      @UiPathRPA  4 года назад

      Yes you can get the items from queue and compare while adding transaction items to queue.

  • @vinodgoud7306
    @vinodgoud7306 5 лет назад +1

    Thank u sir.

  • @venkatvenky7644
    @venkatvenky7644 4 года назад +1

    I am getting error in Business rule exception in if condition "IsNumeric(in_transactionItem.SpecificContent("Cashin"))"

    • @UiPathRPA
      @UiPathRPA  4 года назад

      What error are you getting?

    • @venkatvenky7644
      @venkatvenky7644 4 года назад

      @@UiPathRPA i send error to your mail id it is okay for you?

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

      same issue

  • @allarea5158
    @allarea5158 4 года назад

    Hi Manish,
    Consider i ran the code and it successfully added the items to queue and processed successfully.means all the items status showing as success,
    if i rerun the code again the items will be added newly with status as NEW right in the queue?

  • @happygaljoo2203
    @happygaljoo2203 5 лет назад +2

    How do we avoid adding duplicates to the queue. After the first run, i need to be able to add more items, but when i try running it again, it does not add new items

    • @UiPathRPA
      @UiPathRPA  5 лет назад

      If you want to add more item, you can take another read range and add items to queue activity.

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

    I am getting error as Forbidden while setting status of Assets of orchestrator. Tried downgrading the system.excel activities to 20.4.4 but still getting the same error. I am using attended robot but created project with unattended robot for REFramwork project.

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

      ruclips.net/video/DHcQPLQcpG4/видео.html

  • @rajatdhammi
    @rajatdhammi 4 года назад

    in 20:21 If there are non numeric values in multiple columns, Then how to express that condition?
    and Instead of using storing the asset name in argument , an we directly pass the asset name , which we have used in orchestator in getasset?

    • @UiPathRPA
      @UiPathRPA  4 года назад +1

      You can write condition with And operator to check isnumeric.

  • @nalinjha9749
    @nalinjha9749 5 лет назад

    Sir can u make a introduction video to the tools used in uipath..and how to start learning step by step...
    Please...
    And if available leave link of that video in comments section

    • @UiPathRPA
      @UiPathRPA  5 лет назад

      Hi, you can start from first video :
      ruclips.net/video/6QoCG6YIPVo/видео.html

    • @nalinjha9749
      @nalinjha9749 5 лет назад

      @@UiPathRPA okay sir but please one video for everything about basic and about tool for that person who don't know anything about ui path

  • @babafakruddin5460
    @babafakruddin5460 2 года назад

    Previous video send me link please

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

    I tried all kinds of variations but it gives an error in isNumeric TransactionItem part.Please help !!

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

      Would you please send me the error screenshot and the steps you taken over the email?

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

      @@UiPathRPA i solved , thanks for feed back
      best regards

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

      Great. Thanks 😊

  • @anandp7652
    @anandp7652 4 года назад

    For multi bot concept, how we can avoid adding duplicates to queue?

    • @UiPathRPA
      @UiPathRPA  4 года назад

      If you watch this video completely, you will get to know how.

  • @ashutoshdas3300
    @ashutoshdas3300 4 года назад

    Sir, I am not getting the next transaction item even though it hits a business exception

    • @UiPathRPA
      @UiPathRPA  4 года назад

      Your transaction number should be increase by 1 to pick another record.

  • @asrivastava5986
    @asrivastava5986 4 года назад

    sir i am getting error from throw activity.