Create a session where DOCUMENT can't be edited until a session doneView will show all list updated form every time changes madeCreating a response document via a buttonMoving documents between two viewsLotus Notes User with Editor Access can't delete documents (Option is activated in ACL)Lotus Notes: Is it possible to create a view that excludes documents in all folders other than Inbox?how to save form values to DB in domino designer by Lotus ScriptAgents and Trusted Server AccessLotus notes: create document previewTo get details or to retrieve deleted notes documentsLotus Notes - Document Already Deleted IssueView will show all list updated form every time changes made
Is there a strong legal guarantee that the U.S. can give to another country that it won't attack them?
How can I truly shut down ssh server?
What is this little owl-like bird?
Is it possible to create a craft with specific bones, like the bones of a forgotten beast?
Does Lufthansa weigh your carry on luggage?
Why do we need common sense in AI?
If your plane is out-of-control, why does military training instruct releasing the joystick to neutralize controls?
How to tell someone I'd like to become friends without letting them think I'm romantically interested in them?
Using `PlotLegends` with a `ColorFunction`
How are mathematicians paid to do research?
Would dual wielding daggers be a viable choice for a covert bodyguard?
Credit score and financing new car
OR-backed serious games
Why weren't bootable game disks ever common on the IBM PC?
Why does wrapping aluminium foil around my food help it keep warm, even though aluminium is a good conductor?
Which star / galaxy is moving away from us the fastest?
Employers keep telling me my college isn't good enough - is there any way to fix this?
How can I effectively communicate to recruiters that a phone call is not possible?
Why is the ladder of the LM always in the dark side of the LM?
Single word for "refusing to move to next activity unless present one is completed."
When an electron changes its spin, or any other intrinsic property, is it still the same electron?
Why is the air gap between the stator and rotor on a motor kept as small as it is?
How to memorize multiple pieces?
Word meaning to destroy books
Create a session where DOCUMENT can't be edited until a session done
View will show all list updated form every time changes madeCreating a response document via a buttonMoving documents between two viewsLotus Notes User with Editor Access can't delete documents (Option is activated in ACL)Lotus Notes: Is it possible to create a view that excludes documents in all folders other than Inbox?how to save form values to DB in domino designer by Lotus ScriptAgents and Trusted Server AccessLotus notes: create document previewTo get details or to retrieve deleted notes documentsLotus Notes - Document Already Deleted IssueView will show all list updated form every time changes made
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Follow up by my Question here about doing a version tracking and show responses I have another question. I have a PC Specification view. What I want to do is, when I want to do a Specification for all PC, I will create something like a draft for all PC as a new document. After it all save, the draft/new document with edited will be as updated data and show as the current document, and old document data will be stored as archived.
Is there any function for me to do that? Should I create a "form" page named "ARCHIVED" and save all document there for review? OR is there any session function or anything?
I have found this link example archive with delete but it needs to create a new database. Do I need to create a new database for the archive?
Any help will be appreciated. Thanks!
lotus-notes lotus-domino domino-designer-eclipse
add a comment |
Follow up by my Question here about doing a version tracking and show responses I have another question. I have a PC Specification view. What I want to do is, when I want to do a Specification for all PC, I will create something like a draft for all PC as a new document. After it all save, the draft/new document with edited will be as updated data and show as the current document, and old document data will be stored as archived.
Is there any function for me to do that? Should I create a "form" page named "ARCHIVED" and save all document there for review? OR is there any session function or anything?
I have found this link example archive with delete but it needs to create a new database. Do I need to create a new database for the archive?
Any help will be appreciated. Thanks!
lotus-notes lotus-domino domino-designer-eclipse
add a comment |
Follow up by my Question here about doing a version tracking and show responses I have another question. I have a PC Specification view. What I want to do is, when I want to do a Specification for all PC, I will create something like a draft for all PC as a new document. After it all save, the draft/new document with edited will be as updated data and show as the current document, and old document data will be stored as archived.
Is there any function for me to do that? Should I create a "form" page named "ARCHIVED" and save all document there for review? OR is there any session function or anything?
I have found this link example archive with delete but it needs to create a new database. Do I need to create a new database for the archive?
Any help will be appreciated. Thanks!
lotus-notes lotus-domino domino-designer-eclipse
Follow up by my Question here about doing a version tracking and show responses I have another question. I have a PC Specification view. What I want to do is, when I want to do a Specification for all PC, I will create something like a draft for all PC as a new document. After it all save, the draft/new document with edited will be as updated data and show as the current document, and old document data will be stored as archived.
Is there any function for me to do that? Should I create a "form" page named "ARCHIVED" and save all document there for review? OR is there any session function or anything?
I have found this link example archive with delete but it needs to create a new database. Do I need to create a new database for the archive?
Any help will be appreciated. Thanks!
lotus-notes lotus-domino domino-designer-eclipse
lotus-notes lotus-domino domino-designer-eclipse
edited Mar 26 at 9:42
Per Henrik Lausten
18.6k3 gold badges22 silver badges62 bronze badges
18.6k3 gold badges22 silver badges62 bronze badges
asked Mar 26 at 1:43
ReinhaaReinhaa
1071 silver badge13 bronze badges
1071 silver badge13 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You could create a status field. for example "DocumentStatus" as text or radio and set it to wathever you like. I prefer alias values like
"0" -> draft
"10" -> active document
"20" -> archived
Then you are able to filter in views with SELECT .... & DocumentStatus="20"
to only show the archived documents
I've tried this and it's okay. I have a question. What if I want to make all document be draft at the same time, and during that, document can't be edit. And I click save, all draft document will be saved at the same time. Do I need to create Agent for this? Thanks!
– Reinhaa
Mar 27 at 4:26
Hi, I have a question. Before this, I create a version tracking that will show all the edited document inside view. For this question and based on your suggestion, how am I gonna automatically set all edited send to archived? For example, I edit a live document and save it as an active document, then how am I gonna set the old document to archived? Do I need to edit after that?
– Reinhaa
Mar 27 at 7:36
If you use the versioning, then all versions are response documents. There's a response document collection in the parent document available. So you should be able to update all the responsedocumetns in postsave event.
– umeli
Mar 27 at 10:19
So I need to create a postsave event inside Agent? Does this link apply?
– Reinhaa
Mar 28 at 2:04
The "postsave" is more like "after you have saved the main document", either directly in the Forms postsave event or if you already have an agent, you can also include it in there.
– umeli
Mar 28 at 14:47
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348711%2fcreate-a-session-where-document-cant-be-edited-until-a-session-done%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You could create a status field. for example "DocumentStatus" as text or radio and set it to wathever you like. I prefer alias values like
"0" -> draft
"10" -> active document
"20" -> archived
Then you are able to filter in views with SELECT .... & DocumentStatus="20"
to only show the archived documents
I've tried this and it's okay. I have a question. What if I want to make all document be draft at the same time, and during that, document can't be edit. And I click save, all draft document will be saved at the same time. Do I need to create Agent for this? Thanks!
– Reinhaa
Mar 27 at 4:26
Hi, I have a question. Before this, I create a version tracking that will show all the edited document inside view. For this question and based on your suggestion, how am I gonna automatically set all edited send to archived? For example, I edit a live document and save it as an active document, then how am I gonna set the old document to archived? Do I need to edit after that?
– Reinhaa
Mar 27 at 7:36
If you use the versioning, then all versions are response documents. There's a response document collection in the parent document available. So you should be able to update all the responsedocumetns in postsave event.
– umeli
Mar 27 at 10:19
So I need to create a postsave event inside Agent? Does this link apply?
– Reinhaa
Mar 28 at 2:04
The "postsave" is more like "after you have saved the main document", either directly in the Forms postsave event or if you already have an agent, you can also include it in there.
– umeli
Mar 28 at 14:47
add a comment |
You could create a status field. for example "DocumentStatus" as text or radio and set it to wathever you like. I prefer alias values like
"0" -> draft
"10" -> active document
"20" -> archived
Then you are able to filter in views with SELECT .... & DocumentStatus="20"
to only show the archived documents
I've tried this and it's okay. I have a question. What if I want to make all document be draft at the same time, and during that, document can't be edit. And I click save, all draft document will be saved at the same time. Do I need to create Agent for this? Thanks!
– Reinhaa
Mar 27 at 4:26
Hi, I have a question. Before this, I create a version tracking that will show all the edited document inside view. For this question and based on your suggestion, how am I gonna automatically set all edited send to archived? For example, I edit a live document and save it as an active document, then how am I gonna set the old document to archived? Do I need to edit after that?
– Reinhaa
Mar 27 at 7:36
If you use the versioning, then all versions are response documents. There's a response document collection in the parent document available. So you should be able to update all the responsedocumetns in postsave event.
– umeli
Mar 27 at 10:19
So I need to create a postsave event inside Agent? Does this link apply?
– Reinhaa
Mar 28 at 2:04
The "postsave" is more like "after you have saved the main document", either directly in the Forms postsave event or if you already have an agent, you can also include it in there.
– umeli
Mar 28 at 14:47
add a comment |
You could create a status field. for example "DocumentStatus" as text or radio and set it to wathever you like. I prefer alias values like
"0" -> draft
"10" -> active document
"20" -> archived
Then you are able to filter in views with SELECT .... & DocumentStatus="20"
to only show the archived documents
You could create a status field. for example "DocumentStatus" as text or radio and set it to wathever you like. I prefer alias values like
"0" -> draft
"10" -> active document
"20" -> archived
Then you are able to filter in views with SELECT .... & DocumentStatus="20"
to only show the archived documents
answered Mar 26 at 12:10
umeliumeli
9007 silver badges14 bronze badges
9007 silver badges14 bronze badges
I've tried this and it's okay. I have a question. What if I want to make all document be draft at the same time, and during that, document can't be edit. And I click save, all draft document will be saved at the same time. Do I need to create Agent for this? Thanks!
– Reinhaa
Mar 27 at 4:26
Hi, I have a question. Before this, I create a version tracking that will show all the edited document inside view. For this question and based on your suggestion, how am I gonna automatically set all edited send to archived? For example, I edit a live document and save it as an active document, then how am I gonna set the old document to archived? Do I need to edit after that?
– Reinhaa
Mar 27 at 7:36
If you use the versioning, then all versions are response documents. There's a response document collection in the parent document available. So you should be able to update all the responsedocumetns in postsave event.
– umeli
Mar 27 at 10:19
So I need to create a postsave event inside Agent? Does this link apply?
– Reinhaa
Mar 28 at 2:04
The "postsave" is more like "after you have saved the main document", either directly in the Forms postsave event or if you already have an agent, you can also include it in there.
– umeli
Mar 28 at 14:47
add a comment |
I've tried this and it's okay. I have a question. What if I want to make all document be draft at the same time, and during that, document can't be edit. And I click save, all draft document will be saved at the same time. Do I need to create Agent for this? Thanks!
– Reinhaa
Mar 27 at 4:26
Hi, I have a question. Before this, I create a version tracking that will show all the edited document inside view. For this question and based on your suggestion, how am I gonna automatically set all edited send to archived? For example, I edit a live document and save it as an active document, then how am I gonna set the old document to archived? Do I need to edit after that?
– Reinhaa
Mar 27 at 7:36
If you use the versioning, then all versions are response documents. There's a response document collection in the parent document available. So you should be able to update all the responsedocumetns in postsave event.
– umeli
Mar 27 at 10:19
So I need to create a postsave event inside Agent? Does this link apply?
– Reinhaa
Mar 28 at 2:04
The "postsave" is more like "after you have saved the main document", either directly in the Forms postsave event or if you already have an agent, you can also include it in there.
– umeli
Mar 28 at 14:47
I've tried this and it's okay. I have a question. What if I want to make all document be draft at the same time, and during that, document can't be edit. And I click save, all draft document will be saved at the same time. Do I need to create Agent for this? Thanks!
– Reinhaa
Mar 27 at 4:26
I've tried this and it's okay. I have a question. What if I want to make all document be draft at the same time, and during that, document can't be edit. And I click save, all draft document will be saved at the same time. Do I need to create Agent for this? Thanks!
– Reinhaa
Mar 27 at 4:26
Hi, I have a question. Before this, I create a version tracking that will show all the edited document inside view. For this question and based on your suggestion, how am I gonna automatically set all edited send to archived? For example, I edit a live document and save it as an active document, then how am I gonna set the old document to archived? Do I need to edit after that?
– Reinhaa
Mar 27 at 7:36
Hi, I have a question. Before this, I create a version tracking that will show all the edited document inside view. For this question and based on your suggestion, how am I gonna automatically set all edited send to archived? For example, I edit a live document and save it as an active document, then how am I gonna set the old document to archived? Do I need to edit after that?
– Reinhaa
Mar 27 at 7:36
If you use the versioning, then all versions are response documents. There's a response document collection in the parent document available. So you should be able to update all the responsedocumetns in postsave event.
– umeli
Mar 27 at 10:19
If you use the versioning, then all versions are response documents. There's a response document collection in the parent document available. So you should be able to update all the responsedocumetns in postsave event.
– umeli
Mar 27 at 10:19
So I need to create a postsave event inside Agent? Does this link apply?
– Reinhaa
Mar 28 at 2:04
So I need to create a postsave event inside Agent? Does this link apply?
– Reinhaa
Mar 28 at 2:04
The "postsave" is more like "after you have saved the main document", either directly in the Forms postsave event or if you already have an agent, you can also include it in there.
– umeli
Mar 28 at 14:47
The "postsave" is more like "after you have saved the main document", either directly in the Forms postsave event or if you already have an agent, you can also include it in there.
– umeli
Mar 28 at 14:47
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348711%2fcreate-a-session-where-document-cant-be-edited-until-a-session-done%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown