Forked from JamesSimpson/Perfex Language Cheat Sheet
Created
October 15, 2021 16:02
-
-
Save Yuri-Lima/9a0d8c1580140db419fed3d6c2e1e3f8 to your computer and use it in GitHub Desktop.
Guide to all Perfex CRM language functions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Quick Reference Guide For Perfex CRM Language functions | |
_l('string') // Basic language conversion | |
_d('date') // Will output formatted date (Although seems to output datetime if datetime in DB) | |
_dt('datetime') // Will output formatted datetime output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment