1
0
-1
1 answer
- 10-1
Hey there, you can write a simple bean shell script for Bean Shell Permission.
The logic just need to check the current time if it is within your preferred time limits (e.g: cannot submit after 7pm), and then return true or false accordingly.
You can refer here for guides and samples on writing bean shell for Permission:
- Zhen Jian Toh
Hi @Chris
- Is it possible to use workflow form binder for loading the data and using Bean Shell to store the data?
- When using BeanShell to store data, Can I use workflow form binder in the code? So the Bean Shell is just using for validation?
- Are the validation of time and the Redundant data can be done by BeanShell?
- Zhen Jian Toh
I hope to come out with a pop out massage when they submit the form after cut off time or redundant record
- Zhen Jian Toh
Beside that the BeanShell Tool Should I put in load, store or Post Processing Tool(Post Form Submission Processing)?
Add your comment...
How can I restrict the user cannot submit multiple form in 1 day?