내 커뮤니티 업적 표시줄을 확대합니다.

vinay16
vinay16
온라인
유형
  • 모두
  • 질문
  • 토론
  • 아이디어
  • 블로그
사용자 참여로 필터링
  •  내 Adobe Campaign Classic Questions 23. 1. 18.
    Hi Shubham,   Thanks for reply again and detailed explanation..   I understood your reply. However, there are other scenarios as well. It's not just about Wednesday. If you can see below scenarios and let me know the condition.   3 If X is sent on Wednesday or Thursday, Y should be sent on Friday (i...

    유형

    질문

    조회 수

    3.2K

    Likes

    0

    답글

    1
  •  내 Adobe Campaign Classic Questions 23. 1. 17.
    Hi Shubham,   Thanks for reply.   As you can see in first screenshot, I have used DateOnly() function on left side as well. Do I need to use that or not? If I use that, I will have option of using either "greater than or equal to" or "less than or equal to". If I don't use that function, I will have...

    유형

    질문

    조회 수

    3.2K

    Likes

    0

    답글

    3
  •  내 Adobe Campaign Classic Questions 23. 1. 16.
    Hi Shubham,   Thank you for detailed reply.   I have used Date only() because of that reason only.   However, I can't see "on or after" operator if I use Date only() function on both sides. I can use "greater than or equal to" only.   What I'm trying to do is below:   X email will be sent out daily....

    유형

    질문

    조회 수

    3.2K

    Likes

    0

    답글

    5
  •  내 Adobe Campaign Classic Questions 23. 1. 15.
    In addition to above comment, value date only(1 day before) is right ?   What I'm trying to do is below:   X email will be sent out daily.   Y email will be sent out on next Tuesday and Friday only.   Scenarios are like:   1 If X is sent on Monday, Y should be sent on Tuesday (next day) 2 If X is se...

    유형

    질문

    조회 수

    3.3K

    Likes

    0

    답글

    0
  •  내 Adobe Campaign Classic Questions 23. 1. 15.
    Thank you so much for reply.   Regarding filtering dimension and filtering dimension - I'll keep this in mind.   For "event date of recipient delivery logs", shouldn't I use "date only" ?    If I can use "date only" for that, operator will be "greater than or equal to". Can you plz confirm ?   Also,...

    유형

    질문

    조회 수

    3.3K

    Likes

    0

    답글

    1
  •  내 Adobe Campaign Classic Questions 23. 1. 13.
    Hi,   There are 2 workflows. 1st is for X email (welcome email) and 2nd is for Y email. X email workflow will run daily and Y email workflow will run on Tuesday and Friday only. Recipient shouldn't receive X and Y email on same day. There should be at least 1 day gap between them.   I'm trying to ch...

    유형

    질문

    조회 수

    3.3K

    Likes

    0

    답글

    15
  •  내 Adobe Campaign Classic Questions 23. 1. 9.
    How to find serverconf.xml file? I mean where can I find that?   Also, how to add .ics in that list?

    유형

    질문

    조회 수

    1.4K

    Likes

    0

    답글

    0
  •  내 Adobe Campaign Classic Questions 22. 8. 19.
    Yes, I meant to ask how to get 2nd Thursday of every month using JS inside a delivery. I have found the solution and tested it as well.   For anyone's reference, below can be used:   <% var ordinal = 2, weekday = 'Thu'; var today = new Date(); var d = new Date(today.getUTCFullYear(), today.getUTCMon...

    유형

    질문

    조회 수

    1.2K

    Like

    1

    답글

    0
  •  내 Adobe Campaign Classic Questions 22. 8. 10.
    HiThank you for reply. This will be lengthy and tricky solution. Isn't there any solution like getting current date? and then we can make necessary changes to manipulate result ?

    유형

    질문

    조회 수

    1.3K

    Likes

    0

    답글

    0
  •  내 Adobe Campaign Classic Questions 22. 8. 8.
    I'm trying to display dynamic date in email body. I was able to get dynamic date as per below --   <% function daysInMonth(today) { return new Date(today.getFullYear(), today.getMonth()+1, 0).getDate(); } var today = new Date(); %> <%= daysInMonth(today) %> <%= formatDate (today, "%Bl") %>   I...

    유형

    질문

    조회 수

    1.3K

    Likes

    0

    답글

    4