We use the "Integration Customer Centre" to get data from Business Central and show it on the front end. While getting data from Business Central we have created End Point which communicates with Business Central. The End Point is configured to get "Orders" and "Invoice" data. Now we have to filter out "Order Number" based on the initial string in the order number.
Q1 . How we can filter "Order " depending on the initials in the Order Number?
Also, need to get some custom fields in the "Order" details from the Business Central. These custom fields are not getting fetched from there currently.
Q2. How can we get the custom field in the response from Business Central?