Skip to content

TypeScript code snippet – 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 });
See also  How to fetch data from database in PHP?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.