Support Developer Posted August 5, 2022 Share Posted August 5, 2022 Hi, we are getting an exception back from the API when we try and create an invoice. Sage.Accounting.Exceptions.Ex10013Exception: The transaction values are invalid. at Sage.Common.Rules.ErrorMethodRuleAction.DefaultInvalidRuleAction() at Sage.Common.Rules.RuleAction.PerformAssociatedAction(ValidRuleAction validRuleAction, InvalidRuleAction invalidRuleAction) at Sage.Accounting.TradeLedger.TradingInstrumentValidationCoordinator.ValidGrossValue(ValidationRuleInfo validationRuleInfo) at Sage.Accounting.TradeLedger.TradingInstrumentValidationCoordinator.ValidInstrumentValues(ValidationRuleInfo validationRuleInfo) at Sage.Accounting.TradeLedger.TradingInstrument.ValidateInternal() at Sage.Accounting.SalesLedger.SalesInvoiceInstrument.ValidateInternal() This is presumably being triggered when we call salesInvoiceInstrument.Validate();. Does anyone know what a Ex10013Exception is? On inspection, we can't see anything wrong with the values that we are passing. Thanks in anticipation! Link to comment Share on other sites More sharing options...
Administrators Ben Smith Posted August 9, 2022 Administrators Share Posted August 9, 2022 Hi, From the exception shown, it looks as though you are using the .NET SDK to integrate with Sage 200? If so, please get in touch with our Developer Support team, who handle 200 support queries by emailing [email protected] Thanks, Ben Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now