How to show Application Customizer extension in specific order in SharePoint online

Copper Contributor

Hi,

 

Is there any way to provide/configure the order for the Application Customizer extension in SharePoint Online?

 

Thank you in advance

2 Replies

@DJoshi2302 You should be able to control order by defining sequence attribute on the <CustomAction> element in manifest files.

 

References:

  1. CustomAction Element 
  2. How to place multiple SPFx Application customizers (created in different solutions) in top placehold... 
  3. Display order for multiple installed SPFx Extensions bottom Placeholder 

Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Hi, @ganeshsanap,

 

I tried the <CustomAction> element in manifest files but it is not working as expected, I tried the below steps:

There are 2 Application Customizer extensions:

SPFXExtension 1 (This need to show 1st)

SPFXExtension 2(This need to show 2nd) ,

 

i am adding Sequence on the below place 

 

DJoshi2302_0-1692952754302.png

 

Can you please guild me on this more to achieve order in extension