Hi, Is there a link to online documentation for using the web companion or web scripts, web interface or whatever it is referred to? I would like to read more infomation on how to use the web interface to update domain information or see if its possible to do via the web interface. For example I have a custom page that I would like the user to be able to modify the domain username and password and have this update OG under the domain in services. Does that make sense?
The best documentation for web development within FileMaker come with FileMaker Developer. With that you really are able to do anything you want to FileMaker databases through the web.
Well I am wanting to use your scripts, but I dont know if there is documentation on how to use them. For example adding a domain from the web or modifying it, etc, you have OG scripts to run. Or to log in you run the "Create Statement For Web" script, and can get back an XML result. I'm kind of scared to massage the Filemaker pro db directly because who knows what things are tied to what. I am just looking for documenation on the current scripts that you have available to use with the web interface.
There are no docs on the internal scripts that Optigold uses. The best thing to do is look at the source of any page that is using them, from that you can see what is able to be passed to them (field-wise), which you technically could then use in your own system.