Nishank Kumar
Results
2
comments of
Nishank Kumar
Hi @istarkov : I am facing some rendering issue. Need your help, can you please tell me how can i refresh the map. I need to refresh map because in...
I found a way to resolve it. We can add attributes like below.. ``` const vmBoxQuery = new VMBox(); vmBoxQuery["attributes"] = {}; vmBoxQuery["attributes"]["xmlns:urn"] = "urn:ProvisionServiceBean_VoiceMail"; vmBoxQuery["attributes"]["xsi:type"] = "urn:VMBox"; ```