Loading
ただいま大変多くのお問い合わせをいただいており、ご連絡までにお時間を頂戴しております続きを読む

Chat interactions do not create Case records

公開日: Jun 1, 2026
説明

Note: Salesforce Live Agent (Legacy Chat) was retired on February 14, 2026. This article is provided for reference for legacy implementations.


When using a Chat pre-chat form or deployment API to automatically create Cases, the Agent accepting the Chat must have permission to write to all of the configured fields, otherwise it will proceed without creating the Case.

Example pre-chat configuration:

<input type="hidden" name="liveagent.prechat.findorcreate.map:Case" value="Subject,CaseSubject;Status,CaseStatus;Origin,CaseOrigin" />
<input type="hidden" name="liveagent.prechat.findorcreate.map.doCreate:Case" value="Subject,true;Status,true;Origin,true" />
<input type="hidden" name="liveagent.prechat.findorcreate.showOnCreate:Case" value="true" />
<input type="hidden" name="liveagent.prechat.findorcreate.saveToTranscript:Case" value="CaseId" />


In the above example from a pre-chat Visualforce page, we are populating the automatically created Case with Subject, Status and Origin.

If the Agent answering the chat does not have write access to these fields, the Case will not get created.

解決策

The issue is caused by the answering Agent not having write access to the relevant fields.

Either:

1. Update the Agents' profile to include write access to the Case fields that are configured in the pre-chat/deployment API

OR

2. Create Permission Sets for the Agents to include write access to the Case fields that are configured in the pre-chat/deployment API 




 

ナレッジ記事番号

000381885

 
読み込み中
Salesforce Help | Article