Expand my Community achievements bar.

vinay16
vinay16
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 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...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 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....

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    5
  • 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...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • 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,...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    1
  • 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...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    15
  • How to find serverconf.xml file? I mean where can I find that?   Also, how to add .ics in that list?

    Type

    Questions

    Views

    689

    Likes

    0

    Replies

    0
  • 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...

    Type

    Questions

    Views

    712

    Like

    1

    Replies

    0
  • 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 ?

    Type

    Questions

    Views

    769

    Likes

    0

    Replies

    0
  • 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...

    Type

    Questions

    Views

    801

    Likes

    0

    Replies

    4
Top badges earned by vinay16
Customize the badges you want to showcase on your profile