on 2024 Jan 09 7:34 AM
Hello,
We have a requirement to prevent users recording time effort for date less than 30 days from the current date from SAP FSM mobile.
Could you please assist me how to do this?
Thanks
Request clarification before answering.
Hello,
You can try unsing screen configuration validation. For example, (new Date(${effort.end}).getTime() >= new Date().setDate(new Date().getDate() -90).
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
4 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.