cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent the same users raising multiple repeated incidents at same time (offline reporting functionality)

former_member214651
Active Contributor
0 Kudos

Dear All,

I have a requirement in one of the Offline forms which I am currently working on. We have a requirement to restrict the users for sending the same PDF form more than once.

Once the user sends a PDF form is it possible to find out or restrict in any way so that the user does not misuse the tool to send deliberately multiple requests.


Regards,

Poojith MV

Accepted Solutions (1)

Accepted Solutions (1)

nsikka
Active Participant
0 Kudos

I can think of a way, where you have to write a webservice which gets called on click of that button.

In that you can write a code to update a custome table with the sent details. Next time on click of that button same webservice will be called and will check if there exists a record. If found, just exit.

Thanks,

Nitin

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Problem solved by using scripts in Adobe forms