i m getting registration failed error while triggering on "RM_TRX_Post_Cash_Receipts of form RM_Batch_Entry".
below are the parameter listed in 2016 sdk !
inout RMShadowTables IO_RMShadowTables;
inout 'Distribution Batch Information'IO_DistBatchInfo;
inout table GL_DP_Distribution_TEMP;
inout table RM_Cash_WORK;
inout table MC_RM_Transactions;
inout table RM_Customer_MSTR;
inout table Batch_Headers;
in boolean fPostToGL;
in 'TRX Source' IN_TRX_Source;
in long I_DonePosting;
could some one gives out the exact parameter list ??
*This post is locked for comments
I am looking for the latest Microsoft Dynamics GP 2018 Core procedue signature.
Please proivde the link..
hi mariano
can you help me out with a question from the below link
Mario, you are worth your weight in gold for this :)
Here you go:
{ Public RM_Post_Cash_Integration_Script ******************************************************************************** * (c) 2000 Great Plains Inc. ********************************************************************************* * PARAMETERS * IO_RMShadowTables The structure with the shadow table references * IO_DistBatchInfo The structure of information needed to post to GL * table GL_DP_Distribution_TEMP The temp table caontaining GL posting information * IO_rgfBooleanParms The list of posting settings which determine if GL is posted to. * I_sBatchSource These are the three key fields needed to reread the * I_sBatch payment work record before posting to CM * I_sPayment * 'TRX Source' The audit trail code * * DECRIPTION * This script Used to intgrate into RM Cash Posting. This script will be called within the SQL Server * database transaction for batch and transaction level posting. This script will also be run for * Non-SQL file handlers. * *********************************************************************************** *} inout RMShadowTables IO_RMShadowTables; inout 'Distribution Batch Information' IO_DistBatchInfo; inout table GL_DP_Distribution_TEMP; inout table RM_Cash_WORK; inout table MC_RM_Transactions; inout table RM_Customer_MSTR; inout table Batch_Headers; in boolean fPostToGL; in 'TRX Source' IN_TRX_Source; in long I_DonePosting; optional inout table CM_Transaction_Temp;
Hi Mariano ,
Thanks for the reply it was helpful,
could you also post the parameter list of " RM_Post_Cash_Integration_Script "
Its a global script.
The latest parameter list signature is as follows:
{* ******************************************************************************** * (c) 1998, 1999 Great Plains Inc. ********************************************************************************* * * Script Name: RM_TRX_Post_Cash_Receipts * * PARAMETERS * IO_RMShadowTables The structure with the shadow table references * IO_DistBatchInfo The structure of information needed to post to GL * table GL_DP_Distribution_TEMP The temp table caontaining GL posting information * IO_rgfBooleanParms The list of posting settings which determine if GL is posted to. * I_sBatchSource These are the three key fields needed to reread the * I_sBatch payment work record before posting to CM * I_sPayment * 'TRX Source' The audit trail code * * DECRIPTION * This script performs the updating of the permanent tables from the shadow tables. * The Bank Rec posting is performed in this script. The process will return an error if a * problem occurred and we need to retry. * * PRECONDITIONS * Cannot be in a transaction * * POSTCONDITIONS * * TABLES * GL_DP_Distribution_TEMP * * STRUCTURES * IO_RMShadowTables * IO_DistBatchInfo } inout RMShadowTables IO_RMShadowTables; inout 'Distribution Batch Information' IO_DistBatchInfo; inout table GL_DP_Distribution_TEMP; inout table RM_Cash_WORK; inout table MC_RM_Transactions; inout table RM_Customer_MSTR; inout table Batch_Headers; in boolean fPostToGL; in 'TRX Source' IN_TRX_Source; in long I_DonePosting; optional inout table CM_Transaction_Temp; optional in integer nCallerID; optional out string sMsg; optional in integer nUseBatchDate;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,134 Super User 2024 Season 2
Martin Dráb 229,928 Most Valuable Professional
nmaenpaa 101,156