How to prevent user from creating a new item

  • 20 March 2018
  • 3 replies
  • 7 views

Badge +2

Hello guys,

I'm working on a Suggestions & Complain service.

In the complain service, I need each user to submit only one complain. User Can not submit another complain until the status of his first one get solved. Our workflow will be based on request status. 

Any suggestion ??


3 replies

Userlevel 2
Badge +11

Hi Badeear‌,

You could add a formatting rule to the Submit button, where you use the Lookup inline function to check the Status field for the current user. If Status is not (IsNullOrEmpty or Completed), the button is disabled; here IsNullOrEmpty would mean no previous submission was found.

Badge +16

‌ did the suggestion above resolve your issue?

Badge +2

it was good idea but it didn't work, but I made a way to solved it in workflow and it worked.

Thank you guys 

Reply