Documentos Bloqueados no Lotus Notes
-- Documentados bloqueados no Notes ('The document is already locked.."). --
Ao abrir um documento do Notes e você recebe a seguinte mensagem 'O documento já está bloqueado ...'('The document is already locked..").
Para resolver este problema crie um agente do tipo Fórmula com o seguinte Código:
FIELD $Writers := @DeleteField;
FIELD $WritersDate := @DeleteField;
Execute o agente sobre os documentos bloqueados.
English version: (Tip) Workaround for 'The document is already locked.."
When you receive the message 'The document is already locked..".
To resolve this problem is create an Agent with the following code:
FIELD $Writers := @DeleteField;
FIELD $WritersDate := @DeleteField;
Run the agent over the locked documents.
Ver também