To get values in Drop down list Dynamically through Data Store Entity

I want drop down list to fill with  stored in data store entity values. Made a constant with DDG_Dynamic_ContractType--> In this Type selected Data store entity. Still not getting values.

Please guide us.

 

  Discussion posts and replies are publicly visible

Parents
  • Hi,

    Following steps can be done
    1) define your layout withing load function
    2)fetch all the values form the constant DDG_Dynamic_ContractTyp and store the value in to on local variable. this local variable should be define within the load function.
    3) Now call this local variable as choice value and choice label

    i hope this will help you

    Regards,
    Neha Dangi
Reply
  • Hi,

    Following steps can be done
    1) define your layout withing load function
    2)fetch all the values form the constant DDG_Dynamic_ContractTyp and store the value in to on local variable. this local variable should be define within the load function.
    3) Now call this local variable as choice value and choice label

    i hope this will help you

    Regards,
    Neha Dangi
Children
No Data