March 2020
Beginner to intermediate
426 pages
13h 11m
English
We can use gridContext to work with grids or subgrids. A subgrid represents data in a list format. We can use a subgrid to display data on an entity form from a related or non-related entity. Grid controls are available on the entity home page. We get gridContext by using formContext on the form. The following are some common methods that are available for gridContext:
|
addOnLoad |
If we want to call a method when our subgrid loads, we can use this method. We can use the following code to do so: gridContext.addOnLoad(FunctionName); |
|
getEntityName |
We can use this method to find out the entity name, which is displayed under the grid: gridContext.getEntityName(); |
|
getFetchXml |
We can use this method to find out about a ... |
Read now
Unlock full access