HI, All!
We have BPC 10 NW.
We are trying to call a macro which one calls a DATA MANAGER PACKAGE LINK. Unfortunately, we receive an error when we try to run. When we run the package link from EPM AddIn button, it is working well. May anybody help us?
MACRO:
Sub Botão12_Clique()
Dim EPM As New FPMXLClient.EPMAddInAutomation
EPM.DataManagerRunPackageLink "Projeta Meta Compra Venda1", "Projeta Meta Compra Venda1"
End Sub
ERROR:
Visual Basic Microsoft error:
Error in execution time '-1073479167 (c0040201)':
Data not found at tab (UJD_PACKAGE_LINK)
It seems that we didn't insert the package link ID... When we look at Package Link List (see attached), we saw Name and Description... And where can we see the ID?
Best regards,
Ana Teresa