UI Action - Format for Configurable Workspace

Simanta
Tera Contributor

Hi everyone, In a UI action I am checking the Format for Configurable Workspace box so that it can be used in workspace. I captured the UI action in an update set but this selection is not getting captured in my update set, can anyone let me know if this should be done manually or is there any other way to capture this? 

Thanks!

3 REPLIES 3

Siddhesh Gawade
Mega Sage
Mega Sage

Hello @Simanta ,

 

Does the whole update entry is not capturing in update set ? or the only "

<format_for_configurable_workspace>true</format_for_configurable_workspace>" this is not capturing in you update set entry?
 
If the entry is capturing but the changes are not reflecting in target instace, I think you are missing the sys_ux_form_action for your UI action. Once you click on Format for Configurable Workspace checkbox for the first time one sys_ux_form_action also gets created, which need to be also moved with your UI action change.
 
So goto sys_ux_form_action.LIST table and search for form action for your UI action and add that using add to update set option in your update set along with UI action.
 

Kindly mark the answer ✔️ Correct or Helpful ✔️ If it addresses your concern.


Regards,

Siddhesh

Thank you, that's it! I had the same issue as OP and was missing the sys_ux_form_action.

Thank you, the sys_ux_form_action was missing.