Forum Discussion
There are different options here depending on your end motive.
Do you want the data in Sales to read only or changes can only be made in the operations?
Do you intend to keep both in sync?
- Use Pipelines with a "Record Added / Updated" trigger in Sales App → "Create Record" in Operations App.
- Use cross app relationship if you just want to view Sales data inside Operations.
Option 1 (Pipelines) automatically copies data by creating new records in the Operations App whenever a record is added or updated in Sales. This gives you full control, supports conditions, and allows Operations to have independent records with extra information. However, it creates duplicate data that needs maintenance.
Option 2 (Cross-App Relationship) creates a live link between the two apps without copying data. In Operations, you can pull real-time information from Sales using Lookup and Summary fields. This maintains a single source of truth and avoids duplication, but it doesn’t automatically create new records in Operations and has limited editing capabilities.
Just know the end goal and then chose one option.