1
0
-1

i have  form which goes to multiple users, i want to store the department of the first user in the form

when the form goes to next person it takes its department name ,
how to store the request initiator department 

    CommentAdd your comment...

    3 answers

    1.  
      3
      2
      1

      Thank you for clarifying. Here's how to capture an initiator's department name:

      1. Add a hidden field requester_department_name
      2. Configure Post Processing Tool:
        Tool: Update Form Data
        Field: requester_department_name
        Value: #currentUser.department.id#
        Run on: "Data Creation" only – This will ensure that the department name is only stored once when the form is submitted by the initiator. 


      Hope this helps. 

      1. Uzair Shahid

        How can I store the department name of the request initiator in a form ? The form passes through multiple users, I only want to store and preserve the department of the initiator for the entire process.

        The answer provided earlier,is not what I am looking for.

      2. Varnaa

        I have updated the answer. For more detailed solution, please explain your specific use case as this is a generic approach. Let me know if you need help!

      3. Uzair Shahid

        Thanks for Helping it worked...

      CommentAdd your comment...
    2.  
      1
      0
      -1

      refer to : Hash Variable - Knowledge Base for DX 8 - Joget | COMMUNITY

      #currentUser.department.name#

        CommentAdd your comment...
      1.  
        1
        0
        -1

        How can I store the department name of the request initiator in a form ? The form passes through multiple users, I only want to store and preserve the department of the initiator for the entire process.

        The answer provided earlier,is not what I am looking for.

          CommentAdd your comment...