Skip to Content
1
Dec 30, 2022 at 02:03 PM

How to fix Stable ID error?

160 Views Last edit Dec 30, 2022 at 02:31 PM 5 rev

Hello Gurus,

I added 3 segmented buttons to the Object page using the @UI.selectionVariant annotation at the metadata extension level and updating the manifest.json(Screen #1) file.

Everything works fine, but every time the Object page is loaded, errors appear in the console(Screen #2).

Can anyone help me solve this problem, please?

I would appreciate any helpful comments/tips/feedback.

Metadata Extension

@Metadata.layer: #CORE
@UI:{
  // Some annotations
  selectionVariant: [
    { qualifier: 'All',
      text: 'All' },
    { qualifier: 'PositiveValue',
      text: 'Positive Value',
      filter: 'MyGuestNumb GT 0' },
    { qualifier: 'NegativeValue',
      text: 'Negative Value',
      filter: 'MyGuestNumb LT 0' }
  ],
  // Some annotations
}

screen-1.png

screen-2.png

Attachments

screen-1.png (22.2 kB)
screen-2.png (15.1 kB)