1
0
-1

Hi experts, is there any way to lock a form so that requester cannot submit or can't find the form for certain period of time example from 2pm-3pm?

    CommentAdd your comment...

    4 answers

    1.  
      3
      2
      1

      Hi, Can be done in 2 ways as follows:


      (1). Cannot Submit Form
      write a load binder bean shell, check current time, if it falls in your certain period of time,  don't load any column and hide submit.

      (2). Can't Find The Form

      Your form is in userview under some section.  Each section is userview has a permission setting. So, i would suggest you to write a userview permission plugin according to your needs and select in that section where you have that form. See Userview Permission Plugin for reference.

      Thank you.

        CommentAdd your comment...
      1.  
        2
        1
        0

        I do not know if it is possible to do it through a simpler mechanism, but if for example the form is linked to the first activity of a process, I would put a plugin (beanshell) that verifies the fulfillment of the schedule and thereby bring the user to the formuario or otherwise finish the process.

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

          Hi Chris Angel, thanks for answering but what i intend is for the form to automatically hide/readonly/unpublish/anything possible based on already set time period. Like a cut off time for today submission.

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

            if you don't want end users to touch your userview, you can unpublish your app for that time period.

              CommentAdd your comment...