OpenView
This method is used to open a chat screen pop-up according to the following input information: business component and view name. This method cannot be used directly and must always be called using the PushToToolbarCallFunction method. The following table shows the input PropertySet arguments for OpenView.
Input Argument | Description |
---|---|
|
The view’s business object name. |
|
The view’s business component name. |
|
The row ID of the record to be populated. |
ViewName |
The name of the view to be populated. Note: The ViewName must be associated with the business component
defined in ViewBusComp. |
|
The value of this argument can be OFF, ON, or ALL:
|
|
The default view name if AllowEmptyRecord is not set, or if it is set to False when the ID is empty or invalid. The view must be associated with the business object defined in ViewBusObjEx. |
V |
The view’s business object name for ViewNameEx. |
|
The view’s business component name for ViewNameEx. |
|
If set to True when the ID is empty or invalid, then it indicates to go to the same view but with an empty active record. If set to False, then it indicates to go to the view according to the values in ViewNameEX, ViewBusObjEx, and ViewBusCompEx. |
Example
If you want to open the service request detail view by using the service request ID 42-DOOTG and the user wants to open the search center when there is no such service request with ID 42-DOOTG in the database, then the input is as follows:
ViewBusObj = Service Request
ViewBusComp = Service Request
Id = 42-DOOTG
ViewName = Service Request Detail View
SearchMode = ON
AllowEmptyRecord = FALSE
ViewBusObjEx = Service Request Home
ViewBusCompEx = Public and Private View Link
ViewNameEx = Service Request Screen Homepage View