displayOrder API param not working / Schema Endpoint
SOLVE
I think there may be a mistake in the docs. "displayOrder" is something you can set for each option in the options array of a dropdown property, but not for the property itself. You can see how displayOrder is used in the response example in the docs.
What you're looking at is the form to create a new object, which I believe can only be updated manually. The properties in the sidebar view of a record can also be re-ordered, but I don't think it can be done through the API. The main "View All Properties" list for a record is alphabetical within each group, and that can't be changed.
The code is correct and works fine. The problem is with the order display for this you can go to the edit form setting and change the order, set it according to your requirements.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member. Thanks!
displayOrder API param not working / Schema Endpoint
SOLVE
I think there may be a mistake in the docs. "displayOrder" is something you can set for each option in the options array of a dropdown property, but not for the property itself. You can see how displayOrder is used in the response example in the docs.
What you're looking at is the form to create a new object, which I believe can only be updated manually. The properties in the sidebar view of a record can also be re-ordered, but I don't think it can be done through the API. The main "View All Properties" list for a record is alphabetical within each group, and that can't be changed.