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

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
해결됨

Need to create an individual field directly in the schema without an associated class or field group

Avatar

Level 3

Hi All,

 

As provided in the documentation of AEP, all fields in an XDM schema must be provided by its class or a field group that is compatible with that class, but I have a use case in my project where I need to create an individual field directly in the schema without an associated class or field group. Can anybody suggest if there is some way by which we can achieve it?

 

In the screenshot below, I have 6 in-built fields fetched from XDM Individual Profile Class, I want a field called 'XYZ' as the 7th field in this schema (without adding it in a fieldgroup or associated class). Please let me know if this can be achieved.

 

xyz.png

주제

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

@SD_11 You cannot modify the default field structure to add your field, it has to be added via a predefined field group or custom field group. 

 

Edited to correct, meant you cannot modify. 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Employee

@SD_11 You cannot modify the default field structure to add your field, it has to be added via a predefined field group or custom field group. 

 

Edited to correct, meant you cannot modify. 

Avatar

Employee

If you do create a field into the schema it will appear underneath the tenant object.  It will not appear in the root (global) listing of the schema.

Avatar

Employee

@brekrut True that, fixed my typo 🙂

Avatar

Level 3

Just to understand more, why exactly would you like to "create an individual field directly in the schema without an associated class or field group". 

The whole point of having field Groups and class, is to honour the OOPS Paradigm and have dependency management. Hence, it is always good to create a field assigned to (custom) field group.