Example of FINS Application View Navigation
The FINS Application View Navigation Service is used in Siebel Finance on the Application screen, where the Application form contains Previous and Next buttons.
The invocation on the Application screen uses Applet Named Method, a feature of frame classes derived from CSSSWEFrameBase and CSSSWEFrameListBase. The following table describes the name and value pairs belonging to the User Property applet:
User Property Name | Value |
---|---|
Named Method 1: GotoPreView |
'INVOKESVC', 'FINS Application View Navigation Service', 'GotoNextView', '"BusComp'", "'Opportunity'", "'Navigation Direction'", "'Backward'", "'Product Id Field'", "'Opportunity Product Id'" |
Named Method 1: GotoNextView |
'INVOKESVC', 'FINS Application View Navigation Service', 'GotoNextView', "'BusComp'", "'Opportunity'", "'Navigation Direction'", "'Forward'", "'Product Id Field'", "'Opportunity Product Id'" |
The Next and Previous buttons and method mappings are described in the following table.
Button | Mapping |
---|---|
Previous |
GotoPreView |
Next |
GotoNextView |