• Pradeep Kumar (www.pradyblog.com)
  • NEWBIE
  • 10 Points
  • Member since 2016
  • pradyblog.com


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
When i run sfdx force:source:push, i get following error. Even -g and -f option do not work.
PROJECT PATH ERROR ──────────────────────────────────────────────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── N/A An unexpected error occurred. Please include this ErrorId if you contact support: 1349018468-7095 (-272920636) (2264:13) N/A exceeded the allowed number of fields to track on a given entity (2316:13) force-app\main\default\layouts\CaseTracker__c-Case Manager Layout.layout-meta.xml In field: relatedList - no CustomField named EmailMessage.Case_Manager__c found (89:19) force-app\main\default\objects\CaseTracker__c.object-meta.xml exceeded the allowed number of fields to track on a given entity force-app\main\default\layouts\ApprovalDetail__c-Approval Detail Layout.layout-meta.xml In field: field - no CustomField named ApprovalDetail__c.Case_Manager__c found (13:26) force-app\main\default\layouts\Comment__c-Comment Layout.layout-meta.xml In field: field - no CustomField named Comment__c.Case_Manager__c found (13:26)
I am building an Intelligent Assistance with Live Agent Chat. It automatically suggest possible answers to agent and Agent can just select any one (when agent select any response, it is sent to chat box) to send response to customer. There is a case of decision tree when Intelligent Assistance need to ask question in form of Yes or No from customer. I want to do this by rendering button or link for Yes / No to customer and when customer clicks on that a JavaScript function should be called to call a Web Service endpoint.

In Summary what i need (at agent chat box end) is to be able to send a HTML + CSS + JS formated text from Agent side of chat to Customer and Customer should be able to click on Yes / No link or button.

When i try pushing a HTML, CSS, JS formatted text automatically in chat at agent side, it is rendered to Agent as well as Customer chat window as text and not properly formatted. Any idea how to customize / custom code Live Agent chat to achieve this?

Please help!!
I am building an Intelligent Assistance with Live Agent Chat. It automatically suggest possible answers to agent and Agent can just select any one (when agent select any response, it is sent to chat box) to send response to customer. There is a case of decision tree when Intelligent Assistance need to ask question in form of Yes or No from customer. I want to do this by rendering button or link for Yes / No to customer and when customer clicks on that a JavaScript function should be called to call a Web Service endpoint.

In Summary what i need (at agent chat box end) is to be able to send a HTML + CSS + JS formated text from Agent side of chat to Customer and Customer should be able to click on Yes / No link or button.

When i try pushing a HTML, CSS, JS formatted text automatically in chat at agent side, it is rendered to Agent as well as Customer chat window as text and not properly formatted. Any idea how to customize / custom code Live Agent chat to achieve this?

Please help!!