• Vitalii Kaigorodtsev 7
  • NEWBIE
  • 5 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
Task. 
1. HTTP callout response body is in JSON, always.
2.Format JSON with tabs and pads (?).
3. Put formatted JSON into a text field.

I'm confused with step 2. Please, help! 

Hello! It is possible to retrieve programmatically values of ApexCallout event type from EventLogFile object? 

Hello! I'm new in visualforce and need help.
How to resolve this bug? PageReference works but everything is going in page layout section. 
User-added image
 

Hello! It is possible to retrieve programmatically values of ApexCallout event type from EventLogFile object? 
Hey,

In VisualForce you can specify a HTML5 data attribute by adding a html tag to the front - e.g.
<apex:input html-data-attribute-name="some data"/>

We are looking at trying a lightning implementation, but similar functionality is cruitial if we are to proceed.  Is there a way to append a HTML5 data attribute to a lightning component - e.g.
<ui:inputText data-attribute-name="some data"/>

Cheers!