• Adan Santos 7
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hey guys!

Since Winter '19 start running on my org I've been facing a weird error.
If I try to get picklist values standard or custom ones from Order object using recordEditForm as shown on code below:
<lightning:recordEditForm objectApiName="Order" >
        <lightning:inputField aura:id="status"
                              fieldName="Status"/>
</lightning:recordEditForm>

I'm getting a generic error with some random id, while debugging with Lightning Inspector I can see an aura://RecordUiController/ACTIONS&getPicklistValuesByRecordType action under the section RUNNING 

User-added image
It doesn't abort neither finish running. It just seems like it's stuck in a infinite loop.

Any clues?
Hey guys!

Since Winter '19 start running on my org I've been facing a weird error.
If I try to get picklist values standard or custom ones from Order object using recordEditForm as shown on code below:
<lightning:recordEditForm objectApiName="Order" >
        <lightning:inputField aura:id="status"
                              fieldName="Status"/>
</lightning:recordEditForm>

I'm getting a generic error with some random id, while debugging with Lightning Inspector I can see an aura://RecordUiController/ACTIONS&getPicklistValuesByRecordType action under the section RUNNING 

User-added image
It doesn't abort neither finish running. It just seems like it's stuck in a infinite loop.

Any clues?