Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Combining two data elements to create a new data element

former_member333493
Participant
0 Kudos

I have two data elements (and domains) - one of type char10 and one of type char30. Can I combine these two to create a new data element (or domain) of type char40, so that in the future if one of the data elements/domains gets modified my new data element/domain will also change accordingly?

1 ACCEPTED SOLUTION

matt
Active Contributor

You can only do this by using a structure. There is no concept of connected data elements otherwise. Perhaps if you shared what you're trying to achieve you might get other suggestions.

2 REPLIES 2

p244500
Active Contributor
0 Kudos

Hi,

You can create custom data element with different domain, but it will not update future untill you do it manually. Any custom object will not update.

matt
Active Contributor

You can only do this by using a structure. There is no concept of connected data elements otherwise. Perhaps if you shared what you're trying to achieve you might get other suggestions.