Skip to main content
Bharath Brahmakal (Intuit) 님이 #Customer Service에 질문했습니다
I have a requirement to make a Case Comment private/public  in the Service console. 

 

Was thinking to make use of "Ispublished" flag. But, since this field can be updated only from API, is there any other way, that the user of Salesforce can chose to set the "ispublished" field value as per his choice ?

 

Based, on this, we can select which Case comments can flow out of the Salesforce via integration to the other spoke system.

 

Use Case:

 

One case can have many comments. We display these comments to external systems via API`s

 

Out of that, the user chose to make a comment private ( or i other words, this comment, should not flow out of SFDC ) 
답변 4개
  1. 2014년 9월 12일 오후 2:22
    Jeff,

     

    I dont see Public check box field in the Case Comment Object.

     

    From the workbench, i see only the following fields:

     

    SELECT CommentBody,CreatedById,CreatedDate,Id,IsDeleted,IsPublished,LastModifiedById,LastModifiedDate,ParentId,SystemModstamp FROM CaseComment
0/9000