Could not find any struct
-
anuragkumar
5 years ago #14894Hi 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
AnuragAttachments:
You must be logged in to view attached files.Chris Bouveret
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
5 years ago #14905::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 itHope that helps
Best Regards
ChrisAttachments:
You must be logged in to view attached files.anuragkumar
5 years ago #14896::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.Chris Bouveret
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
anuragkumar
5 years ago #14903::@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.
You must be logged in to reply to this topic.