function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
thang thangthang thang 

How to display data separate Application

I'm working with 2 app, it connect to one object is Cus_Product.

When i insert Cus_Product from app1, i can see that product on app2 and when i insert Cus_Product from app2, i can see that product on app1.
I want when i insert on app1, i can only see data that i inserted from app1, not display data that i inserted form app2.

How can i do that?
Prashant WayalPrashant Wayal
Hi Thang,

You can create one custom field on Cus_Product object to track from which app this record is created and while displaying records, filter values based on this new field.

Hope this helps you.

Thank you,
Prashant
thang thangthang thang
Thanks 
Prashant