Skip to main content
Solved

Custom fields not available in multi-tenant environment

  • July 20, 2026
  • 5 replies
  • 40 views

kevlynch
Jr Varsity II
Forum|alt.badge.img

Here’s my scenario: on Acumatica 26.100.0175.3, I have an environment with two tenants, let’s call them Tenant A and Tenant B. 

Tenant B is configured as a Test Tenant.

I have a simple customization project that includes both custom fields to extend existing DACs (in this case, the CR.BAccount, SO.SOOrder and SO.SOLine DACs), as well as a new custom action button on SOOrderEntry. 

Both Tenants have the same Customization Projects loaded (via Export / Import). When I publish the projects in Tenant A, the custom action appears in both Tenant A and Tenant B, but the custom fields only appear in Tenant A. When I publish the project in Tenant B, the inverse happens (fields disappear from Tenant A, appear in Tenant B, and the new custom action still appears on both).

I can’t make the custom fields appear in both Tenants at the same time for some reason. I’ve never had this issue in any other environment. I’m at a loss to explain what is going on here...

Best answer by darylbowman

Yeah, publishing code customizations in a multi-tenant environment is confusing because they share the same database schema and code. But Modern UI is tenant-specific. You will need to publish to both tenants by using the ‘Publish to Multiple Tenants’ action for the fields to show.

5 replies

darylbowman
Captain II
Forum|alt.badge.img+17

Is there a reason you’re not publishing to both tenants?


kevlynch
Jr Varsity II
Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • July 20, 2026

When I publish the project when logged in to Tenant A, then switch to Tenant B, it appears published in that environment as well. I’m not aware of a method to publish that wouldn’t publish it in both places at the same time.


darylbowman
Captain II
Forum|alt.badge.img+17

Yeah, publishing code customizations in a multi-tenant environment is confusing because they share the same database schema and code. But Modern UI is tenant-specific. You will need to publish to both tenants by using the ‘Publish to Multiple Tenants’ action for the fields to show.


kevlynch
Jr Varsity II
Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • July 20, 2026

Apparently, I needed to read some update notes - I wasn’t aware of this new action.

This will probably solve my problem - publishing to both tenants now. 

Thank you!

 


darylbowman
Captain II
Forum|alt.badge.img+17

I wasn’t aware of this new action.

The action actually isn't new. Just the fact that the UI is now tenant-specific. ASPX wasn’t.