cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify the description of a customized field in the WSDL (Bydesign)?

Former Member
0 Kudos

Dear experts,

I have a question concerning the way the data of customized fields are described in the WSDL of ByDesign's queries.

In the ByDesign of a tenant I'm working, I have a customized field that is a decimal with 3 digits after the . (ex: 200.000). This customized field (let's call it credit limit) is in the working unit Accounts. It appears correctly in ByD.

However, when I use the WS QueryCustomerIn to collect and process data, the customized field credit limit has no precision (200.000 becomes 200000).

I've checked the WSDL on my tenant. Here's how credit limit and its type are declared:

<xsd:element name="EXTCrditAutorisationassurance00163E011C0C1EE2B9F9FD6A5580CA89" minOccurs="0" form="qualified" type="xi14:Ext00163E011C0C1EE385DDD65F74993538"/>

<xsd:simpleType name="Ext00163E011C0C1EE385DDD65F74993538"><xsd:annotation><xsd:documentation xml:lang="EN"><ccts:RepresentationTerm>Value</ccts:RepresentationTerm></xsd:documentation></xsd:annotation><xsd:restriction base="xsd:decimal"><xsd:totalDigits value="7"/></xsd:restriction></xsd:simpleType>

I'm a novice with ByDesign. So, my questions are:

1) What is the proper format for that customized field to make that QueryCustomerIn provide a decimal with a precision of 3 digits (ex: 200.000)?

2) How do I upload the modified WSDL for my tenant?

Thank you in advance.

Best regards,

Frédéric D. Hoffert

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Finally, I got the answer myself: The wsdl is regenerated upon modifications on the customized field.