GoZync5

Glossary

GoZync5.Glossary History

Hide minor edits - Show changes to output

November 04, 2014, at 07:09 PM by 98.245.117.26 -
Changed line 7 from:
-> '''Butterfly''' - Used to describe the type of relationship graph used in GoZyncMobile where from one context (the GoZync table occurrence) you can manipulate both hosted and local records. When you're on the GoZync table occurrence you're at "the center of the butterfly".
to:
-> '''Butterfly''' - Used to describe the type of relationship graph used in GoZyncMobile where from one context (the GoZync table occurrence) you can manipulate records in both the hosted and mobile files. When you're on the GoZync table occurrence you're at "the center of the butterfly".
June 11, 2014, at 11:44 PM by 50.132.85.96 -
Added lines 6-7:

-> '''Butterfly''' - Used to describe the type of relationship graph used in GoZyncMobile where from one context (the GoZync table occurrence) you can manipulate both hosted and local records. When you're on the GoZync table occurrence you're at "the center of the butterfly".
June 30, 2013, at 07:50 PM by 50.132.84.245 -
Added lines 13-14:
-> '''GTRR''' - Shorthand for the "Go To Related Record" script step.
June 30, 2013, at 07:49 PM by 50.132.84.245 -
Added lines 7-8:
-> '''Child''' - The related table occurrence in a parent-child pair. For example, an "Invoice" is a record made of an invoice record and one or more invoice line item records. The table "Invoices" is the parent and the table "Invoice Lines" would be the child.
Changed lines 21-22 from:
-> '''Primary TO or Parent TO''' - The parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the configuration of GoZyncHosted: "child" TOs are indented in that list.
to:
-> '''Primary TO or Parent TO''' - The parent table occurrence for your entity. For example, an "Invoice" is a record made of an invoice record and one or more invoice line item records. The "Invoice" table is the Primary or Parent TO. It is a list of Zynced primary TO layouts you see in the configuration of GoZyncHosted: "child" TOs are indented in that list.
June 30, 2013, at 07:47 PM by 50.132.84.245 -
Changed lines 19-20 from:
-> '''Primary TO''' - The parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the configuration of GoZyncHosted: "child" TOs are indented in that list.
to:
-> '''Primary TO or Parent TO''' - The parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the configuration of GoZyncHosted: "child" TOs are indented in that list.
June 29, 2013, at 01:59 PM by 50.132.84.245 -
Changed lines 5-6 from:
-> '''API''' - "Application Programming Interface" - These are scripts written so developers can tell GoZync what to do without getting deep into all the scripts that do it. =) More on the idea of an API from %newwin% [[http://en.wikipedia.org/wiki/API | wikipedia]].
to:
-> '''API''' - "Application Programming Interface" - These are scripts written so developers can tell GoZync what to do without having to modify all the scripts that do it. =) More on the idea of an API from %newwin% [[http://en.wikipedia.org/wiki/API | wikipedia]].
June 29, 2013, at 01:58 PM by 50.132.84.245 -
Changed lines 9-10 from:
-> '''Foreign Key''' - the primary key from another table, used inside a child table to link records together. So if we have Invoices and Invoice Line Items, the line items table contains a field for the invoice id: that is, the foreign key in the line items table.
to:
-> '''Foreign Key''' - the primary key from another table, used inside a child table to link records together. So if we have Invoices and Invoice Line Items, the line items table contains a field for the invoice id: that is the foreign key in the line items table.
June 25, 2013, at 09:44 PM by 108.38.141.66 -
Changed lines 21-22 from:
-> '''Source Layout''' - The layout were we get
to:
-> '''Source Layout''' - The layout were we get the data during a sync. So when we're pulling, this is a layout prefixed with "gzh_". When pushing the source is prefixed with "gzm_".
June 25, 2013, at 09:33 PM by 108.38.141.66 -
Deleted lines 16-17:
-> '''Package''' - The text object GoZync created to represent your entity when syncing. Think of it as a textual description of the record. You can see an export package on the inbox layout of GoZyncHosted.
Changed lines 19-20 from:
-> '''Primary TO''' - The parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the dashboard of GoZyncHosted.
to:
-> '''Primary TO''' - The parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the configuration of GoZyncHosted: "child" TOs are indented in that list.

-> '''Source Layout''' - The layout were we get

May 26, 2013, at 10:10 PM by 184.78.159.107 -
Changed lines 15-16 from:
-> '''Mothership''' - our shorthand name for your hosted solution. We use this name because it (correctly) implies that your mobile solution is usually / should be a much simpler, mission-specific, version of your, more complicated, hosted solution: the "%newwin% [[http://en.wikipedia.org/wiki/Mother_ship | mothership]]."
to:
-> '''Mothership''' - our shorthand name for your hosted solution. We use this name because it (correctly) implies that your mobile solution is usually / should be a much simpler, mission-specific, version of your, more complicated, hosted solution: the "%newwin%[[http://en.wikipedia.org/wiki/Mother_ship | mothership]]."
May 26, 2013, at 10:10 PM by 184.78.159.107 -
Changed lines 15-16 from:
-> '''Mothership''' - our shorthand name for your hosted solution. We use this name because it (correctly) implies that your mobile solution is usually / should be a much simpler, mission-specific, version of your, more complicated, hosted solution: the "mothership."
to:
-> '''Mothership''' - our shorthand name for your hosted solution. We use this name because it (correctly) implies that your mobile solution is usually / should be a much simpler, mission-specific, version of your, more complicated, hosted solution: the "%newwin% [[http://en.wikipedia.org/wiki/Mother_ship | mothership]]."
May 26, 2013, at 10:09 PM by 184.78.159.107 -
Added lines 15-16:
-> '''Mothership''' - our shorthand name for your hosted solution. We use this name because it (correctly) implies that your mobile solution is usually / should be a much simpler, mission-specific, version of your, more complicated, hosted solution: the "mothership."
December 19, 2012, at 11:10 PM by cm - minor edits and clarifications
Changed lines 5-10 from:
-> '''API''' - "Application Programming Interface" - these are scripts written so developers can tell GoZync what to do without getting deep into all the scripts that do it. =) More on the idea of an API from %newwin% [[http://en.wikipedia.org/wiki/API | wikipedia]].

-> '''Entity''' - More than a record, an entity is the database's depiction of a real-world object, usually comprising more than one record. So a "contact" is an entity comprised of a contact record and possibly one or more address records. An "invoice" is  comprised of the invoice record, one or more invoice line item records, and perhaps several related photo records. GoZync is transactional at the "entity" level. Whole entities are passed from mobile to host and back so you never have a "partial" entity-- an invoice with only some of it's line items, for example.

-> '''Foreign Key''' - the primary key from another table, used inside a child table to link records together. So if we have Invoices and Invoice Line Items, the line items table contains a field for the invoice id: that is the foreign key in the line items table.
to:
-> '''API''' - "Application Programming Interface" - These are scripts written so developers can tell GoZync what to do without getting deep into all the scripts that do it. =) More on the idea of an API from %newwin% [[http://en.wikipedia.org/wiki/API | wikipedia]].

-> '''Entity''' - More than a record, an entity is the database's depiction of a real-world object, usually comprising more than one record. So a "contact" is an entity comprised of a contact record and possibly one or more address records. An "invoice" is  comprised of the invoice record, one or more invoice line item records, and perhaps several related photo records. GoZync is transactional at the "entity" level. Whole entities are passed from mobile to host and back so you never have a "partial" entity-- an invoice with only some of its line items, for example.

-> '''Foreign Key''' - the primary key from another table, used inside a child table to link records together. So if we have Invoices and Invoice Line Items, the line items table contains a field for the invoice id: that is, the foreign key in the line items table.
Changed lines 15-22 from:
-> '''Package''' - the text object GoZync created to represent your entity when syncing. Think of it as a textual description of the record. You can see an export packages on the inbox layout of GoZyncHosted.

-> '''Primary Key''' - this is the unique ID or serial number for your record. A contact's ID in a contact's database. This is probably a field you're already using to relate tables to each other.

-> '''Primary TO''' - the parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the dashboard of GoZyncHosted.

-> '''TO''' - short for "table occurrence" - a representation of a table on the "Relationships" tab of "Manage / Database"
to:
-> '''Package''' - The text object GoZync created to represent your entity when syncing. Think of it as a textual description of the record. You can see an export package on the inbox layout of GoZyncHosted.

-> '''Primary Key''' - This is the unique ID or serial number for your record. A contact's ID in a contact's database. This is probably a field you're already using to relate tables to each other.

-> '''Primary TO''' - The parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the dashboard of GoZyncHosted.

-> '''TO''' - Short for "table occurrence" - a representation of a table on the "Relationships" tab of "Manage / Database"
December 10, 2012, at 05:08 AM by cm - clarifying edit
Changed lines 7-8 from:
-> '''Entity''' - More than a record, an entity is the database's depiction of a real world object, usually comprising more than one record. So a "contact" is an entity comprised of a contact record and possibly one or more address records. An "invoice" is  comprised of the invoice record, one or more invoice line item records, and perhaps several related photo records. GoZync is transactional at the "entity" level. Whole entities are passed from mobile to host and back so you never have a "partial" entity-- an invoice with only some of it's line items, for example.
to:
-> '''Entity''' - More than a record, an entity is the database's depiction of a real-world object, usually comprising more than one record. So a "contact" is an entity comprised of a contact record and possibly one or more address records. An "invoice" is  comprised of the invoice record, one or more invoice line item records, and perhaps several related photo records. GoZync is transactional at the "entity" level. Whole entities are passed from mobile to host and back so you never have a "partial" entity-- an invoice with only some of it's line items, for example.
Changed lines 17-20 from:
-> '''Primary Key''' - this is the unique ID or serial number for your record. A contacts's ID in a contact's database. This is probably field you're already using to related tables to each other.

-> '''Primary TO''' - the parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of zynced primary TO layouts that you see in the dashboard of GoZyncHosted.
to:
-> '''Primary Key''' - this is the unique ID or serial number for your record. A contact's ID in a contact's database. This is probably a field you're already using to relate tables to each other.

-> '''Primary TO''' - the parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of Zynced primary TO layouts you see in the dashboard of GoZyncHosted.
July 08, 2012, at 03:02 PM by 50.132.84.245 -
Changed lines 19-20 from:
-> '''Primary TO''' - the parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records.
to:
-> '''Primary TO''' - the parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records. It is a list of zynced primary TO layouts that you see in the dashboard of GoZyncHosted.
July 08, 2012, at 03:01 PM by 50.132.84.245 -
Added lines 5-6:
-> '''API''' - "Application Programming Interface" - these are scripts written so developers can tell GoZync what to do without getting deep into all the scripts that do it. =) More on the idea of an API from %newwin% [[http://en.wikipedia.org/wiki/API | wikipedia]].
July 07, 2012, at 08:24 PM by 50.132.84.245 -
Added lines 7-8:
-> '''Foreign Key''' - the primary key from another table, used inside a child table to link records together. So if we have Invoices and Invoice Line Items, the line items table contains a field for the invoice id: that is the foreign key in the line items table.
Added lines 15-16:
-> '''Primary Key''' - this is the unique ID or serial number for your record. A contacts's ID in a contact's database. This is probably field you're already using to related tables to each other.
July 07, 2012, at 12:45 AM by 50.132.84.245 -
Deleted lines 6-7:
-> '''Device''' - An iPhone, iPad, or Laptop running FileMaker.
July 07, 2012, at 12:44 AM by 50.132.84.245 -
Added lines 7-8:
-> '''Device''' - An iPhone, iPad, or Laptop running FileMaker.
July 07, 2012, at 12:44 AM by 50.132.84.245 -
Changed lines 17-19 from:
-> '''Transaction''' - see the article "[[transactional]]".
to:
-> '''Transaction''' - see the article "[[transactional]]".

-> '''UUID''' - A "universally unique id"; see our article on "[[UUIDs
]]".
July 07, 2012, at 12:43 AM by 50.132.84.245 -
Changed lines 3-6 from:
...for things we might not have been explicit about elsewhere

-> '''Entity''' - more than a record, an entity is the database's depiction of a real world object, usually comprising more than one record. So a "contact" is an entity comprised of a contact record and possibly one or more address records. An "invoice" is  comprised of the invoice record, one or more invoice line item records, and perhaps several related photo records. GoZync is transactional at the "entity" level. Whole entities are passed from mobile to host and back so you never have a "partial" entity-- an invoice with only some of it's line items, for example.
to:
...for things we might not have been explicit about elsewhere.

-> '''Entity''' - More than a record, an entity is the database's depiction of a real world object, usually comprising more than one record. So a "contact" is an entity comprised of a contact record and possibly one or more address records. An "invoice" is  comprised of the invoice record, one or more invoice line item records, and perhaps several related photo records. GoZync is transactional at the "entity" level. Whole entities are passed from mobile to host and back so you never have a "partial" entity-- an invoice with only some of it's line items, for example.
July 07, 2012, at 12:42 AM by 50.132.84.245 -
Added lines 1-17:
!! Some useful definitions...

...for things we might not have been explicit about elsewhere

-> '''Entity''' - more than a record, an entity is the database's depiction of a real world object, usually comprising more than one record. So a "contact" is an entity comprised of a contact record and possibly one or more address records. An "invoice" is  comprised of the invoice record, one or more invoice line item records, and perhaps several related photo records. GoZync is transactional at the "entity" level. Whole entities are passed from mobile to host and back so you never have a "partial" entity-- an invoice with only some of it's line items, for example.

-> '''GZH''' - GoZyncHosted.fmp12

-> '''GZM''' - GoZyncMobile.fmp12

-> '''Package''' - the text object GoZync created to represent your entity when syncing. Think of it as a textual description of the record. You can see an export packages on the inbox layout of GoZyncHosted.

-> '''Primary TO''' - the parent table occurrence for your entity. For example, "Invoice" in a record made of an invoice record and one or more invoice line item records.

-> '''TO''' - short for "table occurrence" - a representation of a table on the "Relationships" tab of "Manage / Database"

-> '''Transaction''' - see the article "[[transactional]]".
(855) SEEDCODE
[email protected]
Follow us: