HI I have a script that behaves as expected in the script  editor but when 
run as a resource action behaves differently.

two things

 - a script that extracts some data from an asset collection and then 
inserts it into a different asset collection works from the script editor, 
but when run as a resource action doesnt complain or  but the data doesnt 
show up in the target graph.  (The function is tagged as dash:canWrite true 
BTW)

and  simpler case I noticed:

script  assigns a string to a variable using 

thing = `string template`

when I run console.log(thing) in the script editor it shows, as expected:
"string template"

but when I run this same code in an ADS resource action it renders it as 
"[Object object]"


And finally:
 - is there a way of invoking the resource action directly from the script 
editor 
 - is there any way of using the script debugger from a resource action, 
commit or other trigger ? 

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/766e26eb-a646-4198-be20-e00136bde019n%40googlegroups.com.

Reply via email to