Hey team,
So Project Operations sits on top of our CE module. We created a PO Model Drive App in CE.
We have an Account Number field that was of type Text. I changed it to type Autonumber in make.powerapps.com. Works perfectly fine in DEV. I deploy it to UAT and it still shows it as Text.
DEV:
UAT:
The solution i deployed is a patch. Not sure if that matters. I've tried the following scenarios, exporting/importing the solutions from make.powerapps.com:
1. Export/Import ONLY the Account entity
--- UAT is still Text and field is blank when creating a new Account
2. Export/Import the Account entity AND PO Model Driven App
--- UAT shows 2 fields on the form and both of them are Text and field is still blank when creating a new Account
3. Export/Import the PO Model Driven App ONLY
--- UAT is still Text and field is blank when creating a new Account
However, as i stated, DEV works fine.
Any thoughts?