nitenichiryu

nitenichiryu

Contact Me
Online Status
Offline
Date Last Visited
‎07-02-2023 09:34 PM
Level 2
Joined the community 15-03-2023
Rank Icon Level 2
  • Re: Sorting Opportunities for opportunitylist which has several opport...

    What I mean by "working correctly" is as follows: PreconditionUser A : 1 Opportunity(X) in the OpportunityList , which has Field93__c (May 1st, 2023). User B : 2 Opportunity (Y, Z) in the OpportunityList, Opportunity Z has Field93__c (May 1st, 2023). Expected behaviorUser A : 2023年11月1日 should be...

    image_type
    Discussions
    803 0 1
  • Sorting Opportunities for opportunitylist which has several opportunit...

    Please forgive my lack of knowledge as I have just started coding the script. I'm trying to create the script token which retrieves the date "Field93__c" in $OpportunityList and show the date which is 6 month after the date of "Field93__c".But the below script can work for the lead which has the on...

    image_type
    Discussions
    811 0 3
  • Re: If the one opportunity in the opportunityList has the value, how c...

    HI I have updated my script as follows. However, it does not work even if the lead has one opportunity.. Could you advise?#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("Asia/Tokyo") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTi...

    image_type
    Discussions
    1349 0 0
  • If the one opportunity in the opportunityList has the value, how can w...

    I want to do the followingIf the lead has the date data of "Field93__c" in the one of the opportunity in the $OpportunityList, I would like to show 6 month after date of it. And if the lead does not have date data in the any opportunity in the $OpportunityList, I would like to show the text "Contact...

    image_type
    Discussions
    1374 0 3
  • solved badge If the date field data is null, show the different message

    I want to do the following If the lead has the date data of"Field93__c" in $OpportunityList, I would like to show 2 month after date of it.If they do not have, I would like to show the text "Contact Customer Support".I created the following script token #set( $defaultTimeZone = $date.getTimeZone().g...

    image_type
    Discussions
    1536 0 4
  • solved badge Retrieve data from Google Sheets or web

    I would like to reflect the latest # of users in the mail contents every time I send the mail for the mail campaign (this e-mail will be sent every 2 weeks), I would like to do the following: 1. Share the google sheet which includes # of users2. Fetch the E13 cell data in the Google sheet via scrip...

    image_type
    Discussions
    919 0 1
  • solved badge Re: 2 months after lastactivity date in script token

    Hi Sandy,It works as expected. Thank you for your support.

    image_type
    Discussions
    2776 0 0
  • solved badge Re: 2 months after lastactivity date in script token

    HI Sandy Thank you for your comment.Could you check the below?-- PurposeTo send the marketing campaign promotion to the customers who terminates the contract e.g. The customer A : terminate the contract Jan. 1stSend the mail B on Feb 1stIn the mail B, I want to include the following statementThe spe...

    image_type
    Discussions
    2821 0 2
  • solved badge Re: 2 months after lastactivity date in script token

    Thank you Sandy and Darshil, #set($calNow = $sorter.sort($OpportunityList,"LastActivityDate"))But how should I add 2 months to ${calNow[0]}, because based on the Velocitips: Switch email content based on day/time which you shared, I tried by using "Promo expires 7 days from today" as reference, but ...

    image_type
    Discussions
    2860 0 4
  • solved badge 2 months after lastactivity date in script token

    Is it possible to create a date script token in an e-mail which shows 2 months after from the last activity date?I understand I can get the last activity date as OpportunityList.get(0).LastActivityDate.

    image_type
    Discussions
    2878 0 7

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  • Give Back 5 Give Back 5 Earned on 7.03.23 Earned by 1282 people Select to learn more
  • Ignite 5 Ignite 5 Earned on 7.03.23 Earned by 660 people Select to learn more
  • Ignite 3 Ignite 3 Earned on 6.11.23 Earned by 1174 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 3.18.23 Earned by 1977 people Select to learn more
  • Validate 1 Validate 1 Earned on 3.18.23 Earned by 687 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 3.16.23 Earned by 4364 people Select to learn more
  • Ignite 1 Ignite 1 Earned on 3.15.23 Earned by 4266 people Select to learn more
Public Statistics
Date Registered ‎03-15-2023 09:18 AM
Date Last Visited ‎07-02-2023 09:34 PM
Total Messages Posted 10