Skip to main content

Notifications

Microsoft Dynamics GP (Archived)

Parameter of a dexterity procedure

Posted on by 323

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

  • ansfiroz Profile Picture
    ansfiroz 5 on at
    RE: Parameter of a dexterity procedure

    I am looking for the latest Microsoft Dynamics GP 2018 Core procedue signature.

    Please proivde the link..

  • HasibRahman Profile Picture
    HasibRahman 323 on at
    RE: Parameter of a dexterity procedure

    hi mariano

    can you help me out with a question from the below link

    community.dynamics.com/.../276519

  • Tim W Profile Picture
    Tim W 2,925 on at
    RE: Parameter of a dexterity procedure

    Mario, you are worth your weight in gold for this :)

  • Suggested answer
    Mariano Gomez Profile Picture
    Mariano Gomez 26,225 on at
    RE: Parameter of a dexterity procedure

    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;
    
  • HasibRahman Profile Picture
    HasibRahman 323 on at
    RE: Parameter of a dexterity procedure

    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.

  • Verified answer
    Mariano Gomez Profile Picture
    Mariano Gomez 26,225 on at
    RE: Parameter of a dexterity procedure

    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;
    


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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,134 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,928 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans