Re: Qualification (i.e Run If) before a push field on a filter

2010-03-19 Thread Howard Richter
All,



I need some help from the more advanced Remedy programmers.

I have a filter that is pulling data from form A and going to push it to
from B.

However, I need the “Push Field if” to look at form C.

For example:

The first Action is that Form A is used as a staging Form to move data to
form C.

The second Action is create a log of the data from Form A to Form B, if one
of the fields on Form A match one in From C (the 'Corporate ID' field), by
using a push.

Form A = staging Form

Form B = log form

Form C = CTM:People

Any ideas?



Thanks and take care,

Howard


-- 
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified
E-Mail = hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270

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


Re: Qualification (i.e Run If) before a push field on a filter

2010-03-19 Thread LJ Longwing
Create a Join of A and C and use that join in your setfield instead of A?

  _  

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Howard Richter
Sent: Friday, March 19, 2010 8:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter


** 

All,

 

I need some help from the more advanced Remedy programmers.

I have a filter that is pulling data from form A and going to push it to
from B.

However, I need the Push Field if to look at form C.

For example:

The first Action is that Form A is used as a staging Form to move data to
form C. 

The second Action is create a log of the data from Form A to Form B, if one
of the fields on Form A match one in From C (the 'Corporate ID' field), by
using a push.

Form A = staging Form

Form B = log form

Form C = CTM:People

Any ideas?

 

Thanks and take care,

Howard



-- 
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified 
E-Mail = hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270

_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_ 

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


Re: Qualification (i.e Run If) before a push field on a filter

2010-03-19 Thread Nall, Roger
Howard,

You say you have a filter that pulls data from form A and pushes to form B. 
However you don't say where this filter lives. I am going to assume that it 
lives on form C.

If this is all true you are then performing some sort of check on the data 
between form A and form C. If there is a match then you are Pushing data from 
form A to form B.

If this is true then I think you need two filters, use the one you have to 
perform you validation and perform a Push Fields to form A to set a flag. The 
second filter will be on form A and will push the required data to form B when 
the flag is set.

HTH,

Roger Nall
Manager, SA Business Intelligence/Remedy
Desk Phone: 972-464-3712
Mobile: 973-652-6723
http://saintake.t-mobile.com/interfaces/default.aspx


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Howard Richter
Sent: Friday, March 19, 2010 9:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter

**
All,

I need some help from the more advanced Remedy programmers.
I have a filter that is pulling data from form A and going to push it to from B.
However, I need the Push Field if to look at form C.
For example:
The first Action is that Form A is used as a staging Form to move data to form 
C.
The second Action is create a log of the data from Form A to Form B, if one of 
the fields on Form A match one in From C (the 'Corporate ID' field), by using a 
push.
Form A = staging Form
Form B = log form
Form C = CTM:People
Any ideas?

Thanks and take care,
Howard


--
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified
E-Mail = hbr4...@gmail.commailto:hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270
_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_

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


Re: Qualification (i.e Run If) before a push field on a filter

2010-03-19 Thread Nall, Roger
Or you can do it this way.

Roger Nall
Manager, SA Business Intelligence/Remedy
Desk Phone: 972-464-3712
Mobile: 973-652-6723
http://saintake.t-mobile.com/interfaces/default.aspx


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of LJ Longwing
Sent: Friday, March 19, 2010 10:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter

**
Create a Join of A and C and use that join in your setfield instead of A?


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Howard Richter
Sent: Friday, March 19, 2010 8:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter
**
All,

I need some help from the more advanced Remedy programmers.
I have a filter that is pulling data from form A and going to push it to from B.
However, I need the Push Field if to look at form C.
For example:
The first Action is that Form A is used as a staging Form to move data to form 
C.
The second Action is create a log of the data from Form A to Form B, if one of 
the fields on Form A match one in From C (the 'Corporate ID' field), by using a 
push.
Form A = staging Form
Form B = log form
Form C = CTM:People
Any ideas?

Thanks and take care,
Howard


--
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified
E-Mail = hbr4...@gmail.commailto:hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270
_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_
_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_

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


Re: Qualification (i.e Run If) before a push field on a filter

2010-03-19 Thread Howard Richter
Roger,

Which way?

I thought that there was a way to force the system to look at a field on a
form.

For example if the push is from Form A and to Form C

Then you could do something like $Corporate ID$ = CTM:People.'Corporate ID'
(where CTM:People is form B).

Thanks for any ideas,

Howard

