Mass upload into Deployed Model
I'm in need to change the user-editable values en masse in a module in a model that's in Deployed mode. The module is dimensionalized by a production list, and the two lines in question are simply user-input quantities.
I've created the import action in Dev and rolled that into Production so I can run the same action, and that allows me to see the import action & mapping, however I get the message "Deployed Mode is enabled for this model. You do not have permission to change structural data." I'm not adding to the production list. I'm probably missing something basic here - what's the practice for this?
Best Answer
-
For anyone running into this in the future, the fix is:
- Publish the process to an 'Admin' or similarly-named (classic ux) dashboard in Dev
- Synch Dev to Prod
- You can now run the process in Prod from the 'Admin' dash
2
Answers
-
Take. look at the following article
You probably needed to set the import and/or the data source as production data before running the sync
David
0 -
Yes, that is useful as well. Thanks.
Interestingly, invoking those same actions using a published action or process does not appear to validate against that' production data' setting in the action as those are successful regardless. Those triggered through the HyperConnect API are our classic example of this. However you've highlighted some housekeeping that will make the actions easier to identify and manage.
0