Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sandford,So, would I need to eliminate the all the code after line 7 altogether (below), or is there an adjustment that can be made to the already current code?I also noticed that in the scripting there were these two items, that being ContractDate and Created At. We are trying to determine a mor...
Hi Sandford, I hope I got this correct. So, I applied this code below:#set( $interestingProductCodes = ["NEW AUTO CE12","SECURED OTHER GOODS CE12","REC VEHICLE OE","SECURED OTHER GOODS OE","PCU USED VEHICLE","PCU USED VEHICLE JR MEETING","PCU NEW VEHICLE","NEW AUTO ALTERN IL","USED AUTO ALTERN IL","...
Hi Sandford,Do you mean placing it here after the second #end in the code?#set( $interestingProductCodes = ["NEW AUTO CE12","SECURED OTHER GOODS CE12","REC VEHICLE OE","SECURED OTHER GOODS OE","PCU USED VEHICLE","PCU USED VEHICLE JR MEETING","PCU NEW VEHICLE","NEW AUTO ALTERN IL","USED AUTO ALTERN I...
Hi Darshil,Apologies. Per yours and Sandford's feedback see below:#set( $interestingProductCodes = ["NEW AUTO CE12","SECURED OTHER GOODS CE12","REC VEHICLE OE","SECURED OTHER GOODS OE","PCU USED VEHICLE","PCU USED VEHICLE JR MEETING","PCU NEW VEHICLE","NEW AUTO ALTERN IL","USED AUTO ALTERN IL","USED...
Hi Darshil,The "Product" field has the product code data:Hope this helps.Lucas
Hi Darshil,I just did and this is very good to know. I will try this later today and let you know. Should I apply this immediately after the following code below, before the two #end lines? See below:#set( $interestingProductCodes = ["NEW AUTO CE12","SECURED OTHER GOODS CE12","REC VEHICLE OE","SECUR...
Hi Darshil,This is starting to make more sense. I checked off the items on the right in the script editor then applied the token code you provided into the email. When I previewed using a specific account that only had one loan, it is still not showing the currentpayment amount.See screenshot below:...
Hi Sandford,Basically, every time a member opens a new product account it's housed under the CO category of CCU Account. To answer your question, yes, the CO is named CCU Account with these display names. I just want to create two separate custom tokens to pull CurrentPayment and NextDueDate display...
Hi @SanfordWhiteman , so I have been playing with the different coding examples you provided and I am still unable to get the token to show the value in the Current Payment field. I have a question, regarding the interesting product code #set you placed (line 1).#set( $interestingProductCodes = ["NE...
I have but again, I am a beginner in Velocity and Java so it's a little difficult to wrap my head around it. I have an understanding of the code below, but what I want to know is how do I get the "Current Payment" to display based on the criteria of this code. I do not see anything in the code that ...