Pretty much any Notes client that ever existed on any platform can talk to pretty much any Notes/Domino server that ever existed on any platform (assuming the...
Good Morning Everyone!! When assigning an explicit policy, what process must occur before the policy settings actually take effect? I have occasions when I...
Cathy: Policies are applied using Dynamic Client Configuration. This only occurs when the user authenticates with their home mail server. So, if you want...
Oddly I have been struggling with this only today. I have to add a general 'disclaimer' to all outbound messages - so I duly added a policy in the NAB, and I...
David: Then I waited overnight, but as of now, there's no disclaimer appearing in emails. I'm obviously missing something. Have you restarted the Router task? ...
I am having a problem with this agent. I have tested and tested and the line below with the arrow should give me the contents of the "Detail" column of the...
I have a recurring request, for which i hope there is a simple solution Problem: Becky Jones in is retiring( having a birthday, giving birth, etc...) The folks...
I'm not sure I would not expect my users to send the message out with an innocuous-enough message to avoid spoiling their surprise. It would be easier for all...
Patrick Trapp
ptrapp@...
Apr 2, 2008 3:11 pm
1191
Lance, I am running short on time on another project so I haven't taken a look at your code as compared to mine, but this is what we currently are using for a...
What I always did id to put the group name in the bcc field and press the F9 key, which should expand the group and list all the names. Then I can remove the...
The below is close, you can grab the entry, get all the values in the groupmembers field, then let them select the person who doesn't get it. You can then...
Seemingly simpler answer: Teach them to insert the group name, then Press F9 to expand the names, then take Becky off the list. Tangentially: We have a "Mass...
Oh, that would be nice. It doesn't seem to work in 7.0.3, using a server-based group, but does work if the group is saved in my personal address book. Esther...
Too bad. Here's another trick that should work. Paste this formula into the SendTo field, and then press Shift-F9: @DbLookup(""; @Subset(@MaildbName; 1) :...
Thanks for reply. I have tried all of these variants and nothing seems to let me get that value out of the "Detail" column. When I run the agent, the print...
Check out the "ExpandGroups" field option (or similar... I'm going by memory here.) If you set it to "0" I think, it'll expand the members. Might involve a...
"Details" is one of 2 columns being returned by the SQL query, it is column 2 of the result set. It should be text. Once I get the value of this column, I...
Within the Lotus Advisor site, I have found an article that Generates PDF's from Notes Data. There were two articles about the methods in doing this. Below...
It depends how you want it, but you could try something like @Implode( column1; "," ) ... Generates PDF's ... read them ... these ... data. An ... generating...
I don't remember exactly. Did you try using the File - Import option and selecting vCard? Patrick "Enrique Culebro" <eculebro@... om>...
Patrick Trapp
ptrapp@...
Apr 2, 2008 6:01 pm
1210
I have, but that is part of the problem. I have no way of seeing what my result set is actually returning... I have run the query in MS SQL Query analyser and...