360 Contact Manager - a Lotus Notes CRM system - Account & Contact Management
Новости о ПО Lotus Notes1. В 4 ведомствах Азербайджана установлена система электронного документооборота от RISK на основе технологии IBM - Azerbaijan Business Center
2. ОАО «БАНКОМСВЯЗЬ» ПРЕДСТАВИТ СИСТЕМЫ ЭЛЕКТРОННОГО ДОКУМЕНТООБОРОТА НА III МЕЖДУНАРОДНОЙ КОНФЕРЕНЦИИ UKRCEMFOR 2009 - Пресс-релиз.ру (пресс-релиз)
Статьи. Публикации. Пресс-релизы1. Клиентское решение IBM Open Collaboration: Архитектурные решения и варианты реализации для открытого виртуального клиента IBMСтатья освещает некоторые технологии виртуализации, существующие сегодня на рынке настольных систем Linux, а также знакомит с различными технологиями виртуализации, использующими открытое клиентское решение IBM для совместной работы. Компания ПУЛ - разработка приложений на Lotus Notes/Domino CodeStore. Коды Примеры Шаблоны1. A Quick Guide To Google Gears | BlogWhat follows is a no nonsense introduction to Google Gears. It's what you need to know but maybe haven't bothered to find out and it comes with as little tech speak and buzzwords as possible. What Does Gears Do?You probably know already that Gears lets you take web applications offline. What you might not know is how it does it and at what cost. How Does it Do it?Gears gives us, the developer, two tools:
When combined the above two abilities give you a way to display and edit data while offline! The interface to both the database and the "LocalServer" is via new JavaScript methods and objects added to the browser by the Gears install. The database Gears uses on the local machine is based on SQLite. Install?Before an end user can use Gears to go offline they need to install it. Foregoing any corporate rollout this means the user needs to download a .exe file (for Windows), find it, open it, install it etc and restart their browser. Something that's bound to trip up a couple of users but a necessary evil, I guess. Gears and Domino?I know what you're probably wondering - does Gears work with Domino? Yes, it does. Just don't expect to drop a couple of .JS files in your database and have it up and running. It's not as easy as that, by any means. Taking your Domino applications offline with Gears would involve a lot of work. Whether it's feasible to do so or not depends on your app. One obvious restriction to Gears is that it can't mimic your server-side logic/workflow/emailing etc. What you could do instead is have all this logic run, as usual, when the user re-syncs their change back to the server. Next week I'll show you a working demo of a simple Domino-Gears database. By simple I mean simple. A list of documents (with one field on it!) on a one-paged applications which allows you to edit the field values offline and then re-sync when online. Things To Note:Here are a couple of things I've noticed which I didn't necessarily expect:
Further ReadingSome links that may be of help: 2. Restore Lost Sametime Chat TranscriptsIf you think your IBM Lotus Sametime Connect chat history is lost, it might simply be an issue with an incomplete XML file. Learn how Sametime's chat-history storage is organized and some possible causes of an incomplete XML file. Plus, discover three methods to restore the lost transcripts, including one that only takes a few minutes to implement.3. Prevent the Old Sametime Client from Appearing After a Notes UpgradeUpgrading your clients from IBM Lotus Notes 6.5.x or 7.0.x to 8.x can cause the old IBM Lotus Sametime integration to start in the background when end users log into the new integrated Sametime Connect client. Learn how to prevent this behavior, reducing user confusion and saving your sanity.4. LotusScript Unix Timestamp Method | BlogJust recently I've been doing more and more work with SQL and Domino. Sometimes trying to get them to live in unity. This is what I am trying to do now as I work on a Domino With Google Gears proof of concept. While working with both a SQL backend and a Domino backend one recurring issue I'm finding is that of date-time formats and getting one to understand the other. If you create a SQL table to hold details of a set of Notes document and you want to add a "Created Date" column then you'll probably get stuck converting Notes' dates to SQL dates. LotusScript FunctionThe easiest way I've found is to get them both to talk to each other in "Unix time" -- that is, the number of seconds elapsed since midnight on 1st Jan 1970. To do this I created a little LotusScript function to work out the Unix time for a given variant of type Date, such as a document's LastModified property. Here's the function: Function getTimeStamp(dt As Variant) As Long Dim dtEpoch As New NotesDateTime("1/1/1970 00:00:00") Dim dtTemp As New NotesDateTime(Now) dtTemp.LSLocalTime = dt getTimeStamp = dtTemp.TimeDifference(dtEpoch) End Function Usage: Msgbox getTimeStamp(doc.LastModified) Msgbox getTimeStamp(Now) Prints out something like: 1243500324 1243510655 These values can then be stored in a SQL column of type "timestamp" and we can use SQL to convert to any format we like. Hey presto. Your Thoughts?Before I wrote the function I only did a cursory check that there isn't a method to get this number from a NotesDateTime already. Hopefully there isn't and I've not publically shamed myself yet again? 5. JavaScript workaround fixes Lotus Notes 8.x PostOpen event issueIn Lotus Notes 8.x, the PostOpen event does not work properly. Because there is no workaround, I place this JavaScript into a button to fix the problem.6. Creating an IBM Lotus Notes 8.0 and later plug-in for IBM Multimedia LibraryThis article explains how to create an extension for IBM® Lotus Notes® 8.0 and later that allows you to open a preconfigured URL (for example, Lotus Notes Multimedia Library) in a newly opened browser window by selecting a menu entry in the Help menu.7. Troubleshooting IBM Lotus Domino 8 mail routing issuesThis white paper demonstrates how to identify and resolve IBM Lotus Domino 8 mail routing problems. By explaining how and which debug to use, and how to analyze the debug output, it is intended to help customers debug mail-routing issues on their own. Support Engineers can also benefit from this paper by enhancing their understanding of the debug outputs and by using it as a "cheat sheet" in identifying and resolving common mail-routing issues.8. Best Practices for Building a Sametime Advanced EnvironmentAn IBM Lotus Sametime Advanced installation has many server-side components, and building a Sametime Advanced environment isn't a trivial task. Discover best practices for installing each application layer, saving you time and effort. Plus, download a sample log file output from a successful installation of WebSphere Event Broker. Форумы о Lotus Notes/Domino:
Интенет эфир о Lotus Notes. Блоги и форумы1. Adminp_Delayed_Override2. Passware Kit 9.1Office, Excel, Word, Windows XP/2000/NT, Access, Outlook, Outlook Express, Exchange, WinZip PKZip ZIP, WinRAR RAR, VBA Visual Basic modules, Internet Explorer, EFS - Encrypted File System, FileMaker, Acrobat, Quicken, QuickBooks, Lotus 1-2-3, Lotus Notes, Lotus Organizer, Lotus WordPro, Quattro Pro, Backup, Project, MYOB, Peachtree, Paradox, ACT!, Mail, Schedule+, Money, WordPerfect3. Сценарии поддержки рабочих процессов для Microsoft SharePointСценарий 1. "Простой" переход от IBM Lotus Notes/Domino к SharePoint4. AdminMaximized5. SPAMfighter Domino Module 1.0.5.11SPAMfighter Domino Module - антиспамерское и антивирусное решения для Lotus Domino и Lotus Notes.6. Lotus Notes... к фирме IBM. И только из-за одного их косяка: Lotus Notes. И ведь аналогов нет и ...7. Могу посоветовать Lotus Notes, ненашенский и http://motiw.ru/ - нашенские.Могу посоветовать Lotus Notes, ненашенский и http://motiw.ru/ - нашенские. Псот ...8. Adminp_Daily_Override9. Самая лучшая РПГ игра загляни непожалеешСамая лучшая РПГ игра http://w2.dwar.ru/register.php?referrer=Drugss... 10. Сценарии поддержки рабочих процессов для Microsoft SharePointСценарий 1. "Простой" переход от IBM Lotus Notes/Domino к SharePoint11. File Extension Key Is No ProblemFile Extension Key is one of the extensions are very popular and important in a computer.File Extension Key is also used by some software and programs such as Apple's Keynote Presentation, ArcView, or Infinity Bioware Aurora Engine, Key Business Accounting, DataCAD, and Lotus Notes.Many programs that generate and use the File Extension Key, So You Must have a program, software12. AdminLastDomain13. Сценарии поддержки рабочих процессов для Microsoft SharePointСценарий 1. "Простой" переход от IBM Lotus Notes/Domino к SharePoint14. Knowledge Collection: Lotus Domino iCalendarThe purpose of this knowledge collection is to provide links to a select group of documents and resources to educate readers on some items surrounding Domino iCalendar issues. iCalendar is an Interne15. Java. Ldap.Коллеги, никто не сталкивался с такой ошибкой?Agent Manager: Agent error: Error cleaning up agent threads Agent Manager: Agent error: java.lang.IllegalThreadStateException Agent Manager: Agent error: at java.lang.ThreadGroup.destroy(ThreadGroup.java:726) Agent Manager: Agent error: at java.lang.ThreadGroup.destroy(ThreadGroup.java:744) AM Agent Manager: Agent error: at lotus.domino.AgentLoader.runAgent(Unknown Source) Ошибка возникает уже после того, как отработал последний оператор. Объекты все закрываются. Да. Кстати, все работало нормально, пока лотусня 6.5 стояла. После миграции на 7 появились эти утечки памяти Прообгейдилась java до 1.4.2, может с этим как-то связано... 16. Nokia N97Microsoft Outlook, Outlook Express, Lotus Organizer, Lotus Notes17. Открывать аттачи в Lotus NotesПо умолчанию Lotus Notes не открывает аттачи из писем. sudo mv /opt/ibm/lotus/notes/openwith /opt/ibm/lotus/notes/openwith.old18. Сценарии поддержки рабочих процессов для Microsoft SharePointСценарий 1. "Простой" переход от IBM Lotus Notes/Domino к SharePoint19. Lotus Notes Domino - kak mne nafig povezlo.Lotus Notes Domino - kak mne nafig povezlo.20. Перекодирование писемДоброго времени суток,отлаживаем интеграцию Lotus с Service Desk. Проблема в следующем - Service Desk требователен к формату письма (желательно Windows 1251, Plain Text) На lotus заведен ящик servicedesk. При приходе письма на этот ящик, оно автоматически форвардится на внешний сервер (sdhost:25) определенному пользователю (servicedesk@sdhost). Проблема в том, что бы все переправляемые письма были в определенной кодировке (Windows 1251, Plain Text). Но никак не получается. У кого-нибудь есть подобный опыт ? Насколько это сложно? Т.к. я не админ можно инструкцию по шагам где настроить и на что обратить внимание ? Lotus 7 Спасибо 21. хотел там написать Lotus Notes Domino - kak vse ito zaeblo.хотел там написать Lotus Notes Domino - kak vse ito zaeblo. И что то не ...22. AdminLastServer23. Пропадает подпись в ACL (LS R5). Как побороть?Всем доброго дня!Имеется сервер R5.0.5, клиент R5.0.9а, полные права на всё. Создаю скриптом базу на сервере, тут же меняю ACL этой базы. Потом смотрю на ACL - а там забавная надпись внизу: Без подписи. Если делать то же самое через клиент ручками, то подпись появляется: Последнее изменение: MoeИмя, 27.05.2009 12:01:23 Заверитель: something/C=ru В чем может быть дело? Почему acl.Save так оригинально отрабатывает?.... Перерыл кучу форумов (IBM, Интертраст и пр.) - нигде нет описания такой проблемы.... Кто чем поможет? Кто сталкивался? Буду благодарен. С уважением, Tusker. 24. Не работает кросс-сертификацияДобрый день.Есть два Домино сервера и соответственно две Организации между которыми сделана кросс-сертификация. Однако trace server1/org1 пишет: Код > trace server1/org1 Determining path to server SERVER1/ORG1 Available Ports: TCPIP Checking normal priority connection documents only... Local network connection document found for server1/org1 Verifying address '192.168.0.1' for SERVER1/ORG1 on TCPIP Connected to server SERVER1/ORG1 Attempting Authenticated Connection - Server server1/org1 reported the following problem causing authentication to fail: Your public key was not found in the Domino Directory - Error connecting to server SERVER1/ORG1: Server error: Your public key was not found in the Domino Directory В обратную сторону тоже самое. Документы кросс-сертификатов в книжках есть. Кросс-сертификация на уровне cert.id. Есть server3/org3 с которым у server2/org2 кросс-сертификация нормально работает. Уважаемые коллеги, если сталкивались с таким или есть предложения как поправить, пожалуйста напишите. 25. Список дополнительный пакетов Ubuntuttf-xfree86-nonfree - Обязательный к установке если установлен Lotus Notes, так как без установки этих шрифтов внешний вид Лотуса очень раздражает.26. : И даже в Красной Горбатке работает документооборот на Lotus Domino.: И даже в Красной Горбатке работает документооборот на Lotus Domino.27. Lotus NotesLotus Notes28. Сценарии поддержки рабочих процессов для Microsoft SharePointСценарий 1. "Простой" переход от IBM Lotus Notes/Domino к SharePoint29. Альтернативная защита от злоумышленного кодaОдин из них - нью-йоркская компания Sybari, выпускающая продукт Antigen для пользователей систем электронной почты Microsoft Exchange и Lotus Domino.30. Сценарии поддержки рабочих процессов для Microsoft SharePointСценарий 1. "Простой" переход от IBM Lotus Notes/Domino к SharePoint31. Альтернативная защита от злоумышленного кодаОдин из них - нью-йоркская компания Sybari, выпускающая продукт Antigen для пользователей систем электронной почты Microsoft Exchange и Lotus Domino.32. afonin для доступа к бета-версии Lotus Notes/Lotus Domino 8.5.1 и звонка от ...afonin для доступа к бета-версии Lotus Notes/Lotus Domino 8.5.1 и звонка от ...33. Successful community kickoff meeting!:: Abstract not available ::34. Creating an IBM Lotus Notes 8.0 and later plug-in for IBM Multimedia LibraryThis article explains how to create an extension for IBM® Lotus Notes® 8.0 and later that allows you to open a preconfigured URL (for example, Lotus Notes Multimedia Library) in a newly opened browser window by selecting a menu entry in the Help menu.35. Troubleshooting IBM Lotus Domino 8 mail routing issuesThis white paper demonstrates how to identify and resolve IBM Lotus Domino 8 mail routing problems. By explaining how and which debug to use, and how to analyze the debug output, it is intended to help customers debug mail-routing issues on their own. Support Engineers can also benefit from this paper by enhancing their understanding of the debug outputs and by using it as a "cheat sheet" in identifying and resolving common mail-routing issues.36. DXL priorities -- your input requested in Crowded WisdomPrevious surveys of our business partners for DXL priorities have identified views, agents, and script libraries as high value areas for improvements. We've been working on those, and we believe you'l ...37. Расширенный embedded ViewСобственно чего я хочуСтандартный embedded View, хорош лишь тем, что позволяет вставить нормально вид из текущей базы и сделать по нему срез. Ищу нормальный вариант когда можно вставить вид из базы, сервер:путь и репликаИД, которой определяются на момент открытия формы с видом. DXLImport не предлагать. 38. Забавная реклама Lotus Notes39. Add_Foreign_Members_Ext40. Результаты тестов по производительности IBM Lotus Domino в Domain Search... начального уровня 1 CPU , RAID 1, 4 GB Ram. Использовался сервер Domino 7.0.3 ...41. Re: кластер quickerА по каким параметрам определяется актуальность ввода такой системы??может есть какие-то формулы на кластеры? Напрмер корпоративная региональная сетка на 400машин 42. AddressBarLastView43. Сценарии поддержки рабочих процессов для Microsoft SharePointСценарий 1. "Простой" переход от IBM Lotus Notes/Domino к SharePoint44. Специальное место на девятом кругу ада....должно быть зарезервировано для разработчиков Lotus Notes, которые не предусмотрели никакой возможности изменить размер шрифта в их и без того уродской программе.45. Как я получал австралийскую визуЯ считал эту процедуру чистой формальностью, а потому все откладывал, и зарегистрировался только за 17 дней до предполагаемого въезда в Австралию, т.е. за 4 дня до отъезда из Нарвы. Причем для солидности использовал при регистрации свой корпоративный адрес в нашей почтовой системе Lotus Notes (вот это было ошибкой).46. Р"С"РїСгСГРє СѬР°СГСГС"Р"РєРё "Lotus Notes/Domino -- РїСѬРѭРґСгРєС" Рё РёРѬСГС ...РїСѬРѭС*РѭСГСГРѭРІ РґР"СѬ Microsoft SharePoint * Р"Р"РѭРі РєРѭРѭРїР°РѬРёРё IBM / РкРѭРІС"Рѭ РІРѭР-РѭРѭР°РѬРѭСГС"Рё IBM Lotus Notes * Р "РЎ"Р в*-РЎРіРЎР"Р в*" РЎѬР °РЎР"РЎР"РЎ"Р "Р в*"Р С" "Lotus Notes/Domino - Р в*-РЎѬР ѭР в*ѭРЎРіР в*"РЎ" Р С" Р С"Р ѬРЎР"РЎ . * Notesnet.ru "Р в*"Р С" "Lotus Notes/Domino - Р в*-РЎѬР ѭР в*ѭРЎРіР в*"РЎ" Р С" Р С"Р ѬРЎР"РЎ . * Notesnet.ru - РѭС*Рѭ РѭРґРёРѬ РёРѬС"РѭСѬРѭСГРѬС"Р№ СѬСгСГСГРєРѭСѬР-С"С*РѬС"Р№ СѬРѭСГСгСѬСГ РїРѭ Lotus * Р"Р"РѭРі РєРѭРѭРїР°РѬРёРё IBM / РкРѭРІС"Рѭ РІРѭР-РѭРѭР°РѬРѭСГС"Рё IBM Lotus Notes * 389145:47. Да что тут говорить - ... не могла вспомнить пароль к Lotus Notes, который не меняла ...... 4х дней отдыха) не могла вспомнить пароль к Lotus Notes, который не меняла уже 5 ... Блиц-опрос
Вакансии для специалистов1. Senior Project Manager Migration from Exchange to Lotus NotesReference # : 09-00096 Title : Senior Project Manager Migration from Exchange to Lotus Notes Location : Pittsburgh, PA Experience Level : 3 Years Start Date : Thu, Feb 19, 2009 Position Type : Contra...2. Lotus Notes Technical Support--Description--Lotus Notes Technical SupportHouston, TX Lotus Notes support REQUIRED. Operates the Global IT ticket handling processes and procedures, referring calls and updating call information int...3. Lotus Notes Tier II Support--Description--CIBER is looking for a Tier 2 Lotus Notes Support Specialist to work at one of our clients in Washington DCMAJOR POSITION RESPONSIBILITIES: Provide 2nd Tier help desk support to all cli...4. Lotus Notes Tier II SupportCIBER is looking for a Tier 2 Lotus Notes Support Specialist to work at one of our clients in Washington DC MAJOR POSITION RESPONSIBILITIES: Provide 2nd Tier help desk support to all client staff and ...5. Lotus Notes/Application DeveloperWe are seeking an Lotus Notes and Applications Developer for our Richmond-VA based client. The Developer will be responsible for the operations and maintenance of a large number of lotus notes applica...6. Lotus Notes/Application DeveloperProgrammer/Analyst Lotus Notes - Richmond, VaNCG is unable to work with 3rd party candidates or agencies.NCG is unable to sponsor H-1B visa at this time.(Please attach resume in the word format only)T...7. Lotus Notes DeveloperOur Client in Newark, Nj is looking for a Lotus Notes Developer with the following:Experience: Specific hands experience with Notes 6.5 and 8 We would need an experienced Notes Developer with the foll...8. Lotus Notes/Domino Subject Matter Expert, Fort Collin, COPlease send yuur resume to Rajesh on rpradhan@izarinc.com for immediate opportunity.Below is a short description -Position: Lotus Notes/Domino Subject Matter ExpertLocation: Fort Collins, CO Duration:...9. WebSphere Portal Lotus Notes/Domino AdministratorOur client is seeking a WebSphere Lotus Notes/Domino Administrator Assignment duration is 9+ Months and located at New York NY.Duties and Responsibilities:* Maintain, upgrade or enhance existing Enter...10. Junior Lotus Notes Administrator/SupportW-2 CANDIDATES ONLY!Project Description: The jobholder supports the Corporate Lotus/Notes Domino server environment running UNIX/AIX. S/he supports all product upgrades and patches to all servers and ...11. Lotus Notes SupportThe job holder supports the Corporate Lotus/Notes Domino server environment running UNIX/AIX.. S/he supports all product upgrades and patches to all servers and supports the Corporate Email and applic...Закладки о Lotus Notes1. developerWorks Lotus : Security2. http://www.openntf.org/internal/home.nsf3. Implementing custom workflow decisions in Alloy 1.0 by IBM and SAP4. Self Test Software Lotus 737 Training Products - Practice tests and Online Courses - 7375. IBM Lotus Domino and Notes Information Center6. InformIT: Survival Guide for Lotus Notes and Domino Administrators, Adobe Reader - $31.997. IBM PartnerWorld - IBM Business Partner support and resources8. Basics steps: Converting an IBM Lotus Notes application to use Lotus Notes 8 Java components9. Advanced Java view features in IBM Lotus Notes 8.510. Basics steps: Converting an IBM Lotus Notes application to use Lotus Notes 8 Java components11. Advanced Java view features in IBM Lotus Notes 8.512. Lotus Notes Mail Merge13. Controlling spam: Advanced SMTP settings in Lotus Dominoind out how to control spam mail using the Configuration Settings document, server mail rules, and inbound SMTP commands and extensions in Lotus Domino 6 and later. This article is part one in a series about Lotus Domino methods of spam control.14. eProductivity™ for IBM Lotus Notes - Subscribe to eProductivity15. eProductivity_ for IBM Lotus Notes - Subscribe to eProductivity16. IBM Lotus and WebSphere Portal Business Solutions CatalogNew widgets on Lotus greenhouse17. IBM announces Lotus Notes 8.5.1 beta with iPhone push support – Apple / Mac Software Updates & News | Geek.comIPhone Push Support18. Lotus Notes Weblinks — Software Guideeinige Notes Links19. eProductivity™ for IBM Lotus Notes - GTD for IBM Lotus Notes20. eProductivity_ for IBM Lotus Notes - GTD for IBM Lotus Notes21. Update all Notes desktop icons for user after a serverrenamedesktool dsktool622. Esportare la notes mail in un file.... - dominopoint.it23. wissel.net :: Setting up DXLMagic to run from the command line24. Lotus Notes and Domino wiki25. User experience guidelines for IBM Lotus rich client applications and plug-ins26. Application Performance Tuning, Part 127. How I moved to Gmail | Lotus Notes | Brent Muir28. Gmail IMAP and Lotus Notes 8 at ask-mark.comsible to show me step by step instructions on how to configure GMAIL for Lotus Notes 8? - meaning sИсточники знаний. Сайты с книгами
Lotus Notes. Видео и изображения1. 360 Contact Manager - a Lotus Notes CRM system - Account & Contact Management
Author: 360systemsuk 2. 360systemsuk - Schedule Activities
Author: 360systemsuk 3. 360 Contact Manager - a Lotus Notes CRM system - Opportunity Management
Author: 360systemsuk 4. 360systemsuk - Email Integration
Author: 360systemsuk 5. 360systemsuk - Data Imports
Author: 360systemsuk
По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes |
В избранное | ||