I have an entity that i use as an export for changes using recurring integration (change tracking = all tables), and all tables read only
The entity has:
Main table: Line table
inner joined with Header table
outer joined with other extra tables
i'm only intereseted in changes to the first two tables and not other changes in the other tables, so i can't choose primary table for change tracking as i'm interested in two tables, and that's why i put all tables, but now it's causing issues by sending un-needed triggers. So how to make change tracking work for only the first tow tables?
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.