Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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.