Crash Course 6.6.2

0
Hi all, following along with the crash course. I’m currently at 6.6.2 and on the Employee_NewEdit section, It says there should be a radio button labeled HasAccount but It doesn’t seem to be showing up. My domain model looks like this:     And my Admin Domain Model looks like this: Employee_NewEdit page:
asked
3 answers
1

Hi Dylan,

 

It should be there but you can add it yourself as well – it’s a boolean. You could also download the module package again (5.1 introduction) to double check how it’s supposed to be.

answered
0

I just opened the package listed in the introduction (6.1) and found this domain model (which does include the HasAccount attribute on the bottom of the Employee entity):

You can either download that module package (though I think you’d need to redo some previous steps) or (perhaps simpler) add the HasAccount field to the entity yourself (and add the checkbox to the page yourself). 

answered
0

HasAccount is boolean type attribute, a part of Employee entity, so it is a radio button, u need to add it in the entity, or you can download module package and check how they have configured the attribute in the entity

answered