Could not find any struct

  • anuragkumar
    Participant
      6 years, 2 months ago #14894

      Hi Team,

      Please let me know why I am not finding any of the structs or collection created by me in data types while I am trying to map a widget to a variable in the output for a business object in the process designer. I have attached a screenshot. Please refer and kindly let me know.

      Regards
      Anurag

      Attachments:
      You must be logged in to view attached files.
      Chris Bouveret
      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)
        Has successfully completed the online course Advanced (320)
        Has successfully completed the Intermediate Certification
        Has successfully completed the Advanced Certification
      6 years, 2 months ago #14905
      Up
      1
      Down
      ::

      Hi,

      for this purpose we provide a Clientside Business Object “ITIZ_Utilities” with a method named “GetSelectedSourceItem” to get the id of selected element within a table. You can see how it is used in the Example App:
      ITIZ_Template_SQL_ShoppingList
      Please see attached screenshots for how to use it

      Hope that helps
      Best Regards
      Chris

      Attachments:
      You must be logged in to view attached files.
      anuragkumar
      Participant
        6 years, 2 months ago #14896
        Up
        0
        Down
        ::

        Found that I had to add variable from data workbench. And then variables came up nicely.
        But, I wanted to know how can I bind a table data value (which is a link) while navigating to another screen.
        The link items are highlighted in below screen shot.

        Attachments:
        You must be logged in to view attached files.
        anuragkumar
        Participant
          6 years, 2 months ago #14901
          Up
          0
          Down
          ::

          @Chris, any suggestions please?

          Chris Bouveret
          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)
            Has successfully completed the online course Advanced (320)
            Has successfully completed the Intermediate Certification
            Has successfully completed the Advanced Certification
          6 years, 2 months ago #14902
          Up
          0
          Down
          ::

          Hi there,

          please elaborate further on the Problem. Are you trying to Navigate to a Detail Screen when clicking on the Link within your table? If so we are talking about a “Master-Detail”-like functionality, correct?

          anuragkumar
          Participant
            6 years, 2 months ago #14903
            Up
            0
            Down
            ::

            @Chris, I have a list of school with school name being the link element. On click of the school name I want to send the school id (i.e the first cell of the school table row) to my business object as an input. I tried using the UI Action to map the widget to a variable to store the id. This variable is then supplied as input to the business object on oninit event of Student screen. In business object I am filtering a student json list as per the school id and returning the filtering student list. I want to display this filtered student list (as per school id) in my student screen. Somehow the variable is not able to store the widget text value and my business object is getting empty input of student id. Please suggest the right approach.

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

          You must be logged in to reply to this topic.