Actions
Feature proposal #2444
closedIF substitutions not using API to check values
Feature proposal #2444:
IF substitutions not using API to check values
Description
For instance if you're using CB Query Field and and if statement of cb_query="1" then cb_query will always be null due to not existing in user object as it's dynamically generated and can only be gotten through getField API. The IF statements should be using getField (the CBuser class object is provided anyway) with the output as PHP so integrations such as CB Query Field will provide results to compare against.
Files
Actions