Hello,
I have the following condition in the Models section:
Everything works fine. What I would like to do is instead of printing out the status code tf, or ts, etc. is to print out something more useful. Say, if statuscode == 'tf' echo Transfer to facility.
Where can I set something like this up using CC5 if its possible?
Thank you for your assistance.
I have the following condition in the Models section:
<?php return array('surplus.Surplus_status' => array('tf', 'ts', 'w', 'o'));
?>
Everything works fine. What I would like to do is instead of printing out the status code tf, or ts, etc. is to print out something more useful. Say, if statuscode == 'tf' echo Transfer to facility.
Where can I set something like this up using CC5 if its possible?
Thank you for your assistance.