What does that mean of Save LOV Object As Output in Button Group element

While configuring a Button Group element in vDesigner 2.0 , I came across an option called “Share Save LOV Object As Output” What does that actually mean?

If possible, can someone share a simple example or use case?

1 Like

To save LOV object as output means it stores values in entity as well with keys and after configuring we can see it in debugger as well.

1 Like

Problem Statement:

Users require greater flexibility in configuring DataOn output, as the current implementation only provides the code’s value instead of the entire object. This limitation forces users to apply additional functions to retrieve necessary data, making the process inefficient.

Solution:

To improve usability and flexibility, Designer 2.0 introduces enhanced LOV elements with new output configuration options:

LOV Object as Output: Users can configure the entire object as output instead of just the code value.
Customizable Key Names: Users can define key names for Code and Value, ensuring better alignment with application requirements.

1 Like