April 27, 200916 yr I have used SC sucessufully doing revisions by keeping one field in a parent table which tracks how many revisions are related to the record. That has working really well. My next challenge is having fields that store information about each revision such as booleans. Ideally having related child records where each record contains the information for the supercontainer URL and the data about that image in the same record would be best. Reading the documentation about portals leads me to believe this is not possible. I really want to avoid using filemaker container fields if possible. Any ideas or example files for how to proceed? Thanks, Drew
April 30, 200916 yr Drew, to show a SuperContainer document in a portal you need to use the SuperContainer plugin. Create an unstored calc of type "container" and set it to "SCGetContainer( mytable::supercontainerpath ) ". This calc will display correctly in a portal, whereas as web viewer will not.
Create an account or sign in to comment