Re: Does $VUI$ work in 7.6.04?

2012-12-04 Thread Keith fawcett
Thanks for the info everyone. I should have provided more details on my issue. 

I am setting a bunch of fields through an active link that fires on window 
load. In the Run If qualification for the active link I put $VUI$ = View Movie 
View. I assumed that this would only fire the active link if the form view 
equaled View Movie View. 

It didn't work, so to test I created a character field and set its default 
value to $VUI$ to see what was being populated. It appears blank. So maybe I 
have some other issue with my system?



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Does $VUI$ work in 7.6.04?

2012-12-04 Thread Longwing, LJ CTR MDA/IC
Keith,
Try this, create an AL that fires on the same condition, and have it display a 
message of '$VUI$', the ' on either side will allow you to see if the view was 
null or notI'm not sure which actual condition you are firing on, but you 
may find that the keyword doesn't have a value 'yet'

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Keith fawcett
Sent: Tuesday, December 04, 2012 10:20 AM
To: arslist@ARSLIST.ORG
Subject: Re: Does $VUI$ work in 7.6.04?

Thanks for the info everyone. I should have provided more details on my issue. 

I am setting a bunch of fields through an active link that fires on window 
load. In the Run If qualification for the active link I put $VUI$ = View Movie 
View. I assumed that this would only fire the active link if the form view 
equaled View Movie View. 

It didn't work, so to test I created a character field and set its default 
value to $VUI$ to see what was being populated. It appears blank. So maybe I 
have some other issue with my system?

 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers 
Are, and have been for 20 years

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Does $VUI$ work in 7.6.04?

2012-12-04 Thread Keith fawcett
LJ,

I was able to see the View Movie View in the message. I still don't 
understand why it doesn't show up in the character field when I set it as the 
default value. 

So now my issue is, I don't want to set a field with the value, the whole point 
was to be able to put the $VUI$ = View Movie View in the AL qualification, so 
it only ran and set fields if in the View Movie View view. The reason being, 
if someone is on the Default Admin View I want the user to be able to search, 
and setting the fields with the AL is keeping a user from being able to search.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Does $VUI$ work in 7.6.04?

2012-11-28 Thread Rick Westbrock
Keith, how are you adding it to the field? The docs say that This keyword
is NULL on the server so if you are using a filter to set the field that
might be why it's not working. Try it with an active link, that should work.
I was referencing page 228 of the 7.6.04 Workflow Objects Guide which means
it should still be supported. I would be surprised if they removed that
keyword in a service pack release, did it work for you pre-SP3? 

-Rick

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Keith fawcett
Sent: Tuesday, November 27, 2012 9:14 PM
To: arslist@ARSLIST.ORG
Subject: Does $VUI$ work in 7.6.04?

This keyword doesn't seem to work in 7.6.04 SP3. I added it to a character
field and nothing was returned.

Any ideas?

Thanks,
Keith


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Does $VUI$ work in 7.6.04?

2012-11-28 Thread Lucero, Michelle
Hi, Keith:

Agree with Rick.  We happen to be on 7.6.04 SP3 and I have Active Link workflow 
that is highly dependent on the $VUI$ keyword.  It works just fine in our case.

Michelle

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Rick Westbrock
Sent: Wednesday, November 28, 2012 10:19 AM
To: arslist@ARSLIST.ORG
Subject: Re: Does $VUI$ work in 7.6.04?

Keith, how are you adding it to the field? The docs say that This keyword is 
NULL on the server so if you are using a filter to set the field that might be 
why it's not working. Try it with an active link, that should work.
I was referencing page 228 of the 7.6.04 Workflow Objects Guide which means it 
should still be supported. I would be surprised if they removed that keyword in 
a service pack release, did it work for you pre-SP3? 

-Rick

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Keith fawcett
Sent: Tuesday, November 27, 2012 9:14 PM
To: arslist@ARSLIST.ORG
Subject: Does $VUI$ work in 7.6.04?

This keyword doesn't seem to work in 7.6.04 SP3. I added it to a character 
field and nothing was returned.

Any ideas?

Thanks,
Keith


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

--
This message, and any attachments, is for the intended recipient(s) only, may 
contain information that is privileged, confidential and/or proprietary and 
subject to important terms and conditions available at 
http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended 
recipient, please delete this message.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Does $VUI$ work in 7.6.04?

2012-11-28 Thread Joe D'Souza
Also, at the risk of stating the obvious, the character field that you are
setting it on, needs to be a data field if you are trying to display the
record after a commit to the database.

Joe

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Lucero, Michelle
Sent: Wednesday, November 28, 2012 1:37 PM
To: arslist@ARSLIST.ORG
Subject: Re: Does $VUI$ work in 7.6.04?

Hi, Keith:

Agree with Rick.  We happen to be on 7.6.04 SP3 and I have Active Link
workflow that is highly dependent on the $VUI$ keyword.  It works just fine
in our case.

Michelle

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Rick Westbrock
Sent: Wednesday, November 28, 2012 10:19 AM
To: arslist@ARSLIST.ORG
Subject: Re: Does $VUI$ work in 7.6.04?

Keith, how are you adding it to the field? The docs say that This keyword
is NULL on the server so if you are using a filter to set the field that
might be why it's not working. Try it with an active link, that should work.
I was referencing page 228 of the 7.6.04 Workflow Objects Guide which means
it should still be supported. I would be surprised if they removed that
keyword in a service pack release, did it work for you pre-SP3? 

-Rick

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Keith fawcett
Sent: Tuesday, November 27, 2012 9:14 PM
To: arslist@ARSLIST.ORG
Subject: Does $VUI$ work in 7.6.04?

This keyword doesn't seem to work in 7.6.04 SP3. I added it to a character
field and nothing was returned.

Any ideas?

Thanks,
Keith


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12
www.wwrug12.com ARSList: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12
www.wwrug12.com ARSList: Where the Answers Are

--
This message, and any attachments, is for the intended recipient(s) only,
may contain information that is privileged, confidential and/or proprietary
and subject to important terms and conditions available at
http://www.bankofamerica.com/emaildisclaimer.   If you are not the intended
recipient, please delete this message.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Does $VUI$ work in 7.6.04?

2012-11-27 Thread Keith fawcett
This keyword doesn't seem to work in 7.6.04 SP3. I added it to a character 
field and nothing was returned.

Any ideas?

Thanks,
Keith

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are