Smarticon To Access Phone Numbers



Download: IT Certifications 101
Inside this exclusive essential guide, our independent experts break down which IT certifications are worth your time and effort, and how to get started obtaining them to further your career— including specific certifications that any cloud or desktop pro should seriously consider.
By submitting your personal information, you agree that TechTarget and its partners may contact you regarding relevant content, products and special offers.
You also agree that your personal information may be transferred and processed in the United States, and that you have read and agree to the Terms of Use and the Privacy Policy.
Sometimes finding telephone numbers can be a hassle so let people use the Notes
NAB as their organizational phonebook. I recommend creating your own
SmartIcons Icon instead of using one of the Macro Buttons provided by Notes as
they get overwritten when doing any upgrades. Your Icon should be a bitmap 21
x 21 pixels and placed in the /data/W32 directory. The list of icons contained
there is cached after the first time entering the SmartIcons editor so you may
need to restart Notes to see the new Icon. Once you can see it then select it,
then select Edit Icon. Type a descriptive name in the Description such as
"Lookup Phone Numbers", and select the Formula button. Copy the formula below
into the formula box then select OK, then Done. This creates a Picklist from
the people view of the Address book that shows ?LastName, FirstName? in the
first column, ?Phone Numbers? in the second, ?Organization? in the third. By
using the Server r
eturned from @MailDbName it gets the connected server if available, or returns
"" if disconnected. The Picklist won't return anything when OK'd so you don't
need to worry about overwriting anything. People can do type ahead lookups
based on last name. You can push this to your users by placing the
iconName.bmp file and the iconName.mac file (created in the /data/W32 directory
after you save your copy) into their /data/W32 directories.
@PickList( [Custom] : [Single] ; @Subset(@MailDbName;1) : "names.nsf" ;
"People" ; "Phone Lookup" ; "Type the first few letters of the last name to
find a person" ; 2 )
Start the conversation
0 comments