Pierre Hébert​ is it possible to access the current item id in bindings?

Pierre Hébert​ is it possible to access the current item id in bindings? I used Dummy Binding to run a script. The script needs data to access this item by id and paint something on it’s icon. So the runScript should transmit the calling item id.

]]>

One Commentto Pierre Hébert​ is it possible to access the current item id in bindings?

  1. Anonymous says:

    < ![CDATA[

    I forgot to mention that in the documentation: when evaluating a formula in a bindings, there are two variables:


    – item : the item object being processed (hence item.getId() is what you need)


    – field: the property internal name, as found in the documentation for PropertySet. (A few fields are not yet documented neither…)

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *