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

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".