cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Prevent mobile users recording time effort for date less than 30 days

SAPSupport
Employee
Employee
0 Kudos
231

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


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

Hello,

You can try unsing screen configuration validation. For example, (new Date(${effort.end}).getTime() >= new Date().setDate(new Date().getDate() -90).

Thanks

Answers (0)