CoreBOSBB
What is this workflow expression syntax? - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: What is this workflow expression syntax? (/showthread.php?tid=1735)



What is this workflow expression syntax? - Guido1982 - 03-18-2020

I'm researching the possibilities of automated price modification and was reading this blog. In there I came across this workflow syntax
Code:
<map>
<expression>if '$[bill_country]' == 'Spain' then 10 else 20 end</expression>
</map>
I was wondering about the '$[bill_country]' syntax. I've never seen that before. Where can we use that (and where can't we?)


RE: What is this workflow expression syntax? - joebordes - 03-18-2020

I don't think we can use that syntax anywhere. There is some strange format like that in GenDoc due to the escaping of different grammars but as far as I remember that isn't supported.

I updated the blog
thanks