Formula Notes wokring in LN Client

I am using the formaula to archive document from the view.In the view Action buttton I had written the formula

@setfield(“Form”;“Archiveform”)

This code is written in a @prompt function.If the user choose “YES” the @setfield function works.

But My problem is:

If is working for all the users except one.I tried with the user’s id from a different computer and it works fine. but from that particular computer of the user it is not working as well as not showing any error message also.

Can someone provide me the solution?

Subject: most likely security.

If this works for many, but not for one user.

I suspect the user may only have reader / author access to the document in that current database. Perhaps, she is reading her boss’s email, and she can only read but not edit.

Your @setfield requires author / editor access.

If that is not it. For instance, she can edit the document and save it. Then, you should check the ECL. perhaps the signer of the Action has been blocked in the ECL and is not permitted to run code.

-Kyle Huang