Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Case-1 When there is data in CO it works fine.Case-2 When the lead data is not having CO table it display blankPlease suggest for case-2 to display default value zero is possible or not.
Hi San,The code is working fine with condition but one minor issue i am facing.It display blank not ZERO if there is no data. Can you please suggest again if anything need to change in above code?Also, email delivery time is taking extra minutes here.
I wan to create token as email script with default value zero.defualt value for those lead/custom objects whose property is either not exists or null.If this is incomplete statement then I can add only this details: - I have created custom objects with link id i.e. one to many mapping. I am using th...
For the property custom objects I want to print default value set as 0. Because in email script token default value not working it display custom objects property tag as a token. Hence, please suggest what approach I need to apply or where should I start data parse in custom objects or lead objects ...
I am trying to create property reference with lead standard objects with lead custom objects using variable as a property reference. In lead objects, I have only link id named as contactid which is linked to custom objects table name as activityI want this to be achieved ( $leadobjects.customobjects...
Hi San,I have implemented after that email is getting soft bounced with below errorSystem send failure: Velocity transform failed: ; The nested exception is: org.apache.velocity.exception.ParseErrorException: Encountered "
I want to check empty value in custom objects(field xyz) as well as empty in lead standard ( i.e. not in custom table).I am not checking non empty for the field xyz property .And abc field is link id with lead standard in Marketo. which is related with xyz as a child field.And for empty value in cus...
Hi San,Actually, I want to access one field from custom objects i.e. XYZbut when I am using custom objects field XYZ with If condition it jumps to else condition only.Hence, In result I am getting error with default value as script token in email for those lead which is not in custom objects. And ...
1. created variable $a to store value and2. In if condition checking value is not empty than print the value