‎2014 Oct 30 4:27 PM
Hi,
I am using FM SO_OBJECT_INSERT for inserting a URL, it is working fine.
My requirement is to to update the URL next time when my program is run.
I am using SO_OBJECT_UPDATE but I am unable to get the result i.e URL is not updating.
Please share any ideas what to be passed in SO_OBJECT_UPDATE
Regards,
Rafi
‎2014 Oct 30 6:11 PM
Hi Rafi,
To Update URL, are you using folder id's to get exact location where you want to update your url.
Get the folder id (SO_FOLDER_ROOT_ID_GET ) then update your url.
it may not solve your issue but you will get some idea i think.
Regards,
Divvis
‎2014 Oct 31 9:01 AM
Hey Divvis,
Thanks for your valuable reply.
I am already passing FOLDER ID, OBJ CONTENT as well, but there is no update in the URL.
Some parameter is missing which I am unable to get it.
Regards,
Rafi