Posts Tagged: ‘DocumentSpy’

How to use the new snapshot functionality in the document spy to reverse engineer features in Notes

16. August 2015 Posted by Ralf Petter

Today i want to show you how the new snapshot feature in the Document Spy can help you to understand how features in Notes works and how you can re implement such features in your own apps. As an example i show you which fields of an e-mail changes when you set a follow up flag on this particular mail.

The first step is open the Document Spy in the sidebar view and select the e-mail you want to use for your analysis. All fields of the e-mail will be shown in the document spy. Create a snapshot from the mail document with the snapshot action.


The snapshot of the current state of the mail document will be opened in a new window and is the baseline for our analysis.


Now set the follow up flag on the mail we have selected for our snapshot and then go to your snapshot tab and press the "Delta" shortcut to reload the document as a new column. The document spy will compare the old basevalue column to the new column and will mark all rows witch changes. Values which are new have a green, changes have a red and values which are removed have a blue cell background.



You can repeat the last steps for further changes to the document. For example we can remove the follow up flag again and create a new delta column in the snapshot, to see what happens to our document when the follow up status is removed.


I hope you find this new feature as helpful as i do. If you have some problems or suggestions please leave a comment.

How to use the new snapshot functionality in the document spy to reverse engineer features in Notes

16. August 2015 Posted by Ralf Petter

Today i want to show you how the new snapshot feature in the Document Spy can help you to understand how features in Notes works and how you can re implement such features in your own apps. As an example i show you which fields of an e-mail changes when you set a follow up flag on this particular mail.

The first step is open the Document Spy in the sidebar view and select the e-mail you want to use for your analysis. All fields of the e-mail will be shown in the document spy. Create a snapshot from the mail document with the snapshot action.


Read more »

Document Spy 1.2.0 version released

16. August 2015 Posted by Ralf Petter

I have got no bug reports for Document Spy 1.2.0 Beta so i have removed the Beta tag from this version and release it as the Production release of this version. If you have already downloaded the Beta there is no need to reinstall it, because the final version is 100% identical to the Beta version.



Document Spy 1.2.0 version released

16. August 2015 Posted by Ralf Petter

I have got no bug reports for Document Spy 1.2.0 Beta so i have removed the Beta tag from this version and release it as the Production release of this version. If you have already downloaded the Beta there is no need to reinstall it, because the final version is 100% identical to the Beta version.



Drag & Drop install of widgets does not work with new Microsoft Edge browser

5. August 2015 Posted by Ralf Petter

A user from France sent me a bug report, that the installation of widgets like the Document Spy does not work when you drag and drop the widget from Microsoft Edge browser to the My widget sidebar panel of IBM Notes. (You can drag the link, but nothing happens when you drop it)  As a workaround you can use Firefox or Chrome which works on Windows 10 without problems. In the moment i do not have a Windows 10 installation to analyze this problem, but i hope that i will get a Windows 10 machine soon. 

Drag & Drop install of widgets does not work with new Microsoft Edge browser

5. August 2015 Posted by Ralf Petter

A user from France sent me a bug report, that the installation of widgets like the Document Spy does not work when you drag and drop the widget from Microsoft Edge browser to the My widget sidebar panel of IBM Notes. (You can drag the link, but nothing happens when you drop it)  As a workaround you can use Firefox or Chrome which works on Windows 10 without problems. In the moment i do not have a Windows 10 installation to analyze this problem, but i hope that i will get a Windows 10 machine soon. 

New Beta Version of the Document Spy available

3. August 2015 Posted by Ralf Petter

Last weekend the weather was not so nice in Grundlsee and so i decided to code a new feature for the document Spy. It enables the document spy to create snapshots of documents and then compare this snapshot with changes have been made to the document since the snapshot was captured. For example i can take a snapshot of a mail and then set the follow-up flag in the mail ui. The Document spy will then show me which fields in the document has been changed from this action. This is very handy to reverse engineer functions in the mail and calendaring. I will provide a detailed tutorial how to use this new feature later this week.


You can install the new Beta version as the old version of the document spy from the download page.

If you have any problems with the new Beta please leave a comment of send an e-mail to ralf.petter@gmail.com

New Beta Version of the Document Spy available

3. August 2015 Posted by Ralf Petter

Last weekend the weather was not so nice in Grundlsee and so i decided to code a new feature for the document Spy. It enables the document spy to create snapshots of documents and then compare this snapshot with changes have been made to the document since the snapshot was captured. For example i can take a snapshot of a mail and then set the follow-up flag in the mail ui. The Document spy will then show me which fields in the document has been changed from this action. This is very handy to reverse engineer functions in the mail and calendaring. I will provide a detailed tutorial how to use this new feature later this week.


You can install the new Beta version as the old version of the document spy from the download page.

If you have any problems with the new Beta please leave a comment of send an e-mail to ralf.petter@gmail.com

Documen Spy 1.1 brings bug fixes and a new edit field feature.

28. Dezember 2014 Posted by Ralf Petter

November and December were very busy month for me, so i was pretty quiet on my blog. I hope this will change again in the new year. But as a late time Christmas present, i have uploaded the new 1.1 Version of my most popular free tool "Document Spy" for IBM Notes. If you do not know the "Document Spy" you can read all the details about the functionality this plugin adds to your 8.5.x and 9.0.x Notes Standard client in my blog post "Document Spy Admins little helper".

The 1.1 version contains some bug fixes, especially a fix for a bug Jesper Kiaer has reported, that Document Spy can crash, when you select more then one document at a time. The fix is that only one document of the whole selection will be loaded in Document Spy at one time. I hope this will solve the problem of Jesper.

But the 1.1 version does not only bring bug fixes it also contain the most requested feature in the feedback i have got for Version 1.0. It is a function to make quick changes to fields in the Document Spy. I allows you to change Text, Date and Number single and multiple value fields.

Follow this simple tutorial to change the Delivered Date of an e-mail message:

Select the e-mail you want to change and the Document Spy will show all items of the selected message in the sidebar view.


Scroll to the row with the "Delivered Date" item and Double click it.

You will get a simple Dialog with the value and you can change the value to what ever you want. But be careful, because there are only basic checks whether your new value will be a valid one.

 
Press Ok and the new value will be saved to the document and the Document Spy view will be refreshed. If the document is open in the UI you have to reload it to see the changes. Be aware that you will produce save conflicts if you make changes in Document Spy and the UI of Notes at the same time.

If you want to change a multiple value field, the values have to be separated with a "|". You can escape "|" with a leading backslash. See the $mailer field for an example.

  
This item have 2 separated values "IBM Notes Release 9.0.1 FP1| April 05, 2014" and "Test" The "|" in the first value is escaped by the backslash.

This new feature will save you a lot of work that you would otherwise spend on creating temporary agents.

To install the Document spy follow the installation instructions on the Download page of the widget.

 If you can not access data on google drive i can send you the updatesite per mail

If you want report problems or give feedback please add a comment or mail me on ralfDotPetterAtgmailDotcom