0

How can I find the package necessary to reference in my model por a returned type like

smmActivityPurpose

Thank you

I compare the packages referenced in the original form, but when I create a new one and use the same data, get the following error:

edit method 'psAeditActivityPurpose' defined on 'ProdTable', referenced in data source 'ProdTable' of form 'NewForm', returns type 'smmActivityPurpose', which is not recognized. Are you missing a module reference? TestForm (USR) [Cambrica] K:\AosService\PackagesLocalDirectory\bin\XppSource\Cambrica\AxForm_NewForm.xpp 0

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
Oscar Perez
  • 111
  • 1
  • 5

1 Answers1

0

The missing package reference relates to the type smmActivityPurpose.

First identify the package by searching its name in VS, then update the package refence.

It is all explained here.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50