Task and contact script testing mode

From Planfix
Revision as of 12:56, 3 July 2024 by Dmitri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Testing mode for task and contact scripts lets you test if a specific task or contact meets the conditions to trigger a script. If it doesn't, you can figure out why. To activate the testing mode, click on the flask icon:

kPyN1U.jpg

After you have activated the testing mode, you will be able to select an object to test at the top of the script settings window:

22Gpf2.jpg

Once you have selected an object and started testing, planfix will outline each condition in green or red in the selection parameters. A green outline means that the condition is met for the object you selected, while a red outline implies that it is not met:

LHhKZ8.jpg

The line containing the logical expression that links the conditions is also outlined. A red outline indicates that the object does not meet the selection parameters or the conditions of the logical expression, and the script is therefore not triggered:

nTdf4d.jpg

If the selected object for testing is from another process that is not covered by the current script, a special information message will be displayed:

FgyOV4.jpg

How testing mode is used

  • Sequentially review each condition outlined in red. Adjust the condition or the values of the tested object (task, contact) so that the condition is met.
  • Repeat the test.
  • Continue these processes until only the conditions outlined in green are still present in the testing mode.


Go To