• Leonardo Jimenez
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi. I have the following form:

Lightning FormThe form has a button that retrieves data from an API and displays it in the fields of that form. I need that the entries that are "unknown" can be modified, the others that are disabled so the user cannot modify them.
User-added image
it should look like this:

User-added imageTThanks

Hi, I'm new to apex. I need to make a form that has a "search" button where an ID is entered. With that id it connects to an api rest (https://swapi.co/api/people/'ID HERE '/) and returns information. I only need the following information: Name, Height, Gender, Hair Color, Eye Color, URL, Planet and the Character Number. I want to keep that information in a custom object "characeter__c". Would you help me? Everything done with aura framework