내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to save a "configured list" as a Template / Pre Configurigured List in Adobe Campaign, so that I do not have to make that layout again and again.

Avatar

Level 1

Hi,

This question is about using Adobe Campaign , Client Console.  I am bored when I have to create a configuration again and again to see data., So my question is about how to save a "configured list" as a Template / Pre Configurigured List in Adobe Campaign, so that I do not have to make that layout again and again.  See screen show attached and the end gaol i want is I should be able to log out and log back in from a new machine / new browser and still get to the same layout in some way.  Thanks  Arvind        PS:  Can adobe create a forum dedicated to Adobe Campaign.  I volunteer to moderate it, manage it if that is what it takes.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Create a custom form for this schema and apply one system filter for your schema to display the data as per your requirements

<sysFilter> <condition expr="@a=0 and  @b='TextValue'"/> </sysFilter>

You will be able to save your pain forever.

If you want to create different views for different users then use

<sysFilter name="myView"> <condition enabledIf="hasNamedRight('USERNAME')=false" expr="@a=0 and  @b='TextValue'"/> </sysFilter>

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 10

Create a custom form for this schema and apply one system filter for your schema to display the data as per your requirements

<sysFilter> <condition expr="@a=0 and  @b='TextValue'"/> </sysFilter>

You will be able to save your pain forever.

If you want to create different views for different users then use

<sysFilter name="myView"> <condition enabledIf="hasNamedRight('USERNAME')=false" expr="@a=0 and  @b='TextValue'"/> </sysFilter>