I recently became multi-tenant. Until now, I was using this odata url with an excel macro and it worked fine:
company.acumatica.com/odata/Inquiry Title
I’ve since tried
company.acumatica.com/odata/tenant/Inquiry Title -- trying both Tenant Name and Tenant Login Name.
company.acumatica.com/odatav4/tenant/Inquiry Title -- with both Tenant Name and Tenant Login Name.
They all return either invalid url or authentication failed. I have odata access checked off on the GI and odata permission on the user. This worked until we add a test tenant.
Any ideas?