Re: Current global field values are too large to be stored (AERR 9360)- Remedy error in Midtier

2012-10-30 Thread Misi Mladoniczky
Hi, What do you store in your global field? Maybe you can truncate or minimize that data? This is from the error message guide: http://rrr.se/cgi/arerrr?n=9360 " The mid tier implementation of global fields limits the amount of data that can be stored in all global fields to about 3.5 KB. To allo

Re: Notify after Modify All

2012-10-30 Thread Longwing, LJ CTR MDA/IC
Raj, Unfortunately, a filter fires on an individual record, not a set of records. There is no built in mechanism to do what you are looking for...only the ability to send an email on each record. To be able to do what you are looking for you would need to build a console that allows the choosi

Re: AREA LDAP configuration

2012-10-30 Thread SUBSCRIBE ARSLIST theReel
Hi Guys, This is what i eventually did. Looking at the plugin logs I could see it is only searching using the first configuration and when the user is not found using that search it fails. I couldn't get a fix to make it do multiple searches so we rearanged the AD tree structure and raised t

Re: Notify after Modify All

2012-10-30 Thread pritch
Might be able to set up a separate form where you can do a push field from an active link if Operation is SET ALL. The form could have a status of "Not Sent" or "Sent" and the qualification for the push field could be something like Status = "Not Sent" and = person ticket is being assigned to.

Re: AREA LDAP configuration

2012-10-30 Thread andres tamayo
if you have multiple LDAP configuration you have to change your plugin to areahub instead AREA, then it will check for all your entries in the ldap configuration form. 2012/10/30 SUBSCRIBE ARSLIST theReel : > Hi Guys, > > This is what i eventually did. > > Looking at the plugin logs I could see it

Sending submit instruction to email engine - pwd encryption

2012-10-30 Thread Antonio Monizza
Hi all, I need to implement a record creation on a table using an email template, which is quite simple my only concern is about a security constraint according to which the password must be encrypted (while I assume it is normally not encrypted when you fill the template in the mail body before

Re: Sending submit instruction to email engine - pwd encryption

2012-10-30 Thread Boyd, Rebecca
How about putting the userid/pwd in the email template form that's stored on the server? On Tue, Oct 30, 2012 at 11:13 AM, Antonio Monizza wrote: > ** Hi all, > > I need to implement a record creation on a table using an email template, > which is quite simple > > my only concern is about a secu

Re: Sending submit instruction to email engine - pwd encryption

2012-10-30 Thread Peters, Ron
You sort of imply that you'll have a custom form/app that will be available to external folks and have the fields to be filled out which will send the email. A couple thoughts here. As Rebecca mentioned you could put the login/password in the template being sent but hide it behind your form/app.

Re: Notify after Modify All

2012-10-30 Thread Raj
Thanks LJ and Pritch for your replies. These are great ideas. Infact, I thought I might be missing something when I was trying to do a notification via filter. But I am clear now, so I need to do some custom coding. Thanks again. On Tuesday, October 30, 2012 7:22:55 AM UTC-7, pritch wrote: > > M

Re: If BMC Remedy had a theme song

2012-10-30 Thread Samuel J Albury III
Hey that's the same band who has a song with Amy Lee of Evanescence. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Re: If BMC Remedy had a theme song

2012-10-30 Thread Samuel J Albury III
Hmm same band http://www.youtube.com/watch?v=CoUOrLe4vlY ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Macro that automatically adjusts for a new year

2012-10-30 Thread Mayfield, Andy L.
I have a macro that runs quarterly numbers. To set the date range I'm currently using something like: '3' >= "01/01/2012" AND '3' < "4/1/2012" Is there a way to do this where the year will automatically adjust? I thought of trying "datepart("yy") , but I haven't been able to get the syntax to

JOB:CMDB SME - Unisys

2012-10-30 Thread Kelly Deaver
** Hi, Are you interested or know somebody? This is a hot position at Unisys and I really need the help.   Below is the link to an open posting for a CMDB SME. The posting from our web site follows the link.   Any assistance you can provide would be a great help.   http://jobs.unisys.com/job/Blue-B

Escape Character - Remedy Data Import Tool

2012-10-30 Thread Kali Obsum
Hi, We need to update a field via the Remedy Data Import Tool (v7.6.03). However the field values contain file paths and what happens is if the Import Tool sees a \n (e.g. app\new\temp), it erroneously converts it to a new line. Is there an escape char we can use so that it doesn't get converte

Re: Escape Character - Remedy Data Import Tool

2012-10-30 Thread Rod Harris
Hi Kali, have you tried replacing each "\" with 2? eg "\\" Rod On 31 October 2012 12:53, Kali Obsum wrote: > ** > > Hi, > > ** ** > > We need to update a field via the Remedy Data Import Tool (v7.6.03). > However the field values contain file paths and what happens is if the > Import Tool

Re: Escape Character - Remedy Data Import Tool

2012-10-30 Thread Kali Obsum
Hi Rod, Yep, we already tried that. It still converted \n to newline and retained one \. Regards, Kali From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Rod Harris Sent: Wednesday, October 31, 2012 1:35 PM To: arslist@ARSLIST.ORG Subject: R