GetWebGrid |
Top Previous Next |
×V5.0Ø
Syntax - GetWebGrid <List Name> <Element Identifier> Where: <List Name> is the user defined name that is assigned to the list. <Element Identifier> is a valid web grid identifier in Soarian Financials.
Description: This command reads a grid and places the contents into an EMUE list structure. This is useful to grab extended amounts of data that is being displayed in grid format from Soarian Financials and will allow EMUE to parse through as if it were any other list.
Soarian SmartUI: Yes Chrome: No
Sample: The following statement retrieves the grid data from the web page and stores it in a list named Patients. GetWebGrid Patients "Browser=*Soarian*:sframeInner->wellFrame->tabWell*:DivSection,id=ctlWorklist_Grid,INDEX=1"
See Also: |