• Rithvik Singh
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hey guys, I was testing my bot and it give me this error:-

There was a problem communicating with the bot. c2c.ChatbotApiException: Chatbot api https://bot-runtime-api.sfdc-chho0.svc.sfdcfc.net/v5.0.0/bots/0Xx5j000000HBHLCA4/sessions response code 500, response body Close

Anyone who can help on this?

I am creating two object(Account-Case) with master-details relationship. Now Business requirment is like this: The record in these object should be in Ratio (1:4). Like 1 Record of the Master Object should be 4 record of the Child Object (PS: Not more than 4).

And now the record (data) will be store in MONTH wise. Like each month should only store 4 record. The user should get an error when he try to insert 5th record in any month at any time. He can modify or delete the record but he cannot add 5th record at any month. Each month should only contain 4 record.

 

If anyone has any suggestion to this problem of Ratio (1:4) and month-wise record. Pls Suggest.
PS: Only required answer through Validation rule and Flow. Doesn’t required of triggered base answer.