Default AET record must have field: AE_SECTION
Step01:
Peoplecode Action ---
If BLOCK_AET.S_FLG = "Y" Then
BLOCK_AET.AE_SECTION = "Section01"
Else
BLOCK_AET.AE_SECTION = "Section02"
End-If
Step01:
Call Section Action - dynamic tick with no Section name
Use this instead of "Do When" steps....
Comments
Post a Comment