Takes 3 parameters, FieldBase, Fields, SearchTerms
Upgrade Notes
In order to Upgrade an existing copy of Moxie.Build V4 or V5 to the most recent version of V5, you can use the Upgrade example files found in the Tools folder to help automate upgrading multi-service systems, or you can just replace the following files/folders: Moxie.exe Moxie.dll Default.dll /DBStore/BuiltIn.* /Lib /Public/BuiltIn /Templates/Admin /Templates/Clean /Templates/Default /Templates/Default5 /Templates/Report
For small and simple procedures that are not expected to grow in complexity over time, simple routing based on URL parameter values from a [Pull] directly from the Request query is sufficient and requires less code. For complex procedures that are expected to grow and evolve over time, a larger more robust foundation for the routing should be used.
In this example, we use a plain old Moxie.Build system and compare it to the MEAN Stack equivalent by building two functionally equivalent versions of a fleshed out To Do List Application. Both versions utilize local user authentication, a relational database system and the security measures found in typical production-level applications on the web today.
Takes two parameters, Source and Search
Takes two parameters, Source and Search
Takes two parameters, Source, Match
Takes two parameters, Source and Search
Takes one parameter, Name
Takes two parameters Command, Options
Takes one existing Source value, and two parameters, Search, NewVal
Takes two parameters, Source, Search
Takes two parameters, Source, Search
Takes one parameter, Source
Takes two parameters, Source , Search
Has one parameter, Options
Has two parameters: Source, Options
Takes two parameters, Source, Match
Takes three parameters, FilePath, Start, Len
Takes two parameters, Source, Search
Has two parameters: Source, Name
A command to help build spreadsheets
Takes five parameters, FieldBase, Destination, Action, Source, IfLenFld
Takes two parameters, FileName, Options
Takes 10 parameters, FieldBase, From, To, Subject, Body, bMerge, AttachName, AttachPath, Slow, IfLenFld
Takes 6 parameters, Location, Mode, Class, bNoHeader, bNoAutoAlign, bNoIDTags
Takes four parameters, FieldBase, Destination, Source, IfLenFld
Takes six parameters, FieldBase, GroupByField, Destination, Action, Source, IfLenFld
Takes 5 parameters, Location, Mode, Class/ID, Init, bNoAutoAlign
Takes two parameters, PathToFile, Options
Takes two parameters, ChildTableName, Mode
Takes two parameters, ChildTableName, Mode
Takes no parameters.
Takes one parameter, Status
Has six parameters, UniqueParent, DestField, FieldBase, UniqueChild, EmbedFields, Options
Takes one parameter, FieldName
Takes three parameters, ChildTableName, ParentTableName, Mode
Takes three parameters, ChildTableName, ParentTableName, Mode
Takes three parameters, FolderPath, Action, Source
Takes three parameters, Destination, Action, Source
Has no parameters
Has 4 parameters, Destination, Action, Source, Value
Takes one parameter, ServerLogText
Takes a variable number of conditional statements to compare against a single source
Takes 5 parameters, DestinationQuery, SourceQuery, DestinationMatchField, SourceMatchField, Mode
Takes one parameter, the text of the exception to throw.
Prerequisites: This page assumes that you have already set up your Moxie.Build server and logged in as an admin user. This page covers some of the basics that are involved in using the Content Management aspects of the Moxie.Build system.
A single Windows OS can host many instances of Moxie.Build, these steps will guide you through the setup process.
Parameter must first specify only looking at Parents ( PARENT ) or only looking at Children ( CHILD ). The remainder of the parameter should be the table and field name you are after in the form of TableName.FieldName.
A Public Method may be called from any other Procedure, by the Default plug-in as part of the CMS.
Parameter is the table and field name that you want to sum in the form of TableName.FieldName. The specified Table must be a Child of the calling Record.
Takes 1 Parameter which is the Table name that you want to count the Attached Records in. The specified Table must be a Child of the calling Record's Table.
Takes two parameters, User and Password
Takes one parameter
Takes one parameter
Takes two parameters, Source, Search
Takes two parameters, Source, Match
Takes two parameters, Source, Match
Takes two parameters, Source , Search
Takes two parameters, Source, Search
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
Cloudflared Tunnel exposes applications running on your local web server on any network with an internet connection with an outbound tunnel that connects directly to Cloudflare's edge network without the need to configure inbound firewall rules.
Cloudflare automatically provides free client-facing certificates for your domain, even if using their free service. In addition, they provide free Origin Certificates to encrypt the connection between Cloudflare and your origin Moxie.Build server. Use this article if you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.
This utility program manages a server install with one or many Moxie.Build services running by taking care of nightly tasks via a scheduled task.
Takes two parameters, Source , Search
Takes no parameters.
The Setup Table controls aspects that can be changed while the server is running, and is intended to contain both Moxie.Build specific values as well as application specific.