Create a dynamic interface

Certified Associate Developer

Hi.

I would like to implement a system that includes the following features:

Regarding No. 3, please tell us whether it can be realized or not.

1. Create a list from a data entity containing video URLs.

2. Set up a link that will take you to some interface when you click on the list.

3. Dynamically change the video displayed in that interface based on the URL of the video registered in the list.

Thank you.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Yes, this is simple to do.

    Do you have any more specific questions?

  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Click a link from the list to the interface → pass the list information (video URL) to the interface.

    I don't have an image to realize this process.

    Does the list utilize the record list? Or create from an interface?

    Is this process realized in a process model?

    I also want to know about the components of the interface.

    Is there a way to pass a URL (or some text based data) to an interface component without basically using variables or constants?

    The external component brought by the plugin cannot accept variables and constants, and I would like to know if there is a solution.

    Please forgive me for asking something very fundamental and basic because my knowledge is shallow.

Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Click a link from the list to the interface → pass the list information (video URL) to the interface.

    I don't have an image to realize this process.

    Does the list utilize the record list? Or create from an interface?

    Is this process realized in a process model?

    I also want to know about the components of the interface.

    Is there a way to pass a URL (or some text based data) to an interface component without basically using variables or constants?

    The external component brought by the plugin cannot accept variables and constants, and I would like to know if there is a solution.

    Please forgive me for asking something very fundamental and basic because my knowledge is shallow.

Children