Hi Team, I am trying to make the @deliverycode field in properties as a mandatory field so that the user don't forget to leave without giving any value in it. Could someone please let me know how i can do this in adobe? @DavidKangni @_Manoj_Kumar_ Thanks & Regards,Greeshma
Hi All, Thank you for all the suggestions but I have used the below code in the fields expression in delivery template and after that I am getting the leading zero.'=TEXT('||<column name>||',"000000000")' Thanks & Regards,Greeshma
Hi @Darren_Bowers The file coming from the delivery template is first stored in teh server and that server file has the leading zero for the column i mentioned. But when the same file is moved to sftp the leading is not coming.To move the file from server to sftp i have used data loading activity wi...
Hi @_Manoj_Kumar_ The flow contains only query and delivery activity and the delivery activity transition data contains leading zero but still after the delivery template runs the file doesn't have leading zero. In transition In the sftpfile
Hi All, Iam sending files to sftp with a set of values from different columns from a schema using delivery template.One of my field in schema has string value length as 9 digits. So if the number is "1234567" it is stored in the schema as "001234567". But when we see this value in the csv file from ...
Hi @Jyoti_Yadav This is the enumeration i gave for the column @deliveryCode in nms;delivery extended schema.<enumeration basetype="string" label="deliveryCode" name="deliveryCode"><value desc="Promo Group" label="Promo Group" name="Promo_Group"/><value desc="Control Group 1" label="Control Group 1"...
Yes for this process I was trying to check how that can be implemented.So how can i add the code to schema for this process is my doubt mainly.Can you please help me out in that? Thanks & Regards,Greeshma
Hi All, Is hierarchy type drop down possible in Adobe Campaign.I am trying to give multiple hierarchy drop down for a field in delivery properties. Example: Thanks & Regrads,Greeshma @_Manoj_Kumar_ @Deb_Tripathy @DavidKangni @Jyoti_Yadav
Hi All,We are trying to get mirror value from one field to another when a checkbox is checked.While trying we are getting issues as mentioned below.1. when checkbox is checked and webpage is submitted, the 2nd field (the field in which the values came as mirror from 1st field) is showing validation/...