cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Action Part 2

Former Member
0 Kudos

Looking to trigger a Dynamic Action after completing IT0001 for a particular employee group and set of sub groups so that it calls IT0006 is this correct?

0001 06 1 *CREATE XXXX PERM ADDRESS

0001 06 2 P P0001-PERSG='A'

0001 06 3 P P0001-PERSK='1'

0001 06 4 P P0001-PERSK='2'

0001 06 5 P P0001-PERSK='9'

0001 06 6 I INS,0006,1,,(P0006-BEDDA),(P0006-ENDDA)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi William

Your dynamic action will never work, because an EE cannt be associated with Multiple EE subgroups at same time. Try the below one

Looking to trigger a Dynamic Action after completing IT0001 for a particular employee group and set of sub groups so that it calls IT0006 is this correct?

0001 06 1 *CREATE XXXX PERM ADDRESS

0001 06 2 P P0001-PERSG='A'

0001 06 3 P P0001-PERSK='1'/X

0001 06 4 P P0001-PERSK='2'/X

0001 06 5 P P0001-PERSK='9'

0001 06 6 I INS,0006,1,,(P0001-BEDDA),(P0001-ENDDA)

If it still not working

Looking to trigger a Dynamic Action after completing IT0001 for a particular employee group and set of sub groups so that it calls IT0006 is this correct?

0001 06 1 *CREATE XXXX PERM ADDRESS

0001 06 2 P P0001-PERSG='A'

0001 06 3 P P0001-PERSK='1'/X

0001 06 4 P P0001-PERSK='2'/X

0001 06 5 P P0001-PERSK='9'

0001 06 6 I INS,0006,,,(P0001-BEDDA),(P0001-ENDDA)

0001 06 7 W PA0006-SUBTY='1'

Thanks

Former Member
0 Kudos

>

> Hi William

>

> Your dynamic action will never work, because an EE cannt be associated with Multiple EE subgroups at same time. Try the below one

>

> Looking to trigger a Dynamic Action after completing IT0001 for a particular employee group and set of sub groups so that it calls IT0006 is this correct?

>

> 0001 06 1 *CREATE XXXX PERM ADDRESS

> 0001 06 2 P P0001-PERSG='A'

> 0001 06 3 P P0001-PERSK='1'/X

> 0001 06 4 P P0001-PERSK='2'/X

> 0001 06 5 P P0001-PERSK='9'

> 0001 06 6 I INS,0006,1,,(P0001-BEDDA),(P0001-ENDDA)

>

> If it still not working

>

> Looking to trigger a Dynamic Action after completing IT0001 for a particular employee group and set of sub groups so that it calls IT0006 is this correct?

>

> 0001 06 1 *CREATE XXXX PERM ADDRESS

> 0001 06 2 P P0001-PERSG='A'

> 0001 06 3 P P0001-PERSK='1'/X

> 0001 06 4 P P0001-PERSK='2'/X

> 0001 06 5 P P0001-PERSK='9'

> 0001 06 6 I INS,0006,,,(P0001-BEDDA),(P0001-ENDDA)

> 0001 06 7 W PA0006-SUBTY='1'

>

> Thanks

Thanks for your reply achilaka

I have made the changes in your second method and it's still not working, Iit follows the current action rather than calling IT0006 Subtype 1

Thanks

WB

Former Member
0 Kudos

>

> >

> > Hi William

> >

> > Your dynamic action will never work, because an EE cannt be associated with Multiple EE subgroups at same time. Try the below one

> >

> > Looking to trigger a Dynamic Action after completing IT0001 for a particular employee group and set of sub groups so that it calls IT0006 is this correct?

> >

> > 0001 06 1 *CREATE XXXX PERM ADDRESS

> > 0001 06 2 P P0001-PERSG='A'

> > 0001 06 3 P P0001-PERSK='1'/X

> > 0001 06 4 P P0001-PERSK='2'/X

> > 0001 06 5 P P0001-PERSK='9'

> > 0001 06 6 I INS,0006,1,,(P0001-BEDDA),(P0001-ENDDA)

> >

> > If it still not working

> >

> > Looking to trigger a Dynamic Action after completing IT0001 for a particular employee group and set of sub groups so that it calls IT0006 is this correct?

> >

> > 0001 06 1 *CREATE XXXX PERM ADDRESS

> > 0001 06 2 P P0001-PERSG='A'

> > 0001 06 3 P P0001-PERSK='1'/X

> > 0001 06 4 P P0001-PERSK='2'/X

> > 0001 06 5 P P0001-PERSK='9'

> > 0001 06 6 I INS,0006,,,(P0001-BEDDA),(P0001-ENDDA)

> > 0001 06 7 W PA0006-SUBTY='1'

> >

> > Thanks

>

> Thanks for your reply achilaka

>

> I have made the changes in your second method and it's still not working, Iit follows the current action rather than calling IT0006 Subtype 1

>

> Thanks

>

> WB

I added an /X after the 9 and it worked