function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pavan kumar 546Pavan kumar 546 

test

what is the use of OID here and Why we use RET URL pls explain?
<body>
<form action="https://dtdcservice--DEV.cs31.my.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">
<input type=hidden name="orgid" value="00Dp00000000OXn">
<input type=hidden name="retURL" value="https://www.google.co.in/">
<input type=hidden name="recordType" id="recordType" value="01290000000i3cs"/>
Best Answer chosen by Pavan kumar 546
JustAGirlyGeekJustAGirlyGeek
Hi Pavan,

OID is used to identify the org this case record should be inserted into. I believe the retURL is the page the user will be sent to after submitting the record.