Open AndyDaSilva52 opened 2 years ago
@kevintroller Can you open a ticket for this to confirm with dev?
@kevintroller Can you open a ticket for this to confirm with dev?
Do you know how I can open a case? Do I need to post on Issues | Known Issues (salesforce.com) ?
I tried to use the documentation How to Log a New Support Case in the MuleSoft Help Center | MuleSoft Help Center (help.mulesoft.com), but it seems outdated.
Hi @AndyDaSilva52 I already opened a case with the dev team and currently investigating.
In Studio, the graphical view can help to identify the structure for Parameter Types
output application/java
---
[{
key: '' as String,
typeClassifier: {
"type": '' as String,
customType: '' as String
}
} as Object {
class : "org.mule.extension.db.api.param.ParameterType"
}]
Thank you, @AndyDaSilva52 I'll pass this along to the dev team.
Hi @AndyDaSilva52 Could you please report a Support case with this request? Please log a ticket to our Support team following these steps: https://help.mulesoft.com/s/article/How-to-log-a-new-support-case The Support team will perform an initial investigation and test the connector behavior with the parameters for then us be able to document the missing information. Thank you.
None of the docs below helps to understand how to write an Expression or Bean reference for the Parameter Types, when using for example the Insert operation of the Database Connector
I had tried the right definition:
[{'key': "ID", 'type': "LONGNVARCHAR"}]
The XML:
The error using the example is:
How can we know the right way to write this Expression or Bean reference ?