32
Views
8
Comments
Dropdown menu: Building Forms Using Widgets Exercise Training

Hello,
I'm doing the 'Becoming a Webdeveloper Training' and I'm stuck at the 'Building Forms Using Widgets Exercise' part. 

In the Data tab I created an entity 'Priority' with recors, Low, Medium and High.
In the dropdown widget for setting the priority I put in the following:

  • Variable: GetProjects.List.Current.Project.Priority
  • List: GetPriorities.List
  • Options Text: Priority.Label
  • Options Value: Priority.Id


But when I save and publish the page I cannot choose anything from the dropdown menu, it remains empty. What did you do wrong/forgot?

UserImage.jpg
Gorantla Srujan Kumar

Hi @Coco van Kasteren 

Can u share OML??


2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi @Coco van Kasteren,

Basically this was not happen in generally, could you please share some screenshot or possible OML so we check the code.


Regards,

Rajat

UserImage.jpg
Coco van Kasteren

Thanks for checking

EmployeeDirectory_CvK.oml
UserImage.jpg
Coco van Kasteren
2023-04-16 15-25-31
Krishnanand Pathak

Hi Coco,

Input parameter projectId & filter is missing. 

Oml attached for reference.

Thanks
Krishnanand Pathak

EmployeeDirectory.oml
2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi,

I changed your OML, why you added in the priority aggregate project entity.


Priority entity will we like this. Here we are using this for list no need to add any condition and all.

Please check below OML.


Regards,

Rajat

EmployeeDirectory_CvK.oml
UserImage.jpg
Coco van Kasteren

Thank you :)

2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi @Coco van Kasteren,

So your issue resolved, satisfied with solution or still exist.


Regards,

Rajat

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.