Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

URL feed to DOM instance

Solved567 views22nd April 2024LCA low code apps URL feed url parameter
0
Jonas Kockx [SLC] [DevOps Enabler]203 22nd April 2024 0 Comments

Hi

I’m trying to feed a DOM instance to a form in Low-Code apps using the URL feed as described here: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Specifying_data_input_in_URL.html 

My unencoded JSON input is:

{“version”:1,”components”:[{“cid”:1,”select”:{“object manager instances”:[“334ea9a5-e3d2-4c60-82d9-373fcb9b70ae”]}]}}

Edit: Also tried the following which was not working either

{“version”:1,”feed”:[{“object manager instances”:[“334ea9a5-e3d2-4c60-82d9-373fcb9b70ae”]}]}

I’ve used (https://onlinejsontools.com/url-encode-json) to encode this to:

%7B%22version%22%3A1%2C%22components%22%3A%5B%7B%22cid%22%3A1%2C%22select%22%3A%7B%22object%20manager%20instances%22%3A%5B%22334ea9a5-e3d2-4c60-82d9-373fcb9b70ae%22%5D%7D%5D%7D%7D

And used this together with my DMS URL, application ID (4191d1ff-2c63-4d38-85b6-e0510a64e486) and page name (URL%20feed) to create this link:

https://slc-h67-g02.skyline.local/app/4191d1ff-2c63-4d38-85b6-e0510a64e486/URL%20feed?data=%7B%22version%22%3A1%2C%22components%22%3A%5B%7B%22cid%22%3A1%2C%22select%22%3A%7B%22object%20manager%20instances%22%3A%5B%22334ea9a5-e3d2-4c60-82d9-373fcb9b70ae%22%5D%7D%5D%7D%7D

However, the form is not showing any DOM instance when navigating to this URL.

Am I doing something wrong? Thanks in advance for looking into this.

Kind regards

Jonas

Jonas Kockx [SLC] [DevOps Enabler] Selected answer as best 22nd April 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Gilles Bara [SLC] [DevOps Enabler]6.80K Posted 22nd April 2024 0 Comments

Hi,

It’s currently not possible to directly feed a component directly through the url. This functionality is currently limited to the dashboards webapp through an url like /dashboard/#/db/mydashboards.dmadb?data={version:1,”feed“: {“object manager instances”:[“module_id/instance_id”]}}.

A current workaround in LCA would be to have an intermediate feed between the URL and the form component, as preselecting values in feeds from the URL does work in LCA. So your solution would look something like this:

Where you can preselect a value in the dropdown through: ?data={“version”:1,”feed”:null,”components”:[{“cid”:dropdown_id,”select”:{“object manager instances”:[“module_id/instance_id“]}}],”feedAndSelect”:{}}

Jonas Kockx [SLC] [DevOps Enabler] Selected answer as best 22nd April 2024
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs