Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

Entity service async requests and how to make them synch

MyModule.MyService.Retrieve({
  EntityId: this.form.MyId.value
}, (response) => {
  PropertyValue = response.Entity.PropertyValue;
}, { async: false });
 
PREVIOUS NEXT
Tagged: #Entity #service #async #requests #synch
ADD COMMENT
Topic
Name
7+9 =