User Activity

I'm creating an inbound scripted REST resource using application/json format. I've noticed that I cannot simply do the following to create an object from the data: var requestDataObj = JSON.parse(request.body.dataString); return { message: reque...
Does anyone know if it's possible to use Document ID fields in joins on Database Views?  (I know that Doc IDs behave differently to Reference fields) I'm trying to join the sys_update_xml table (cu) to sys_update_version table (ver) WHERE cu_sys_id =...