Hi,
I have a typescript v2 function that updates ontology object. When I preview and run the function to update the objects, is the real data updated? How about when I publish and run the function?
Thank you,
Hi,
I have a typescript v2 function that updates ontology object. When I preview and run the function to update the objects, is the real data updated? How about when I publish and run the function?
Thank you,
When previewing functions, the ontology modifications you see are not applied to real data. After you publishing an ontology edit function, you will need to hook it up to an action type. Once you have an action type, you just need to execute it from a workshop app, an OSDK app, etc. for the edits to apply.