Expand my Community achievements bar.

SOLVED

Change custom form order

Avatar

Level 4

How do I change the order of a custom form using Fusion?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

}

]

View solution in original post

2 Replies

Avatar

Level 10

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

Avatar

Correct answer by
Level 4

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

}

]