exact online - When syncing my model within Invantive Control for Excel I get the error "Could not find parameter with name 'P_SCHEME_CODE' -


when try synchronise model retrieving gl account classification information exact online, following error:

itgensdf031: not find parameter name 'p_scheme_code':

what should change in order work?

related sql query on exact online table glaccountclassifications:

select division_code ,      glclassification_code_attr ,      glaccount_code_attr   glaccountclassifications  glaccountscheme_code_attr = :p_scheme_code order     glaccount_code_attr ,      division_code 

the query listed uses :p_scheme_code. sql work, invantive control parses query retrieve list of fields metadata. needs know parameters , find values them in invantive control list of parameters defined in model editor under "parameters" in tree.

in invantive control use parameter in query need use $p{p_scheme_code} instead of :p_scheme_code. $p{p_scheme_code} can inserted in query hand or using building blocks drop down , choosing defined parameter.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -