Making a grid web service request - HxGN EAM - Version 11.07.01 - Customization & Programming - Hexagon

HxGN EAM Connector Grid Services Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
11.7.1

When the request is made for the first time only the grid name is known, so GetGridHeaderData should be used.

Its result has field definitions about columns in the grid. This definition includes aliasnum, name, label, and control type. These definitions should be saved for parsing subsequent responses. With this response, a SOAP session ID is also returned. If all the data was not retrieved, then calls to get the cached data should be made using GetGridDataOnlyCache with the same session ID reused. The data result is cached on the server per session. (If a new session were created every time, soon the seat limit would be exceeded.) If the grid is run again (need fresh data) and the field definitions from the previous

GetGridHeaderData request are still cached, then data can be read using GetGridDataOnly.