We have a connection point to a third party system, and in one of our interfaces we have a Trigger API scenario set up to send a request to be processed and then route a Sync.EquipmentAlert BOD built with the information from the response.
The problem is that we see the Tenant value from the document before the connection point change from 'infor' (the standard XITENANT install parameter value) to 'INFOR'. This change is happening when the Request payload is created to be sent via ION API.
Before:

After:

The round trip happens just fine, and we can see everything arriving in our COR_INBOX tables. The problem is, because the tenantID value is 'INFOR', it no longer matches the XITENANT and will not process. Changing the install parameter to uppercase INFOR immediately processes those payloads.
Is there anyway to ensure this value remains lowercase to comply with that XITENANT value, or some possible addition to the API call/connection point to override this value?
Thanks!