Hi everybody,
I have a custom segment with a set of values.
Something like:
-- Custom segment values:
value1
value2
value3
But I would like to attach some extra information to each of those values, in the sense that, per value, you would have a couple of extra fields with related information.
Which is basically what you can do with a custom record.
Where you have field 1, which acts as the name and what you see displayed on a given forms when you create a field of that custom record type, but, when you open the record itself, you can see any other fields that the given custom record might have.
So, I would like to do the same but using custom segment, which what is required for the functionality.
I know whenever you create a custom segment, a custom record gets automatically generated and attached to that custom segment.
But I am not sure whether in that custom record that gets generated makes sense to add a field.
Specially since I want each of those fields to be for each ocurrence, for each of the values that I have added to the custom segment.
Meaning getting something like:
Custom segment values:
value1 ---- field value 1.1 , field value 1.2
value2 ---- field value 2.1 , field value 2.2
value3 ---- field value 3.1 , field value 3.2
I haven't played around that much yet because I have gotten corrupted segments after applying some alledglely "incorrect setup" which led to unexpected behaviour, so I want to be careful with the steps taken on that regard.
Any suggestions?
Thanks in advance!