I’m evaluating mForms currently. I’ve created very simple test application and deployed it on my PDA. Works otherwise but couple of problems:
Document Push is not working. I have selection formula (@Lowercase(Form) = “contact” as Formulae) attached to my application profile. I can create documents and replicate them to notes client. I can’t get documents created in notes to replicate to PDA.
Is Workgroup installation enough for a smallish group of people needing simple shared custom application available online/offline? Or in other words: why would I need enterprise mode installation? Little confused with these different modes…
Subject: mNotes, mForms, Workgroup and Document Push Problem
Hi!
enterprise installation: installation on a domino-server. multiple users can access. great performance.
workgroup installation: you only need a notes-client installed on the machine with working connection to your domino-server(s). multiple users can access. not as fast as enterprise installation.
local installation is only used for one client on your desktop.
i am not using mForms very much. but do you have pushing enabled on your PDA and in the configurationdoc in your cadenza.nsf?
Subject: RE: mNotes, mForms, Workgroup and Document Push Problem
Yes, push is on (and schedule is on) and cadenza.nsf contains Selection Formula Formulae attached to the application profile in the Document Push section.
The formulae:
Use: Selection Formula
Active: Yes
Name: Formula_PushContacts
Formula Text: @Lowercase(Form) = “contact”
EDIT:
Btw, is it possible to create Push Formula based on current user’s username? Like using readers field but avoid replicating excessive amount of documents not viewable by the user anyway…