We are trying to integrate our Appian instance with an existing MS SQL database.

We are trying to integrate our Appian instance with an existing MS SQL database. One of the tables we are trying to map a CDT to has a column of data type Money. What is the appropriate Appian data type to map the CDT field to?

I've tried several versions of the following:

<xsd:element name="Material_Cost" type="xsd:float">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(name="Material_Cost", columnDefinition="decimal(19,4)")
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

OriginalPostID-187555

OriginalPostID-187555

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data