I ham using the C# Amazon .dll to send inventory quantities to Amazon. To instantiate the config.SetUserAgentHeader function there are four parameters which are String, String, String and String[]. So the 4th parameter is looking for an Array of strings. That 4th parameter needs to be a Dotnet type of an array of strings. How do I do this in C/AL?
Answers
"<Parameter 1>", "<Parameter 2>"
But in NAV it is expecting one dotnet paramter of params String[].
Any thoughts?
jwilder@stonewallkitchen.com