Hi, as I use the ESPO script language, and I am finding that some functions only work in some places and that this is not documented anywhere. Right now I have to create forum entries to work out what is going on, I also forget after a few months what does and does not work. This causes me and the forum moderators a lot of work.
Can I ask that the documentation is updated to clearly state which functions work where?
I have come across the following 3 functions with specific limitations, but I am sure there are more:
Thanks very much, love the product.
Can I ask that the documentation is updated to clearly state which functions work where?
I have come across the following 3 functions with specific limitations, but I am sure there are more:
- entity\isAttributeChanged() - does not work in BPM
- entity\attributeFetched() - does not work in BPM
- targetEntity\attribute() - should not be used in BPMs, I have to use bpm\targetEntity\attribute(), even though the first one actually worked in my specific case
Thanks very much, love the product.