CoreBOSBB

Full Version: What is this workflow expression syntax?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?)
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