Thanks @Deb_Tripathy !So if the field has any number of decimal points, we always use the same double? Is there a way to limit the number of precision points when we set the attribute in schema so that DB size could be optimized?
I would like to know which data type should I use (Float, Double, or Long) for a field that would be populated with Numeric(10,1) and another field with Numeric(10,2). Please help.Thanks
Hi @Milan_Vucetic Thank you for your answer. Do you have any samples or documentation for adding custom method to schema?Also, I would like to debug an API that has occurred a few days ago. So if there is some option that I can use right away, would be very helpful.
Hi,I would like to know whether it is possible to debug an incoming SOAP API call from an external system that would insert/update data to recipient table. The instance is Adobe hosted. I would like to check the API parameters or any errors popped up during the update operation.