web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Analytics Distribution Issue

(0) ShareShare
ReportReport
Posted on by 4,130
Hello,
I am using eConnect SQL SP, trying to execute taAnalyticsDistribution SP for a SOP transaction 
already entered in GP

usually eConnect SP return error number if not succeeded,with the code below, it does return any error.
not sure what i am missing, any help appreciated


DECLARE	@return_value int,
		@O_iErrorState int,
		@oErrString varchar(255)

EXEC	@return_value = [dbo].[taAnalyticsDistribution]
		@I_vDOCNMBR = N'INV0007',
		@I_vDOCTYPE = 3,
		@I_vAMOUNT = -200,
		@I_vACTNUMST = N'000-4100-00',
		@I_vaaAssignedPercent = 100,
                                @I_vaaSubLedgerAssignID = 1,
		@I_vDistSequence = 16384,
		@I_vaaTrxDim = N'TEST',
		@I_vaaTrxDimCode = N'TEST1',
		@O_iErrorState = @O_iErrorState OUTPUT,
		@oErrString = @oErrString OUTPUT

SELECT	@O_iErrorState as N'@O_iErrorState',
		@oErrString as N'@oErrString'

SELECT	'Return Value' = @return_value

*This post is locked for comments

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Dan Liebl Profile Picture

Dan Liebl 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans