Mconneen
-
What is your preferred Data Validation Strategy.
Using the Project database template as an example, the Task object has Beginning and End dates. Logically, the End date should be greater than (or equal to) the Beginning date.…
-
Computed fields vs formula
Folks.. Here is a nifty sample to add to the Project Template.. Computed Percent Complete using: 100 * sum('Sub Project'.Task['Sub Project'.Task.Status = 3].'Sub Project'.Task.…
-
How to display subtable of subtable on master table form?
Folks.. Using the project template database as an example, if I add mulitple sub projects to the sample Garden Design project.. and add multiple tasks to each subproject,…
-
Is there a LOCAL database API?
REST API for the hosted solution is awesome. What about for LOCAL databases? For example.. Assume Clients are maintained via the "Custom CRM" template database (with workflow etc)..…
-
Please add "mouseover" capability.
Please add mouseover capability such that when the mouse hovers over a field, the "mouseover test" will pop up / appear. This is a rather common technique to display field level help text. Thoughts?