Sending data in utf-8 format in REST service
I had a requirement from a client where data we were trying to send had some non-english characters i.e. Turkish characters.Usually sending data by converting into bytes and…
Read more →I had a requirement from a client where data we were trying to send had some non-english characters i.e. Turkish characters.Usually sending data by converting into bytes and…
Read more →I was working on a REST service for a client and then that service was being used by a third party to throw huge data in it. Couple…
Read more →Recently I have worked on arequirement where I had to write a service which was going to be used by different clients and had to call same service…
Read more →Below is a sample code which gets data from a custom entity by passing name of the record – In code below, I am triggering function ‘CheckAndSetOutcode’ on…
Read more →In this post we are going to get an attribute value from Account entity on Order form and then display value on Order form as a Warning message…
Read more →