You need to sign in to do that
Don't have an account?

Save and retrieve functionality in Managed Packages
Hi ,
I am creating a managed package X . Lets say I have a VF page which is going to fetch some records based on the user and save some records.Now a client has installed the package,so if I perform save ,then will the data be saved locally or in the master org.
Similarly I have a master org which has all the details about every client.Now if I need to fetch the client details am I supposed to use Rest API for fetching from master org .For saving to cloud am I supoposed to use RestAPI
I am creating a managed package X . Lets say I have a VF page which is going to fetch some records based on the user and save some records.Now a client has installed the package,so if I perform save ,then will the data be saved locally or in the master org.
Similarly I have a master org which has all the details about every client.Now if I need to fetch the client details am I supposed to use Rest API for fetching from master org .For saving to cloud am I supoposed to use RestAPI