I need to integarate distribution entries in dynamics gp particularly in receiving of POP module. In excel file that contains the distibution details i referenced dynamics continuum library. i was able to integrate data except that the account number value was not properly set. we know that is a composite field. anyone knows how to set the value of compsite field using dynamics continuum libray? thanks in advance. below is my code.
If nErr <> 0 Then
nErr = GPApp.SetDataValue("'Account Number' of window 'Dist_Scroll' of form 'POP_Distribution_Entry'", Range("a" & I).Value)
End If
*This post is locked for comments