These actions made my life soo much easier thank you!
The extra columns I have to create is kind of bugging me but I guess you can’t have it both ways ![]()
But I did manage to make it so that the IDs that will be stored in the [NextParent], [PreviousParent] to delete itself by;
• Adding a New Action
Action Name: Delete the [NextParent]
For a record of this table: Parent Table
Do this: Data: set the values of some columns in this row
Set these columns: NextParent = “”
and
• Check Reset on edit for PreviousParent
because almost always you’re going to edit that copied rows right?
Also I made both [NextParent] and [PreviousParent] to a Type Enum, Base type Ref!
Just cause I didn’t like the way it looked in the specs view when its Type Ref, where it’ll give itself an arrow.
I was also wondering, is this something similar to what I have to do in order to,
move (not copy) a parent row to another existing table and move its associated child(s) to another existing Table?
Or are there easier ways for that?
Thanks again!!
