cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

check promotion item

è吕
3-Visitor

check promotion item

Hi,

How do I check if the promotion target is in the other promotion notice by using the code ?

Thanks!



1 ACCEPTED SOLUTION

Accepted Solutions
RandyJones
19-Tanzanite
(To:è吕)

maohui lv wrote:

Hi,

How do I check if the promotion target is in the other promotion notice by using the code ?

Thanks!



You can use this:

MaturityHelper.service.getPromotionNotices()

View solution in original post

4 REPLIES 4
RandyJones
19-Tanzanite
(To:è吕)

maohui lv wrote:

Hi,

How do I check if the promotion target is in the other promotion notice by using the code ?

Thanks!



You can use this:

MaturityHelper.service.getPromotionNotices()

BhushanNehe
14-Alexandrite
(To:RandyJones)

You can use wt.maturity.MaturityHelper.service.getPromotionTargets() to get the target objects and then as mentioned in the above response you can find related promotions notices using MaturityHelper.service.getPromotionNotices()

Regards,

Bhushan

Thank you.

it works,thank you.

Top Tags