al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

Bulk action for "Convert page control tooltip to table field tooltip"

Open jwikman opened this issue 9 months ago • 1 comments

In runtime 13.0 (BC24) there are a new code action called "Convert page control tooltip to table field tooltip", that moves a tooltip from a page to the table field.

But in an app with 1000+ tooltips, this becomes quite a lot of work to do one by one!

I would love a function that did this for the whole project. One of the challenges here, is to add some rules to decide which Tooltip to use if a table field is used on several pages.

I think we (in my product team) could live with a priority like this, where the Tooltip found first is used, and the rest is deleted.

  1. Card
  2. Document
  3. CardPart
  4. Worksheet
  5. List
  6. ListPart
  7. Any other page type

A bonus feature would be a way to identify table fields with different Tooltips in different pages, where the user can select which one to use on the table.

jwikman avatar May 23 '24 13:05 jwikman