Scott Lyle Raymond Posted February 27, 2012 Posted February 27, 2012 I created a global "Notes" field, but when edited from either the iPad or the host machine, the contents don't sync over the network. In all other ways, my app is functional. Surely there's a pretty straightforward answer? EDIT: A little research has revealed that global contents are specific to single user's session. So now the question is how to make a global note sync across all devices. My guess is to create a table with one field, "Notes," and relate it to the table in my Dashboard layout containing the text box.
doughemi Posted February 27, 2012 Posted February 27, 2012 That would do it. Make the relationship between the Notes table and the current table a Catesian (X) relationship.
Vaughan Posted February 28, 2012 Posted February 28, 2012 I created a global "Notes" field, but when edited from either the iPad or the host machine, the contents don't sync over the network. In all other ways, my app is functional. Surely there's a pretty straightforward answer? EDIT: A little research has revealed that global contents are specific to single user's session. So now the question is how to make a global note sync across all devices. My guess is to create a table with one field, "Notes," and relate it to the table in my Dashboard layout containing the text box. Hey, nice recovery. Can you explain why you need that "global" notes field. Why not one note per record? There could will be record locking issues with one single note field to rule them all.
Scott Lyle Raymond Posted February 28, 2012 Author Posted February 28, 2012 Because the field exists for the sole purpose of having one notes text box on the dashboard of my UI, for employees to jot down temporary notices to each other.
Recommended Posts
This topic is 4652 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now