Oscar Perez
Oscar Perez

Reputation: 111

SCM missing reference

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

Upvotes: 0

Views: 91

Answers (1)

Jan B. Kjeldsen
Jan B. Kjeldsen

Reputation: 18061

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.

Upvotes: 1

Related Questions