My .dataverse-gen.json has the following settings:
"entities": [
"account",
"contact",
"email",
"incident"
],
"actions": [],
"functions": [],
"output": {
"outputRoot": "./src/dataverse-gen"
},
"generateFormContext": true,
"generateEntityTypes": true
}
Versions I use:
"dataverse-gen": "^2.0.15",
"dataverse-ify": "^2.0.7",
"dataverse-auth": "^2.0.7"
The files are generated, I love it, the only issue is that the LookupAttributes and LookupControls are not generated for the formContext.
Do I miss something here or it's not working out of the box?
@scottdurow
My
.dataverse-gen.jsonhas the following settings:Versions I use:
The files are generated, I love it, the only issue is that the
LookupAttributes andLookupControls are not generated for the formContext.Do I miss something here or it's not working out of the box?
@scottdurow