Topic by Rafael Egido
Content
Hi all.
I am new in Rightnow.
I have a problem. I need to update a Contact from a custom script, but I cannot get the related object to later do the save with modified data.
If I do a query like "select * from Contact where ID = 432230" I get the data, buy if I try with fetch(432230) or querObject("select Copntact from Contact where ID = 432230") I don't get the data.
What I can doing wrong?
I only see data from the last query.
Thank you in advance.
Best regards.