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

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

advanced=true in schema definition in Adobe campaign classic

Avatar

Level 4

 

 

 

@Parvesh_Parmar ,@AkshayAnand 

,@isahore ,@AndreaBriceno,@ParthaSarathy

,@ParthaS ,@Craig_Thonis ,@Manoj_Kumar_ ,@Amine_Abedour ,@Marcel_Szimonisz,@DavidKangni 

,@Amit_Kumar,@ShashankNigam02,@Ganesh5067, @Jonathon_wodnicki

@Amine_Abedour 

 

hi all,

in one schema for one attribute I observed it is mentioned  advanced="true" ....

 

Normally I JUST define schemas without advanced attribute like below just want to know why we have to use 

advanced="true" in schema

what is difference it will make if we dont use it...WHY WE have to use it

<attribute  desc="DCNS REGISTRATION TOCH ID" label="Registration touch point ID"
name="DCNS_REGISTRATION_TOCH_ID" notNull="true" sqlname="DCNS_REGISTRATION_TOCH_ID"
type="int64"/>

<attribute advanced="true" desc="DCNS REGISTRATION TOCH ID" label="Registration touch point ID"
name="DCNS_REGISTRATION_TOCH_ID" notNull="true" sqlname="DCNS_REGISTRATION_TOCH_ID"
type="int64"/>
<attribute advanced="true" desc="DCNS PREFERRED TOCH ID" label="Preferred touch point ID"
name="DCNS_PREFERRED_TOCH_ID" notNull="false" sqlname="DCNS_PREFERRED_TOCH_ID"
type="int64"/>'

 

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @DishaSharma ,

When advanced="true" is defined for an attribute, that attribute will be hidden from default structure view. However, on clicking 'Display advanced fields' (3 dots at bottom to the scroll bar) you can able to see view the attribute.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @DishaSharma ,

When advanced="true" is defined for an attribute, that attribute will be hidden from default structure view. However, on clicking 'Display advanced fields' (3 dots at bottom to the scroll bar) you can able to see view the attribute.

Avatar

Level 4

@ParthaSarathy 

understand what it does,

but what is the purpose of using this in business scenario

why developer define advanced="true"  for an attribute in schema

 

how does it help

as normally 

I JUST define schemas without advanced attribute 

so curious to understand the same

 

Avatar

Community Advisor

If you want to hide an attribute in default structure view, you can define advanced="true".