Re: Determine license type?

2009-02-10 Thread Misi Mladoniczky
...@arslist.org] On Behalf Of Misi Mladoniczky Sent: 06 February 2009 11:24 To: arslist@ARSLIST.ORG Subject: Re: Determine license type? Hi, If you write an API-program it makes no sence to call the Plugin through GLEWF. You should use ARGetListUser instead. Note that users are allways

Re: Determine license type?

2009-02-06 Thread Misi Mladoniczky
Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Givens, Gregory CONT Sent: 05 February 2009 14:23 To: arslist@ARSLIST.ORG Subject: Re: Determine license type? Misi is correct You must use a table field The query should be something

Re: Determine license type?

2009-02-06 Thread Danny Kellett
Can you get application license info from ARGLU? -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Misi Mladoniczky Sent: 06 February 2009 11:24 To: arslist@ARSLIST.ORG Subject: Re: Determine license type? Hi, If you write

Re: Determine license type?

2009-02-05 Thread Misi Mladoniczky
) Persnet Network Control Center (NCC) -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Melissa Reed Sent: Wednesday, February 04, 2009 9:43 AM To: arslist@ARSLIST.ORG Subject: Determine license type? Is there a way

Re: Determine license type?

2009-02-05 Thread Givens, Gregory CONT
@ARSLIST.ORG Subject: Re: Determine license type? Hi, The problem with the plugin behind this vendor form is that only ARGetListEntryWithFields has been implemented. And not completely implemented at that... To get at the license type anyway, you must use a table-field. Only a few qualifications

Re: Determine license type?

2009-02-05 Thread Danny Kellett
...@arslist.org] On Behalf Of Givens, Gregory CONT Sent: 05 February 2009 14:23 To: arslist@ARSLIST.ORG Subject: Re: Determine license type? Misi is correct You must use a table field The query should be something like ( 'licuserinfocurrentregdtype' = 0) AND ( 'licuserinfolicensecategory' = 0

Determine license type?

2009-02-04 Thread Melissa Reed
Is there a way to determine the AR license type (basically read or not) to be used as the run if of an active link? I want to set up an active link that will only run for a user that has a write license. ARS 7.1 ITSM 7.02 Thanks! Melissa

Re: Determine license type?

2009-02-04 Thread Mark Lev
In User form, there is a field called License Type. Search by Login Name. You will probably need to calc this value as temp field on the form you're running against prior to qualification test in your AL Run If statement. Mark

Re: Determine license type?

2009-02-04 Thread Carey Matthew Black
Mark, I think the main problem is actually if you are using Floating licenses. If you are only using Fixed and/or Read license then the User form data look up would work. Melissa, I think the only way I know to determine this is to turn on the User log file and write something that parses that

Re: Determine license type?

2009-02-04 Thread Joe DeSouza
: Wednesday, February 4, 2009 10:42:45 AM Subject: Determine license type? Is there a way to determine the AR license type (basically read or not) to be used as the run if of an active link?  I want to set up an active link that will only run for a user that has a write license. ARS 7.1 ITSM 7.02

Re: Determine license type?

2009-02-04 Thread Mark Lev
--- From: Action Request System discussion list(ARSList) on behalf of Carey Matthew Black Sent: Wed 2/4/2009 11:24 AM To: arslist@ARSLIST.ORG Subject: Re: Determine license type? Mark, I think the main problem is actually if you

Re: Determine license type?

2009-02-04 Thread Misi Mladoniczky
: Wednesday, February 4, 2009 10:42:45 AM Subject: Determine license type? Is there a way to determine the AR license type (basically read or not) to be used as the run if of an active link?  I want to set up an active link that will only run for a user that has a write license. ARS 7.1 ITSM

Re: Determine license type?

2009-02-04 Thread Mark Lev
Misi is correct, using a filter is a better way to do this as long as a Get Entry event is occurring to trigger it. I would appreciate clarification if I'm wrong, but I believe this only happens if the form is NOT a display only-form, and if it's NOT in New mode. A call to the db must be

Re: Determine license type?

2009-02-04 Thread Carey Matthew Black
System discussion list(ARSList) on behalf of Carey Matthew Black Sent: Wed 2/4/2009 11:24 AM To: arslist@ARSLIST.ORG Subject: Re: Determine license type? Mark, I think the main problem is actually if you are using Floating licenses. If you are only using Fixed and/or Read license

Re: Determine license type?

2009-02-04 Thread Mark Lev
: Determine license type? Mark, The point that I was trying to make is that you may have 100 users configured to have a Floating licenses. However you may only have 10 floating licenses. Which means that just looking at the field in the User form might yield a false positive at run time

Re: Determine license type?

2009-02-04 Thread Ozcan, Serdar
@gmail.com] Sent: Wednesday, February 04, 2009 9:32 PM Subject: Re: Determine license type? Mark, The point that I was trying to make is that you may have 100 users configured to have a Floating licenses. However you may only have 10 floating licenses. Which means that just looking at the field

Re: Determine license type?

2009-02-04 Thread Joe DeSouza
:20:58 PM Subject: Re: Determine license type? I wonder if this information (that a user with floating license type has been granted a write license) can be found in user_cache table. Is this table explained anywhere? Thanks. -- Serdar Özcan serdar.oz...@siemens.com -Original Message

Re: Determine license type?

2009-02-04 Thread Givens, Gregory CONT
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Melissa Reed Sent: Wednesday, February 04, 2009 9:43 AM To: arslist@ARSLIST.ORG Subject: Determine license type? Is there a way to determine the AR license type (basically read or not) to be used as the run if of an active link? I want