Hello
we are using OData to extract information from Webservices created in Business Central such as glEntry. Now there is a specific requirement to identify records that have a posting date prefixed with the letter /C/ on the GUI indicating an income statement closing (German prefix /U/ for Ultimobuchung/GuV Nullstellung).
Previously in Navision when the postingDate still had a timestamp such records were identified by having a timestamp equal to /23:23:59/ but using OData calls the response exposed for the postingDate does not have a timestamp and is only a regular date without any prefix- no other fields in the response to the OData call indicate the fictitious date between the last day of the old fiscal year and the first day of the new year.
Please provide feedback on how to identify close income statement posting (shown with a letter prefix to the posting date on the GUI) in the OData response where only the date component for the posting date is returned.
Best regards