I have a JS function that using ajax to fire a function in server side, on the server side I create a record and I need to get the new GUID of the new record by using the guid I want to open the specific record. Can I transfer the guid that was created in the server side to the client side (client side) ? is it possible and supported?
*This post is locked for comments