Kinetic UX 2025.2
I don’t know if I am doing this correctly. Please let me know if there is a better way. I am trying to recreate a dialog from our classic customization. We are importing and creating new sales lines from an XML file. If there are existing sales lines this dialog is displayed and the user can choose to append new lines, replace existing sales line or cancel the import. I have created a slide out panel with three buttons and trying to create the message with a group box and a couple of labels. The button logic is working. I want to use the number of rows in the label of the group box, this is stored in an ActionResult variable from a previous function call. How can I do this? Is there a better way?
I see, it is just like the original dialog used in classic. I was hoping to use more meaningful button names instead of the yes, no and cancel that we have in the classic customization. This gives me an option to fall back on if I don’t get what I wanted working. Thanks
Can you share how the property-set looks? You can try putting a temporary button that sets the property to determine if property-set needs fixed or if it’s just not being called at the right time.