Does a!queryEntity() returns the entity type I am querying to the database? For

Does a!queryEntity() returns the entity type I am querying to the database? For instance, if on the entity parameter of the queryEntity() function I pass a Student type, will it return a Student?

OriginalPostID-174764

OriginalPostID-174764

  Discussion posts and replies are publicly visible

Parents
  • @sikhivahans what I am trying to do it load all of the students from the database and display them on my editable grid. local!datasubset contains all of the students from the database. I didn't know I couldn't use local!datasubset declared inside with() on my applyComponents function. Since I can't do this, what should I do to get all of my students and use it on my applyComponents function?
Reply
  • @sikhivahans what I am trying to do it load all of the students from the database and display them on my editable grid. local!datasubset contains all of the students from the database. I didn't know I couldn't use local!datasubset declared inside with() on my applyComponents function. Since I can't do this, what should I do to get all of my students and use it on my applyComponents function?
Children
No Data