Hi all,
I have a key_ref:
KEY_REF:= ‘BOM_TYPE_DB=M^CONTRACT=1^PART_NO=15000^ROUTING_REVISION=2^’
I would like to replace some of the values. E.g. ROUTING_REVISION=3
I was expecting to be able to do this:
client_sys.Set_Key_Reference(KEY_REF, 'ROUTING_REVISION','3');
but the function does not exists.
What is the easiest way doing this?