philip zhu 5/19/2021 8:16:56 PM

changing RM apply date

Hi there, I have been doing RM apply using econnect taRMApply please see below:

exec dbo.taRMApply
@I_vAPTODCNM = @APTODCNM,
@I_vAPFRDCNM = @APFRDCNM,
@I_vAPPTOAMT = @APPTOAMT,
@I_vAPFRDCTY = @APFRDCTY,
@I_vAPTODCTY = @APTODCTY,
@I_vAPPLYDATE = @APPLYDATE,
@I_vGLPOSTDT = @GLPOSTDT,
@O_iErrorState = @ErrorState output,
@oErrString = @ErrString output

now I made a mistake by setting the @APPLYDATE to the Due Date, while it actually should be the payment document date.

my question is, to make correction, can i do mass update via SQL to the RM20201 table.

thank you!

 

Version: GP 2015
Section: Dynamics GP


Table Definition Quick Links
All Tables
SOP Tables
RM Tables
GL Tables
POP Tables
HR Tables
PM Tables
UPR Tables
IV Tables
Olympic Tables
3