Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
How do I check if the promotion target is in the other promotion notice by using the code ?
Thanks!
Solved! Go to Solution.
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()
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()
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.
