44
Views
4
Comments
Solved
Dynamic Action Execution
Question
Service Studio Version
11.12.6 (Build 51684)

Hello All,

In my application (traditional) , i have the below list record. In this, are displayed dynamically some coupons.(these are marked with red colour)

Also i have add a tag with label "Προβολή" (marked with blue colour). This tag will be linked with an action, in which the coupon value will be inserted as input parameter.

The end user will select the desired coupon (marked with red) and then will click then tag with label "Προβολή" (marked with blue colour).

Any suggestion/advise how to implement it?

Note that the coupons, as i describe above, calculated dynamically.

Thanks in advance.

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi George,


There you go.

I have a list of users and I'm saving the UserId when clicking on an element list. On your case you should save the coupon code in a variable.

When clicking on the second button, you can see that I'm using the value stored in the variable to show. You should use it according to your needs.


Kind Regards,
João

TraditionalWebSandbox.oml
2018-10-29 08-31-03
João Marques
 
MVP

Hi George,


I presume your Get_Delta_Sinopsi query that you bind to the list has an attribute with the coupon code, right?

In that case, whenever you click on the element list, you can save the coupon code in a local variable.

And then use the value stored in that local variable on the action triggered when you click the tag below.


Kind Regards,
João

UserImage.jpg
George M

Thanks for your fast reply! Yes, you are right.

Can you provide an example oml for your suggestion?

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi George,


There you go.

I have a list of users and I'm saving the UserId when clicking on an element list. On your case you should save the coupon code in a variable.

When clicking on the second button, you can see that I'm using the value stored in the variable to show. You should use it according to your needs.


Kind Regards,
João

TraditionalWebSandbox.oml
UserImage.jpg
George M
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.