Hello everyone,
The problem is how to update slot assignment labels which where assigned firstly by "Paint Slot Labels" option. I have prepared a code which is sth like:
Storage.Slot NAME = Storage.system.getSlot("PRODUCT_ID");
NAME.slot_name = "SLOT_NAME";
and it is work and assign data as I want but after reseting the model all data go back to the deafault values. I do not want to repeat this operation any time I reset the model (there is sth like 100 000 references to calculate).
Any sugestions?
And on the other hand - how to unmark "Paint Slot Labels" results?