Hi,
I'm using a python toolbox to process some data and create a map. I'll be using this map to overwrite an AGOL web layer.
I want to make sure that the layer IDs will be the same as in the hosted feature layer. In ArcGIS Pro, I would click the "Allow assignment of unique numeric IDs..." property of the map and then edit the Layer ID property of each layer.
I can see no way to accomplish this using arcpy. The map object doesn't seem to have an "Allow assignment" property and it is not a parameter of the createMap function I used to create the map. Layers also do not seem to have an ID property.
Does anyone know how to do this without user interaction?
Thanks!
Jill