Hi All,
I have Finance and operations virtual entity from which I need to check for a field value and do some validation in portal.
In F&O, the field is a checkbox field. So this becomes like a choice field in Dataverse table with choices NO and YES.
While browsing the virtual table record in SQL 4 CDS, I can see the field holds integer values like, for YES - 200000001 and for NO - 200000000.
But I cannot compare the same field value with these integer values in portal. I get empty/blank values from the field.
I am able to do update the same field with these integer values using portal webapi. This works.
Only reading the choice field value is the problem.
Any help? Thank in-advance