Three States Of Fields In Acumatica
05 September 2019
Hello everybody,
today I want to write a short note on three states of fields existing in Acumatica:
- Exists but is empty
- Exist and have value
- Has null
If to speak about string, it can exist like this:
- Some value
Do you see difference between 1 and 3? Not easy. As usually developers of C#, show this difference like this:
- ""
- "Some Value"
- null
And following screenshot with explanation shows how it works in case of SOAP contracts:
so, while you make integration, keep that in mind