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.
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
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.
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.