Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Open a selected record

There are now two possible options to open a selected record. “Row Double Click” or/and “Hyper Link” definitions on certain columns within the grid itself.

Row double click

To be documented

Hyper Link

Open Object Master Maintenance and search for the relevant object (grid/browser)

Select the ‘Instances’ tab

Select the relevant Grid Column (for this example I have choosen Sendung_ID)

 

In order to set the Column Value as Hyper Link for opening another screen, you should set the following attributes:

AttributeValueExplanation
EventEntryTypeJavascript 
EventLeaveTypeJavascript 
FolderWindowToLaunchSendungDetailWindowThis is the Name of the actual Detail Design Form
SUBTYPELAUNCH 
VisualisationTypeLINK 

 

The above can also be achieved from within Javascript itself by setting the following attributes:

AttributeValueExplanation
EventEntryTypeJavascript 
EventLeaveTypeJavascript 
EventClick$ akioama.custom.osiv.gridLinkClick(self, “VpMaintW”, “selfhdl”); 
SUBTYPERUN 
VisualisationTypeLINK 

 

 

  • No labels