• Vinothini Rajan
  • NEWBIE
  • 10 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies
Hello All,

Below datetime formatting suddenly not working properly. Below lines returns next year 2022.

DateTime lstUptDate = DateTime.newInstanceGmt(Date.today(), Time.newInstance(0, 0, 0, 0));
System.debug(lstUptDate.formatGMT('YYYY-MM-dd\'T00:00:00\''));


20:12:14.1 (2360027)|USER_DEBUG|[2]|DEBUG|2022-12-29T00:00:00
Hi All,

Currenty our data storage limit exceeded and looking for an option to storage some data outside salesforce and only read/display them in SF. Would like to know various options/suggestions from you. 

Thank you!!
Hello,

SOAP Web Services which was working before suddenly fails in both Sandbox and Production.

Error : System.CalloutException: Web service callout failed: Failed to deserialize value 'NULL', due to:For input string: "NULL"

As a admin i'm struggling to find what went wrong. Guide me in finding the cause.
Hello All,

Is there a option to hide Notes from Upload files --> Related Files section for community users.
 
User-added image
Hi All,

I'm looking for a help. I implemented Direct to Agent in our Sandbox with chat button language as "Dutch".

When the assigned agent is offline and when other agent in the button is online the chat window is in Dutch as expected.

But when the assigned agent is online, the chat window language is not set. It appears in default language English.
In the URL of the chat window Language Param is empty on debugging,

https://sample.salesforceliveagent.com/content/s/chat?language=&org_id=00D3N000000xxxx&deployment_id=5723N000000xxxx&sid=a1532e1a-947d-4c82-a587-a5f40bf98eb2#deployment_id=5723N000000xxx&org_id=00D3N000000xxxx&button_id=5733N000000xxxk&session_id=a1532e1a-947d-4c82-a587-a5f40bf98eb2

Did anyone else have the same issue. Is there any solution?
Hello All,

Below datetime formatting suddenly not working properly. Below lines returns next year 2022.

DateTime lstUptDate = DateTime.newInstanceGmt(Date.today(), Time.newInstance(0, 0, 0, 0));
System.debug(lstUptDate.formatGMT('YYYY-MM-dd\'T00:00:00\''));


20:12:14.1 (2360027)|USER_DEBUG|[2]|DEBUG|2022-12-29T00:00:00