Skip to Content
Author's profile photo Alessandro Iannacci

Create a dependent dropdown without context mapping

The aim of this document is to create a dependent dropdown with an alternative procedure instead of using the context mapping.

Suppose to have a BO (MultiCode.bo) with two fields CATEGORY and SUBCATEGORY

Step 1.

Capture.PNG

Step 2.

Select the BO->subcategory field and change the codelist props by pointing to the new created dataset

Select the BO_subcategory field and change the codelist props.PNG

Step 3.

Create the query based on subcategory BCO

Create query on subcategory BCO.PNG

Step 4.

Create and register the event handler

Create the event handler.PNG

Create the script.PNG

Register Event handler.PNG

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Jayant Saini
      Jayant Saini

      Hi Alessandro,

      I was trying to replicate this but confused as you may have missed some of the steps to achieve the dependent drop-down. Can you please elaborate a bit more.

      Thanks,

      Jay