Hi,
I noticed we have a rule type "Move". Can someone help understand the purpose of this rule type and also an example of usage & query?
Regards,
Immanuel
Hi,
I noticed we have a rule type "Move". Can someone help understand the purpose of this rule type and also an example of usage & query?
Regards,
Immanuel
Hi Immanuel,
The idea behind a "Move" rule is that it is essentially an "Insert" rule that adds rows to any table other than the Target Table.
This rule type is optional (and mostly deprecated), because you can achieve the same functionality with an "Insert" rule or a "Manual" rule. I think some just find the "Move" rule type easier to quickly audit visually when there are multiple types of inserts being performed by a set of rules.
However, it is important to note that the 'Build Rule' button in Transform can only be used on "Delete", "Insert", & "Update" rules. For "Move" rules, you have to build the view and stored proc yourself, just like "Manual" rules.
Thanks,
Ben
Thank you Ben.
Please sign in to leave a comment.
Comments
2 comments