Adding an open function is optional. Add an open function to provide access to the query results. To activate an object's open function in the results, double-click a row in the results grid.
Things to know about the open function:
To add an open function:
Built-In Open Functions
Open Functions are pre-defined for numerous objects, and do not need to be specified if these database objects are the base object in a query. The tables and views listed below use the listed pre-defined Open Functions:
account OpenAccountWindow(objid,'');
address OpenAddressWindow(objid,'','');
bug OpenCRWindow(objid);
bus_org OpenAccountWindow(objid,'');
case OpenCaseWindow(objid);
commit_log OpenCommitmentWindow(objid,'view','case');
contact OpenContactWindow(objid,'view','case');
contract OpenContractWindow(objid,'view','case');
demand_dtl OpenRequestDetailWindow(0,objid);
demand_hdr OpenRequestWindow(objid,'');
eco_hdr OpenECOWindow(objid,'');
industry OpenIndustryWindow(objid,'');
interact OpenInteractWindow(objid,0);
price_prog OpenPriceScheduleWindow(objid,'');
probdesc OpenSolutionWindow(objid,'view','case');
qry_case_view OpenCaseWindow(objid);
rol_contct OpenContactWindow(objid,'view','case');
site OpenSiteWindow(objid,'view','case');
site_part OpenSitePartWindow(objid,'view','case');
subcase OpenSubcaseWindow(objid);
task OpenActionItemWindow(objid,'');
territory OpenTerritoryWindow(objid,'');
See Also |
Next |