활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
How to set the "reply to" for a delivery dynamically through workflow?
around the lines of delivery.mailParameters.replyAddress = 'david@test.com';
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Hello @david--garcia
You can try this.
var delivery=nms.delivery.load("DELIVERY_TEPMPLATE_PRIMARY_KEY");
delivery.mailParameters.replyAddress="david@test.com";
delivery.save();
Let me know if that works.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
I already tried that before posting the question.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수