Skip to main content
August 16, 2023
Question

Regarding interfaces

  • August 16, 2023
  • 2 replies
  • 0 views

In a process flow, if an user submits a form, it goes to supervisor suppose. Supervisor rejects with a comment and again it comes back to an user who submitted. Then how will I be able to show the comment to the user who submitted the form which is additional information.

    2 replies

    mageshwarang0609
    August 16, 2023

    Hi, In the submitter's form you can display the comments in a paragraph field as read only and configure the showwhen parameter using a!isNotNullOrEmpty() for comment value. As a result, comments will be displayed dynamically to the Submitter after rejection by the Supervisor

    mathieud0001
    Brainy
    August 16, 2023

    Store the user and manager comment in 2 separate PVs and display the 2 comments in the user interface?