Currently my custom field can select value from rest end point, because my rest service is sending one field value in customField .html. which is working and i can select value in screen.
My requirement is get 2 fields value in webservice. And on select one field in field one using rest point, set other value in another field.
like name and description should come from rest service. on selection of Name in field1, description should set in Field2.
Field 1 selections is working. how to set value to Field2 from same Webservice response.
Please advise.