Announcement

Collapse
No announcement yet.

Documentation updates for script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Documentation updates for script

    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:
    • 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
    Also can the Formula page list all of the functions please, the targetEntity\* ones are missing as probably are others that I have not found.

    Thanks very much, love the product.
Working...
X