You need to sign in to do that
Don't have an account?

Picklist erro while using lightning:recordEditForm with Order object
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:
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

It doesn't abort neither finish running. It just seems like it's stuck in a infinite loop.
Any clues?
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
It doesn't abort neither finish running. It just seems like it's stuck in a infinite loop.
Any clues?
- Allow access within Field Level Security
- Add picklist values to all recordtypes
- Add recordTypeId to the form, with and without
- Check default recordtype if it was set propery. Use that record type in the RecordTypeId parameter
- Add the picklist to all page layouts, for all profiles
- Use api version 41 (but shows nothing, probably was introduced at v42)
- Use api version 42
- Use api version 43
- Use api version 44
Nothing seems to work.
I logged a case within Salesforce but without dev support i was redirected to the forums here, but i don't think this is a dev issue but a internal RecordEditForm issue.. This is the only post i could find about this. I hope someone comes with a solution as i'm out of options.
Would be nice if the bug was fixed though :)