Hi,
I have a memo field "Description" in my custom schema. I wanted to display this field in my delivery.
I added this field in Query activity using "Add data" option.
But the field is not moving to next transition. I didn't get any error too.
Vapsy, hillaryc26951904, pierrec70731455, Jean-Serge Biron, guillermoL Kindly provide your feedback.
Solved! Go to Solution.
I was trying to store a long text field. So I used memo data type.
Later i tried String type with length = 2000 for field Description. This worked fine for me.
Views
Replies
Total Likes
Hi,
can you provide some printscreens plz?
Kind regards,
Pierre
Adding fields Disclaimer and Intro Feature memo fields in Query Activity
I have selected "Display target" option on the outbound query transition. I got the below result, memo fields are missing.
Vapsy, hillaryc26951904, pierrec70731455, Jean-Serge Biron, guillermoL Kindly provide your feedback.
Views
Replies
Total Likes
Is there any workaround for this bug in Adobe Campaign? pierrec70731455Vapsy hillaryc26951904 Jean-Serge Biron florentlb
Views
Replies
Total Likes
Hi,
I don't think you can display a memo since it is not an SQL field but an XML one.
you need to use some method like Substring(MyMemo,0,255)
Kind regards,
Pierre
Hello,
You cannot access memo field from Query (Additional Data) since it is not a SQL Field. You can fetch it in the Data Extraction activity where you can able to view it in Display Target (or) directly in the Script tab of the Recurring Delivery if your schema is linked to Delivery schema.
Regards,
Sri Bhargav
How do i declare XML type fields?
Do XML fields have any restriction on the size? (Like String - 255)
@pierrec70731455 Could you please share examples?
Views
Replies
Total Likes
I was trying to store a long text field. So I used memo data type.
Later i tried String type with length = 2000 for field Description. This worked fine for me.
Views
Replies
Total Likes
Views
Likes
Replies