( Amigos Brasileiros, eu vou postar em português depois )
( Sorry about my english)
Hi All,
When we customize quickr, sometimes we need to create views to access document data. But if you have to take this view in new created rooms, or you will change the PageLibrary.ntf ( the default template to ALL rooms created in Quickr ), or .... you will do what i do.
The first version of this solution i was tried to do this with Lotus Script, but when i will open the database using the "LotusQuickr" path, i don't got the databases. This occurs probably because when we install Quickr on server, they change the Lotus Script API. I got the Databases using the Lotus Notes Client. But When we put this on server, this crashes.
The first thing to know is: What occur in Quickr Databases when i create a room ? Let's see:
1) The System create a new database in place folder
2) The System create a Document Link in the TOC of the Parent Room
3) The System create a Document in Search Database
With this we have to do this by an agent. We have to make:
1) Creating a Room with the default tool. This database will be our RoomTemplate.
2) Put three agents in this database and one view ( i will post this later),
3) Change the default theme of the place to use our code to create room.
I already do this. And i will put here. But I do two of this agents using Java.
See you later,
Pedro Fernandes