On Fri, Mar 19, 2010 at 11:19 AM, Nall, Roger roger.n...@t-mobile.comwrote:

 **

 Or you can do it this way.



 Roger Nall

 Manager, SA Business Intelligence/Remedy

 Desk Phone: 972-464-3712

 Mobile: 973-652-6723

 http://saintake.t-mobile.com/interfaces/default.aspx





 *From:* Action Request System discussion list(ARSList) [mailto:
 arsl...@arslist.org] *On Behalf Of *LJ Longwing
 *Sent:* Friday, March 19, 2010 10:12 AM

 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: Qualification (i.e Run If) before a push field on a filter



 **

 Create a Join of A and C and use that join in your setfield instead of A?


  --

 *From:* Action Request System discussion list(ARSList) [mailto:
 arsl...@arslist.org] *On Behalf Of *Howard Richter
 *Sent:* Friday, March 19, 2010 8:12 AM
 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: Qualification (i.e Run If) before a push field on a filter

 **

 All,



 I need some help from the more advanced Remedy programmers.

 I have a filter that is pulling data from form A and going to push it to
 from B.

 However, I need the “Push Field if” to look at form C.

 For example:

 The first Action is that Form A is used as a staging Form to move data to
 form C.

 The second Action is create a log of the data from Form A to Form B, if one
 of the fields on Form A match one in From C (the 'Corporate ID' field), by
 using a push.

 Form A = staging Form

 Form B = log form

 Form C = CTM:People

 Any ideas?



 Thanks and take care,

 Howard



 --
 Howard Richter
 Red Hat Certified Technician
 CompTIA Linux+ Certified
 ITIL Foundation Certified
 E-Mail = hbr4...@gmail.com
 LinkedIn Profile = http://www.linkedin.com/in/hbr4270

 _attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_

 _attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_
  _attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_




-- 
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified
E-Mail = hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270

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


Re: Qualification (i.e Run If) before a push field on a filter

2010-03-19 Thread LJ Longwing
LOLI was assuming the filter was on form X

  _  

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Nall, Roger
Sent: Friday, March 19, 2010 9:20 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter


** 

Or you can do it this way.

 

Roger Nall

Manager, SA Business Intelligence/Remedy

Desk Phone: 972-464-3712

Mobile: 973-652-6723

http://saintake.t-mobile.com/interfaces/default.aspx

 

 

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of LJ Longwing
Sent: Friday, March 19, 2010 10:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter

 

** 

Create a Join of A and C and use that join in your setfield instead of A?

 

  _  

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Howard Richter
Sent: Friday, March 19, 2010 8:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter

** 

All,

 

I need some help from the more advanced Remedy programmers.

I have a filter that is pulling data from form A and going to push it to
from B.

However, I need the Push Field if to look at form C.

For example:

The first Action is that Form A is used as a staging Form to move data to
form C. 

The second Action is create a log of the data from Form A to Form B, if one
of the fields on Form A match one in From C (the 'Corporate ID' field), by
using a push.

Form A = staging Form

Form B = log form

Form C = CTM:People

Any ideas?

 

Thanks and take care,

Howard



-- 
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified 
E-Mail = hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270

_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_ 

_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_ 

_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_ 

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


Re: Qualification (i.e Run If) before a push field on a filter

2010-03-19 Thread Nall, Roger
Creating a join form will cut out the setting of a flag field. If you  don't 
use a join form then you could do what I originally suggested.

Thanks,

Roger Nall
Manager, SA Business Intelligence/Remedy
Desk Phone: 972-464-3712
Mobile: 973-652-6723
http://saintake.t-mobile.com/interfaces/default.aspx


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Howard Richter
Sent: Friday, March 19, 2010 10:28 AM
To: arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter

**
Roger,

Which way?

I thought that there was a way to force the system to look at a field on a form.

For example if the push is from Form A and to Form C

Then you could do something like $Corporate ID$ = CTM:People.'Corporate ID' 
(where CTM:People is form B).

Thanks for any ideas,

Howard
On Fri, Mar 19, 2010 at 11:19 AM, Nall, Roger 
roger.n...@t-mobile.commailto:roger.n...@t-mobile.com wrote:
**
Or you can do it this way.

Roger Nall
Manager, SA Business Intelligence/Remedy
Desk Phone: 972-464-3712
Mobile: 973-652-6723
http://saintake.t-mobile.com/interfaces/default.aspx


From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of LJ 
Longwing
Sent: Friday, March 19, 2010 10:12 AM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter

**
Create a Join of A and C and use that join in your setfield instead of A?


From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Howard 
Richter
Sent: Friday, March 19, 2010 8:12 AM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: Qualification (i.e Run If) before a push field on a filter
**
All,

I need some help from the more advanced Remedy programmers.
I have a filter that is pulling data from form A and going to push it to from B.
However, I need the Push Field if to look at form C.
For example:
The first Action is that Form A is used as a staging Form to move data to form 
C.
The second Action is create a log of the data from Form A to Form B, if one of 
the fields on Form A match one in From C (the 'Corporate ID' field), by using a 
push.
Form A = staging Form
Form B = log form
Form C = CTM:People
Any ideas?

Thanks and take care,
Howard


--
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified
E-Mail = hbr4...@gmail.commailto:hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270
_attend WWRUG10 www.wwrug.comhttp://www.wwrug.com/ ARSlist: Where the 
Answers Are_
_attend WWRUG10 www.wwrug.comhttp://www.wwrug.com/ ARSlist: Where the 
Answers Are_
_attend WWRUG10 www.wwrug.comhttp://www.wwrug.com/ ARSlist: Where the 
Answers Are_



--
Howard Richter
Red Hat Certified Technician
CompTIA Linux+ Certified
ITIL Foundation Certified
E-Mail = hbr4...@gmail.commailto:hbr4...@gmail.com
LinkedIn Profile = http://www.linkedin.com/in/hbr4270
_attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_

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