Update input field in table with valueHelp

  • Klaus79
    Participant
      5 years, 7 months ago #18008

      How do I update value of an Input field within a table (item) which gets its data from valueHelp dialogue.

      A mapping in process designer is not possible because I need the index (of the item) where valueHelpRequest is executed to update the correct line (item).

      Have I to use a ‘script’ task? But how do I get the index?

      Mathieu Roll
      Keymaster
        Has successfully completed the online course Introduction
        Has successfully completed the online course Intermediate (200)
        Has successfully completed the online course Advanced (300)
        Has successfully completed the online course Basics (100)
      5 years, 7 months ago #18215
      Up
      1
      Down
      ::

      Hello,

      you can do this like in the Smart Maintenance Dashboard.

      Save the Source Field into a global variable from type any.

      Than get the Source Field from the variable and set the selected value.

      Klaus79
      Participant
        5 years, 7 months ago #18300
        Up
        0
        Down
        ::

        corrected row is updated now with attribute.name.

        But not I have unfortunately another issue. How is corresponding table.items-property updated with key (id).

        e.g. input field is now set to (‘System name’) but property ‘items’ of table (e.g. system_collection) has to be set to corresponding id.

        How do I manage this after confirmation of value help?

        Mathieu Roll
        Keymaster
          Has successfully completed the online course Introduction
          Has successfully completed the online course Intermediate (200)
          Has successfully completed the online course Advanced (300)
          Has successfully completed the online course Basics (100)
        5 years, 7 months ago #18411
        Up
        0
        Down
        ::

        Hello Klaus,

        like you can see in my last screenshot im using the selectedItem.KEY_EXTERNAL.FUNCTLOCATION

        So i have access to the full structure behind my table item.

        And you can do the same and access the key field of your structure and give back this one instead of the name.

      Viewing 4 posts - 1 through 4 (of 4 total)

      You must be logged in to reply to this topic.