Profile document caching i think, need help here!

I am using a profile document to set the list of approvers for my form. So now we moved to the server to test it. so i used @Command([EditProfile];“xxx”) and changed the name of the approver to another person instead of myself, it only gets updated on my computer and not on the others. so when the others test it, the new approver doesn’t receive the email but i receive it again instead.

pls help!!

Subject: profile document caching i think, need help here!!!

Profile documents are cached and can give you some strange results by sometimes reading from cache and sometimes not. I would recommend creating a standard document containing system variables and reading these values from a view using @DbLookup or equivalent LS-code.

/Hans