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?