How do I change the order of a custom form using Fusion?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I found another post referring to this that helped me out. I don't think you can call the endpoint for object categories. You have to send a call to the project level and manually update form order.
objectCategories [
{
ID: ***
categoryOrder: New
}
]
Views
Replies
Total Likes
Hello,
the order of the custom forms can be found under the endpoint OBJCAT (Object Categories).
As you can see in the API-Explorer, the corresponding object (e.g. project) is saved in the field objID and the order as an integer in the field categoryOrder.
As there seems to be no Misc Action, I would try to use the Custom API Call module sending a PUT request to update this.
But I did not try it on my own.
Regards
Lars
Views
Replies
Total Likes
I found another post referring to this that helped me out. I don't think you can call the endpoint for object categories. You have to send a call to the project level and manually update form order.
objectCategories [
{
ID: ***
categoryOrder: New
}
]
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies