-
Welcome to FMFourms!
-
Our picks
-
New Client Story: Lab9 & ClickWorks
Ocean West posted a topic in Community Videos, Tips, & Techniques, Articles.,
New Client Story: Lab9 & ClickWorks
How do you scale internal systems to support a growing retail and service network; without losing agility?
From building their first FileMaker tool in-house back in 1993 to powering daily operations for 300+ employees today, Lab9 has always valued efficiency and innovation. When their internal platform needed a complete redesign, they partnered with us at ClickWorks.
Together, we reimagined their platform by refining design, improving day-to-day usability, and supporting teams across service, retail, and operations. It’s a collaboration that still continues today.
Read the full story here - https://www.clickworks.eu/en/case/inside-lab9-a-custom-platform-a-lasting-partnership/-
- 0 replies
Picked By
Ocean West, -
-
Claris FileMaker 2023 Under the hood webinar - June 27, 2023
rmtietge posted a topic in Announcements of FileMaker Product, Services or Resources,
On June 27, many members of the Claris Engineering team, including Lucy Chen and Clay, will join me for an under the hood look at Claris FileMaker 2023. Two sessions: 9:00 a.m. PDT and 4:00 p.m. PDT. [Register here](https://content.claris.com/claris-fm2023-webinar-uth-fmforums).-
-
- 0 replies
Picked By
Ocean West, -
-
Work flow complete before bottom of second cup of coffee.
Ocean West posted a topic in AI Programming,
The task at hand was finding an API for one of our clients that could provide a comprehensive list of their clients stores. The goal was to cross-reference this with our database, ensuring each store was accounted for. Despite my efforts, the search came up empty. However, their website presented an intriguing alternative: a detailed directory segmented by state and country.
My initial approach was to examine the website's HTML, yet this only yielded the default data. Attempts to append the URL to load data from different countries proved futile. The website's dropdown appeared to use JavaScript to pull varying data sets. My initial assumption was that each selection triggered a new query. However, upon closer inspection, I discovered a JSON object nestled just before the closing body tag. Rather than querying anew each time, the JavaScript simply drew from different arrays within this pre-loaded object.
Enter ChatGPT, OpenAI's conversational AI.-
- 0 replies
Picked By
Ocean West, -
-
[ANN] Claris Engage 2024
rmtietge posted a topic in Announcements of FileMaker Product, Services or Resources,
Claris's VP of Marketing Ann Devens just announced Claris Engage - February 6-8, 2024 on the Apple campus in Austin, Texas.
We'll share more details about registration, speaking, hotels, and exhibiting soon.
I hope to see you there!-
-
- 0 replies
-
-
Five By Six ( Wordle in FileMaker)
Ocean West posted a file in Solutions,
This is essentially a port of WORDLE built-in FileMaker there are many who are addicted to this daily challenge.
Picked By
Ocean West, -
-
-
Topics
-
Ultimate FileMaker Course - 07 - External Data Sources
By FileMaker Magazine, in ISO FileMaker Magazine
- 0 replies
- 25 views
-
- 0 replies
- 27 views
-
Unlock the Secrets of the FileMaker Clipboard with David Simpson
By Richard Carlton, in Community Videos, Tips, & Techniques, Articles.
- 0 replies
- 22 views
-
- 2 replies
- 155 views
-
MBS Plugin 15.5 for Claris FileMaker - More than 7700 functions in one plugin
By MonkeybreadSoftware, in Announcements of FileMaker Product, Services or Resources
- 0 replies
- 60 views
-
-
Blog Entries
-
By PCIPal in Productive Computing0 commentsThe Outlook Manipulator plug-in makes it easy to connect your Claris FileMaker solution with Microsoft Outlook and the new Microsoft 365 Outlook (we refer to it as Outlook Remote). Whether you want to centralize contacts, archive emails, manage calendar events, or automate communication, Outlook Manipulator gives you the tools to make Outlook an integrated part of your FileMaker workflow.
Direct Integration with Outlook Remote and Outlook Classic
Outlook Manipulator supports both modern and traditional connection methods. You can connect directly to Microsoft 365’s Outlook Remote using the Microsoft Graph API or continue using Outlook Classic installed on your desktop. This flexibility lets you choose the integration method that best fits your environment and ensures long-term compatibility as Microsoft continues to evolve its Outlook and Exchange platforms.
With direct access through the Graph API, FileMaker can communicate with Outlook Remote and Exchange data without needing the desktop application. This approach streamlines setup, improves reliability, and future-proofs your FileMaker solution.
Seamless Data Exchange and Automation
Outlook Manipulator allows you to push and pull data such as emails, contacts, and calendar events between FileMaker and Outlook. You can also automate these processes using FileMaker Server, enabling your system to synchronize data or send communications in the background.
Common uses include:
Archiving Outlook messages in FileMaker for easy searching and reporting Automating email notifications, contact updates, or event scheduling Managing meetings and sending invitations directly from FileMaker Keeping Outlook and FileMaker data updated across an entire team With both client-side and server-side options available, you can deploy Outlook Manipulator for individual users or organization-wide automation.
Streamlined Learning and Ready-to-Use Tools
To help developers and teams get started quickly, Productive Computing University offers the free Connect FileMaker to Outlook course. This hands-on training walks you through every step of setting up and using the plug-in, from installation to advanced use cases such as sending HTML emails and creating an email archive in FileMaker.
The plug-in also includes an unlocked demo file and comes preconfigured in Core CRM Pro, a free FileMaker CRM template, with built-in Outlook Manipulator scripts.
One Unified Plugin for Modern FileMaker Solutions
Outlook Manipulator brings together years of development into a single, unified plug-in that supports both local and cloud-based workflows. With support for Microsoft 365, improved authentication through OAuth, and options for automation via FileMaker Server, it provides the flexibility and reliability developers need to keep their systems current and connected.
How to Get Started
Download the demo file and plug-in, enroll in the free training course, or explore the Core CRM Pro template to see how Outlook Manipulator can transform the way your team manages communication and data.
Get the plug-in! Other products and services Productive Computing, Inc. offers:
What can PCI do for you? – overview of our services Health Assessment – a comprehensive report of your FileMaker system Consulting and Development – services billed by the hour Maintenance and Support – services billed monthly Packaged Services – Security Audit, SSL or Server Installation Plug-ins – tools to integrate with QuickBooks, Outlook, Google, and more Solutions – free customizable and scalable CRM template Claris and FileMaker Licensing – discounts on new seats and renewals FileMaker and QuickBooks Hosting – host your files in the cloud Productive Computing University – online beginner to advanced training courses Certification Programs – expert-led training, hands-on development, and personalized evaluations
The post Outlook Manipulator: Connecting FileMaker and Outlook appeared first on Productive Computing, Inc..
View the full article
-
0 commentsIn my opinion, before creating your first complex solution in FileMaker, it’s best to become familiar with the core features the environment provides. When considering how to structure your solutions — whether using a data separation model or a single file — it helps to understand how certain features can influence your decisions.
In this video, I cover the External Data Sources feature. While this feature is primarily intended for connecting to external data sources, its utility goes beyond simply linking to an ODBC or JDBC source and displaying SQL data alongside information stored within FileMaker.
For our simple launcher program, we use this feature to launch FileMaker solutions. This approach lets us store any number of solutions in a table and easily filter or locate the one we need to launch. By taking advantage of the various path options in the External Data Sources dialog, we gain insight into several benefits of how the feature works.
Click the title or link to this article to view the video.
View the full article
-
By PCIPal in Productive Computing0 commentsSee how FileMaker can use AI to perform live internet searches and return real-time company data, news, and insights. Explore how to connect FileMaker to OpenAI to gather and organize results directly within your solution.
AI models are powerful, but their training only extends to a specific date, which means they often lack awareness of recent news or developments. When you enable AI search, FileMaker can look up current information on the web and combine it with the model’s existing knowledge. As a result, you can research companies, monitor industry activity, and summarize the latest content without leaving your FileMaker solution.
With the free, unlocked demo file, you’ll learn how to extract company details from a simple email or domain, retrieve the latest headlines, and parse everything neatly into FileMaker fields. The demo also walks through how the prompts are structured and parsed with JSON, giving you a clear understanding of how AI data moves through your scripts.
In the demo, you’ll see how FileMaker can:
Research company data: Enter an email address or domain, and FileMaker uses AI to find company details, industry, employee counts, and summaries.
Retrieve current news: Pull the latest headlines and summaries related to an organization—updated in real time using AI search.
Structure responses automatically: FileMaker parses JSON results into clean, organized fields for quick access and automation. Download the free, unlocked demo file in the FileMaker Features and Free Resources course at Productive Computing University. Enroll for free to explore additional demo files that show how to use AI tools, create QR codes, connect to APIs, and more.
Get the Demo File Other products and services Productive Computing, Inc. offers:
What can PCI do for you? – Overview Video of Productive Computing Services Consulting and Development – services billed by the hour Maintenance and Support – services billed monthly Packaged Services – flat fee for Health Assessment, Server Installation, etc. Plug-ins – tools to integrate with QuickBooks, Outlook, Google, etc. Core CRM Pro – customizable and scalable CRM built on FileMaker Claris and FileMaker Licensing – discounts on new seats and renewals FileMaker and QuickBooks Hosting – options to host your files in the cloud Productive Computing University – free and paid online video training courses for beginner to advanced users and developers
The post Using AI for an Internet Search in FileMaker appeared first on Productive Computing, Inc..
View the full article
-
By Kevin Frank in FileMaker Hacks1 commentDemo file: FM-22-Pseudo-Indexing.zip (works w/ FM 16 or later) When I wrote about Sort Values and Unique Values back in 2017, I made passing reference to an article I’d written a couple years previously on the topic of “pseudo indexing“, i.e., displaying a list of unique values for a specific field for a found set, rather… Continue reading FM 22: Pseudo IndexingView the full article
-
0 commentsAs with all increasingly complex human creations, especially those that go beyond the simple steps of “1, 2, 3, and done”, it’s important to plan for a solid foundation. A well-thought-out foundation guides a project toward long-term success and easier maintenance once the initial effort has been invested.
These early investments in your technical solution cover a variety of areas, one of the most important being permissions. Controlling what can be done, and by whom, not only protects against malicious intent from outside your organization but also helps prevent the inevitable accidental mishaps that occur internally.
This video begins laying the groundwork for implementing permissions properly when building FileMaker solutions. By setting a few initial configurations, we can encourage mindfulness about what happens as users navigate layouts and perform actions within the system. Following the process shown in the video allows us to be intentional about our permissions and to test them as we move forward along the development path.
Click the title or link to this article to view the video.
View the full article
-
-
Who's Online 0 Members, 0 Anonymous, 58 Guests (See full list)
- There are no registered users currently online
