Hey Community!
Need some help with this little problem that involves Dataobjects and adding new columns with no values.
I've added a new column called "URLSegment" on this DataObject called EventSession, and this is generated by the Title of a different DataObject called Event. This works perfectly fine. But the thing is that this only applies the rule to add URLSegment onto future entries. Previous entries entered into the database for the dataobject EventSession are NULL and do not have a generated URL Segment.
Is there any way to auto-populate this column on the EventSession table that follows the same rule of generating a URLSegment based from the other dataobject 'Event'.
Cheers,
Stephen