cancel
Showing results for 
Search instead for 
Did you mean: 

Issue on MDM

Former Member
0 Kudos

Hi MDM Guys,

I have a small requirement with my repository.actually what i need is i need a validation that does not allow to enter records after 4pm . I have tried with one query but its not working.

if(systime(nationality.[Record])>16,FALSE).

this is the query i was used. can anybody please suggest to solve this problem

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You will have to identify a user exit, in which before saving the master data it will ckeck system time & in the time slot mentioned, it should not allow to change data in the repository.

Regards,

Rajesh Banka

Reward points if useful.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rajesh,

I didnt get your information clearly can you clear information. Right now i am working on datamanager while entering data into that it should not allow to store records inbetween 4pm and 9am. Can you please give clear info on the functionality of systime() function.

Regards

Ravi

Former Member
0 Kudos
  • How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).