William Richardson
William Richardson
Ok, I think I have it worked out. I cloned the project and addressed the issues I was having. In the process, I hopefully fixed (and didn't break) some other...
@julienma, yes this fork should work with the sign-in flow and the add-to-slack flow. I was originally using #32, and then I switched to #34. #34 was working well for...
In a recent conversation with Slack support, I learned that directing the oauth2 authorization request to the Slack team subdomain is a perfectly valid practice and is the only way...
Hey @emptyflask , I don't know how I missed this post (sheepish-grin). I've been working on the future-version-4 and have been buried in IO madness for several days, so I'm...
Good question - I need to update the docs with this info. The Rfm gem requires any version of Filemaker Server that offers the XML API with the fmresultset XML...
Yes and Probably. Filemaker Server 13 serves up the fmresultset grammar and XML just fine. I'm guessing Filemaker Server 14 does as well, but I haven't used it yet.
@kjohnston , yes absolutely 😃. I've just recently acquired access to a FM Server 16 for testing, so I'll check it out. However, as far as I know, there are...
The star character should work, but I usually use the equals '=' character to omit all records with nothing in the field. In Rfm, that would look like this... ```...
Hi @m44rten , glad the Gem is working for you! Version 4 of RFM will have some significant changes. Most notably, it splits the query code, the xml parsing, and...
Thanks @Willem-Jan , those are good points. I suppose the Filemaker Admin API is another item for this list. I'm assuming the Filemaker 17 XML API has not added the...