コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How do I use a personaliation field (from nms:deliverycustomization) in a delivery/personalisation block?

Avatar

Level 3

Hi

I am aware I can put personalisation blocks into other personalisation blocks, or into deliveries, using something like <%@ include view='myPBName' %>

Is there an easy equivalent for personalisation fields?

Alternatively; is there a way to update personalisation block content using an 'update data' activity? I am experimenting with using the fields rather than the blocks as I was struggling to make this happen.

Thanks

1 受け入れられたソリューション

Avatar

正解者
Level 10

You can create or write into a perzonalisation block from a workflow like the following.

Here are the methods from the js api.

includeView

Reusable content blocks that can be included in the customization

Methods

Generic Methods

createCreates a new entity corresponding to a given schema.
loadLoads and returns an entity corresponding to a given schema and key.
saveSaves an entity in the database.

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 10

You can create or write into a perzonalisation block from a workflow like the following.

Here are the methods from the js api.

includeView

Reusable content blocks that can be included in the customization

Methods

Generic Methods

createCreates a new entity corresponding to a given schema.
loadLoads and returns an entity corresponding to a given schema and key.
saveSaves an entity in the database.

Avatar

Level 3

thanks David - that got me to what I needed