scottdurow / dataverse-gen

Early-bound types generator for CDS/Dataverse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LookupAttributes are missing from the generated FormContext

humanoidcreature opened this issue · comments

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