Hi,
setCustomAttributes methos now expects Map<String, CustomAttribute> instead of Map<String, String>. Try to replace line
MODIF.put("UR1location", Location)
with
MODIF.put("UR1location", CustomAttribute(Location, 0, 0))
Best regards,
Victor
setCustomAttributes methos now expects Map<String, CustomAttribute> instead of Map<String, String>. Try to replace line
MODIF.put("UR1location", Location)
with
MODIF.put("UR1location", CustomAttribute(Location, 0, 0))
Best regards,
Victor