Custom Logic

The Custom Logic folder in the Administration menu consolidates Grids that are related to any custom code that is written for a particular environment. There are three types of Custom Logic available: Events, API, Validation, and Report.

Prerequisites

Developing Custom Logic is intended for Administrators and an understanding of PHP language and syntax is required. You must also be aware of language compatibility for the version of PHP installed on the web server. For logic that requires querying other data, an understanding of SQL is necessary, particularly variants specific to your database platform.

Wrappers in Custom Logic

Users can create Wrappers for use in Custom Logic using the functionality found in the PHP cURL command. These Warppers can make accessing data in Custom Logic/Reports fair easier.

  • curl_exec cannot be used within Custom Logic, and Users should use curlExec() instead.

 

Related content