please eplain about sharing option in user data extention.
thankyou
Hello Abhishek,
What type of UDX are you trying to share across elements? Forumla-based UDX cannot be shared, since they will reference properties or results that are only available for a given element. The other types can be shared across elements.As for added value, it can help with duplication of effort, if there is some user-defined property that you want to include for multiple elements. This allows a user to create a UDX once and share it, rather than create the same UDX over and over again.
Hello Ankit,
I was using Formula-based UDX.
I have updated the 'Can we share Formula-based UDX?' section related to your query in the following wiki article -
Creating Formula-Based User Data Extensions
Thanks.