cancel
Showing results for 
Search instead for 
Did you mean: 

Can custom events be used in dynamic actions?

mh97
Contributor
0 Kudos

Hi all,

I am in a situation where I think dynamic actions might help, but I can't figure out how to make it work. I just searched this forum and found no threads on this feature. Has anyone tried it, or have some inside knowledge about how to use it?

My first question is, can I use custom events in the action formula? Such as:

Action Formula:

IF(ISNULL(STORE@Counter) OR STORE@Counter<1, 'EVT_1', 'EVT_2')

Action Code:

DYN(IF(ISNULL(STORE@Counter) OR STORE@Counter<1, 'EVT_1', 'EVT_2'))

Thanks for any help on this!

Margaret

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

it is not possible to have Customer Events in your formula because this formula contains the events like for Ex .Next,Next1,Skip (mya be Push buttons or toolbar buttons) but its nort possible to get thier values in the formula by dragging from right side when you giving the formula .

Regards,

Govindu

mh97
Contributor
0 Kudos

Hi Govindu,

Thank you for confirming my conclusion about using custom events. (Not that it makes me happy...)

But can you give an example of a valid action formula and describe the effect? Thanks,

Margaret

Former Member
0 Kudos

Hi Margaret, hi Govindu,

I face the same situation. What are these dynamic actions good for, anyway?

What would be a valid formular for a dynamic action?

Can somebody give an example?

Thanks a lot and kind regards,

Benni

Answers (2)

Answers (2)

mh97
Contributor
0 Kudos

It appears the answer is 'no'.

0 Kudos

Does anyone have any examples on how to use dynamic actions.