cancel
Showing results for 
Search instead for 
Did you mean: 

SCRIPT TO BROWSE CODE LISTS

former_member640082
Participant
0 Kudos

Hello experts,

Can anyone help to write a script so i can configure dependency between two codelists that i created.

[Label ("Country")]element Champs:COUNTRYCode;

[Label ("City")]element Label:CITYCode;

countrycodelist="USA", "UK"

CItycodelist:"Manhatan","CALIFORNIA","London","Belfast";

SHOULD i create a on save navigation or after modify event?

and what should i write in my script ?

I am new to ABSL script language so i dont know what should i do

Thank you very much,

Sarah,

Accepted Solutions (0)

Answers (1)

Answers (1)

Vignesh_Dh
Participant
0 Kudos

Hi Sarah,

This can be achieved via both (PDI/SDK or KUT configuration).

refer below links for PDI/SDK Implementation:

PDI Impl Link 1

PDI Impl Link 2

Refer below link for KUT implementation:

KUT Impl Link

Regards,

Vignesh

former_member640082
Participant
0 Kudos

Thanks for your reply,

I saw already these blogs but i dont know why i get my two dropdown list empty whne i added them to an EC so i can add them to a standard UI should i add an inport to my EC or something.

THnaks plz answer me it's urgent

Vignesh_Dh
Participant
0 Kudos

Hi Sarah,

I am not sure what all steps you followed and what is missing from your side.

Try deploying the BCO contents to BAC and then activate all contents of the solution, it may show work.

Regards,

Vignesh

former_member640082
Participant
0 Kudos

Hello Vignesh ,

thank you for your quick response.

Well i create two BCO elements country and city, then i added them to an EC but when i wanted to do the binding i didn't get the content under my structure i dont know why .

and when i preview my EC i dont get any value