この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi All,
Use Case:
I have to send an email to customers who have purchased items. I have to send email with item image links which customers have purchased.
Approach followed:
I have created two schemas for this Order, OrderLineItem. I have followed the below steps in workflow.
Issue:
The above approach works fine when each variable itemNameImage in collection holds value whose size is less than 255. When it exceeds size 255, campaign throws error as in screenshot below.
Any help would be great !!
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Hi Santhosh,
I'd suggest reviewing the following thread which goes through numerous solutions for this. It's for Campaign Classic but the premise is the same. Standard string fields will only allow a max of 255 characters and there isn't a way to change that. So the only option would be to change the field at the schema level to a data type that allows for more than 255 characters.
You'll need to update the field at the schema level to something like a LongValue.
Regards,
Craig
表示
返信
いいね!の合計
Please check the length of the itemNameImage field, I think the length is restricting.
表示
返信
いいね!の合計
Thanks for the reply @raj_mandalapu
Yes, The length of itemNameImage is getting restricted by default to 255. But i want to store more than 255 characters. The problem is i am not able to change the itemNameImage field length in Enrichment activity. Please share your input if this collection field "itemNameImage" length can be changed.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
Yes, the temp table field length is 255 characters, so because of this, it is trimming additional characters, but I dont see JS step to create temp tables in Adobe Campaign Standard
Please check this link, there are multiple options to create the temp table
表示
返信
いいね!の合計
Hi Santhosh,
I'd suggest reviewing the following thread which goes through numerous solutions for this. It's for Campaign Classic but the premise is the same. Standard string fields will only allow a max of 255 characters and there isn't a way to change that. So the only option would be to change the field at the schema level to a data type that allows for more than 255 characters.
You'll need to update the field at the schema level to something like a LongValue.
Regards,
Craig
表示
返信
いいね!の合計