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
NLTNLT 

in creation of 'web to case' how can be know that 'web to case' belongs to particular organization?

William TranWilliam Tran
Each organization has a unique ID and that ID is embedded in the request/response:

<input type=hidden name="oid" value="00DU0000000I8W2">

As a common practice, if your question is answered, please choose 1 best answer. 
But you can give every answer a thumb up if that answer is helpful to you. 

Thx