Fetching remote Dataset from dynamic content

CMS Version

4.3.1

Player Type

XIbo windows

Player Version

XIbo windows r406

Issue

So i wrote a script to fetch product name, itemname, category and description from Odoo Point of Sale automatically.

With the purpose of syncing price in case there’s price change.

Let’s say we use simple example like this

  1. Candy
  2. Bread
  3. Coffee
  4. Tea
  5. Mineral Water

The problem is,

from my understanding since xibo dataset input layout pinpoint to specific row number, if i happen to make changes in odoo like this by archiving the Tea product :

  1. Candy
  2. Bread
  3. Coffee
  4. Mineral Water

The row order would change and the menu would be messed up since 4 is now Mineral water

Anyway to work around this? I don’t see any option to tie to specific db entry or something like that..

Ok i kinda figure this out, so we have to play around with the filter rule, so no matter how much data gets added, it will still point to the correct entry.

I have another gripe though,

So I need to design a portrait menu, with 1080p portrait resolution i can barely see the font text,

Previously i made it with 1080p landscape and rotate the elements 90 degree, but playlist+ rich text doesn’t seem to allow rotating orientation, so i had no choice but to use 1080p portrait.

Even zooming the browser doesn’t help, is there any work around for this?