Replies: 1 comment 1 reply
-
At some point, there were additional metadata called recursive priorities, which would propagate down a record (including nested subrecords) to the leaf. So, for example, There's been another request for setting priorities programmatically when importing external data: #1934. Finally, while it's not yet documented somewhere, we recently looked at the idea of having a directed merge, think So, to answer your original question, there's no such mechanism at the time being, but there are different possible solutions, that either have been already implemented but need a rework (recursive priorities) or at the design stage (directed merge). I would be eager to know which one you think would be the most useful to you. |
Beta Was this translation helpful? Give feedback.
-
I was wondering if there is an easier way to set priorities for multiple record fields. When overriding larger number of parameters, setting a priority separately for each gets very wordy.
Is there a way to set this globally or for a whole record? Or maybe some type of alternative asymmetric merge?
Beta Was this translation helpful? Give feedback.
All reactions